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
3c53800b
Commit
3c53800b
authored
Sep 04, 2013
by
Fabio Pelosin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Release 0.24.0
parent
61c2a7f4
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
15 additions
and
2 deletions
+15
-2
CHANGELOG.md
CHANGELOG.md
+13
-0
Gemfile.lock
Gemfile.lock
+1
-1
gem_version.rb
lib/cocoapods/gem_version.rb
+1
-1
No files found.
CHANGELOG.md
View file @
3c53800b
...
@@ -4,6 +4,16 @@ To install or update CocoaPods see this [guide](http://docs.cocoapods.org/guides
...
@@ -4,6 +4,16 @@ To install or update CocoaPods see this [guide](http://docs.cocoapods.org/guides
## Master
## Master
## 0.24.0
###### Enhancements
[
CocoaPods
](
https://github.com/CocoaPods/CocoaPods/compare/0.22.3...0.23.0.rc1
)
•
[
cocoapods-core
](
https://github.com/CocoaPods/Core/compare/0.22.3...0.23.0.rc1
)
•
[
Xcodeproj
](
https://github.com/CocoaPods/Xcodeproj/compare/0.8.1...0.9.0
)
•
[
cocoapods-downloader
](
https://github.com/CocoaPods/cocoapods-downloader/compare/0.1.1...0.1.2
)
###### Enhancements
###### Enhancements
*
Added
`pod init`
command which generates a Podfile according to the
*
Added
`pod init`
command which generates a Podfile according to the
...
@@ -34,6 +44,9 @@ To install or update CocoaPods see this [guide](http://docs.cocoapods.org/guides
...
@@ -34,6 +44,9 @@ To install or update CocoaPods see this [guide](http://docs.cocoapods.org/guides
[
Cédric Luthi
](
https://github.com/0xced
)
[
Cédric Luthi
](
https://github.com/0xced
)
[
#1294
](
https://github.com/CocoaPods/CocoaPods/issues/1294
)
[
#1294
](
https://github.com/CocoaPods/CocoaPods/issues/1294
)
*
Added basic support for Bazaar repositories.
[
Fred McCann
](
https://github.com/fmccann
)
[
cocoapods-downloader#4
](
https://github.com/CocoaPods/cocoapods-downloader/pull/4
)
###### Bug Fixes
###### Bug Fixes
...
...
Gemfile.lock
View file @
3c53800b
...
@@ -7,7 +7,7 @@ GIT
...
@@ -7,7 +7,7 @@ GIT
GIT
GIT
remote: https://github.com/CocoaPods/Core.git
remote: https://github.com/CocoaPods/Core.git
revision:
638a427e82799590eb3ed29d7d92d1744e874bc4
revision:
9e592ef498539c732c2dd30bf32a40850117a4da
branch: master
branch: master
specs:
specs:
cocoapods-core (0.24.0)
cocoapods-core (0.24.0)
...
...
lib/cocoapods/gem_version.rb
View file @
3c53800b
module
Pod
module
Pod
# The version of the cocoapods command line tool.
# The version of the cocoapods command line tool.
#
#
VERSION
=
'0.2
3
.0'
unless
defined?
Pod
::
VERSION
VERSION
=
'0.2
4
.0'
unless
defined?
Pod
::
VERSION
end
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