Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
C
cocoapods
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
gengmeiios
cocoapods
Commits
9a43eab2
Commit
9a43eab2
authored
Aug 28, 2015
by
Samuel E. Giddins
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Release 0.39.0.beta.3
parent
0720bec9
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
29 additions
and
21 deletions
+29
-21
CHANGELOG.md
CHANGELOG.md
+8
-0
Gemfile.lock
Gemfile.lock
+20
-20
gem_version.rb
lib/cocoapods/gem_version.rb
+1
-1
No files found.
CHANGELOG.md
View file @
9a43eab2
...
...
@@ -4,6 +4,14 @@ To install or update CocoaPods see this [guide](http://docs.cocoapods.org/guides
To install release candidates run
`[sudo] gem install cocoapods --pre`
## 0.39.0.beta.3 (2015-08-28)
##### Bug Fixes
*
This release fixes a file permissions error when using the RubyGem.
[
Samuel Giddins
](
https://github.com/segiddins
)
## 0.39.0.beta.2 (2015-08-27)
##### Bug Fixes
...
...
Gemfile.lock
View file @
9a43eab2
...
...
@@ -7,10 +7,10 @@ GIT
GIT
remote: https://github.com/CocoaPods/Core.git
revision: b
764c274e255b74d4f8efdd2f9cc82faa9bad297
revision: b
430e7f1aed7d50021c66eb5b17a64f611e2a0e8
branch: master
specs:
cocoapods-core (0.39.0.beta.
2
)
cocoapods-core (0.39.0.beta.
3
)
activesupport (>= 3.2.15)
fuzzy_match (~> 2.0.4)
nap (~> 1.0)
...
...
@@ -24,20 +24,20 @@ GIT
GIT
remote: https://github.com/CocoaPods/Xcodeproj.git
revision:
893a44ecdd3c93cdec8f33fbd45ebb456a48299f
revision:
e35ab1eda7e98ad052e3b0314c632ff814c5c7a8
branch: master
specs:
xcodeproj (0.27.
0
)
xcodeproj (0.27.
1
)
activesupport (>= 3)
claide (~> 0.9.1)
colored (~> 1.2)
GIT
remote: https://github.com/CocoaPods/cocoapods-downloader.git
revision:
ea25f9216a5e1b7d4d39a3b69c51c8691cd5393b
revision:
b35c7514683d8a5e3118d5333c15f941d40004fd
branch: master
specs:
cocoapods-downloader (0.9.
2
)
cocoapods-downloader (0.9.
3
)
GIT
remote: https://github.com/CocoaPods/cocoapods-plugins.git
...
...
@@ -49,44 +49,44 @@ GIT
GIT
remote: https://github.com/CocoaPods/cocoapods-stats.git
revision:
3ca81fbbc0038c8ec7af153c3371edc684b2d52b
revision:
464ed12e3d0d60ca942c7cf30e06ef4e11c86b12
branch: master
specs:
cocoapods-stats (0.6.
0
)
cocoapods-stats (0.6.
1
)
GIT
remote: https://github.com/CocoaPods/cocoapods-trunk.git
revision:
e96a53fcc55afc5d56d71625bbb0bc013230760c
revision:
26dbf1a9a3a260c912f14999e952a140a7109aff
branch: master
specs:
cocoapods-trunk (0.6.
2
)
nap (
>= 0.8
)
cocoapods-trunk (0.6.
3
)
nap (
~> 1.0
)
netrc (= 0.7.8)
GIT
remote: https://github.com/CocoaPods/cocoapods-try.git
revision:
1229e6300ce81099b473ebc2f60c565ad54d7541
revision:
44d0e4de7bce3054d60b70c2b6ce961956a74493
branch: master
specs:
cocoapods-try (0.5.
0
)
cocoapods-try (0.5.
1
)
PATH
remote: .
specs:
cocoapods (0.39.0.beta.
2
)
cocoapods (0.39.0.beta.
3
)
activesupport (>= 3.2.15)
claide (~> 0.9.1)
cocoapods-core (= 0.39.0.beta.
2
)
cocoapods-downloader (~> 0.9.
2
)
cocoapods-core (= 0.39.0.beta.
3
)
cocoapods-downloader (~> 0.9.
3
)
cocoapods-plugins (~> 0.4.2)
cocoapods-stats (~> 0.6.
0
)
cocoapods-trunk (~> 0.6.
2
)
cocoapods-try (~> 0.5.
0
)
cocoapods-stats (~> 0.6.
1
)
cocoapods-trunk (~> 0.6.
3
)
cocoapods-try (~> 0.5.
1
)
colored (~> 1.2)
escape (~> 0.0.4)
molinillo (~> 0.3.1)
nap (~> 1.0)
xcodeproj (~> 0.27.
0
)
xcodeproj (~> 0.27.
1
)
GEM
remote: https://rubygems.org/
...
...
lib/cocoapods/gem_version.rb
View file @
9a43eab2
module
Pod
# The version of the cocoapods command line tool.
#
VERSION
=
'0.39.0.beta.
2
'
unless
defined?
Pod
::
VERSION
VERSION
=
'0.39.0.beta.
3
'
unless
defined?
Pod
::
VERSION
end
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment