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
be924863
Commit
be924863
authored
Mar 27, 2015
by
Kyle Fuller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Release 0.36.1
parent
4bbb7307
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
10 deletions
+10
-10
CHANGELOG.md
CHANGELOG.md
+2
-2
Gemfile.lock
Gemfile.lock
+7
-7
gem_version.rb
lib/cocoapods/gem_version.rb
+1
-1
No files found.
CHANGELOG.md
View file @
be924863
...
...
@@ -4,7 +4,7 @@ To install or update CocoaPods see this [guide](http://docs.cocoapods.org/guides
To install release candidates run
`[sudo] gem install cocoapods --pre`
##
Master
##
0.36.1
[
Xcodeproj
](
https://github.com/CocoaPods/Xcodeproj/compare/0.23.0...0.23.1
)
...
...
@@ -23,7 +23,7 @@ To install release candidates run `[sudo] gem install cocoapods --pre`
[
#3301
](
https://github.com/CocoaPods/CocoaPods/issues/3301
)
> _(✻) Note: these fixes are only temporary to avoid overriding the user project's `xcassets`.
We are aware that th
is workarounds are "too greedy" and thus user projects having different
We are aware that th
ese workarounds are "too greedy" and thus user projects having different
`xcassets`
for different targets will still have issues; we (
[
@AliSoftware
](
https://github.com/AliSoftware
)
)
are working on a deeper fix (
[
#3263
](
https://github.com/CocoaPods/CocoaPods/issues/3263
)
) for the next release._
...
...
Gemfile.lock
View file @
be924863
GIT
remote: https://github.com/CocoaPods/CLAide.git
revision:
4cb13d48a907d8acf8d398f1104843df029def6d
revision:
00927807580554b7d3485d673c90386d3fd8fde0
branch: master
specs:
claide (0.8.1)
GIT
remote: https://github.com/CocoaPods/Core.git
revision:
a1117396e95aefc0a53398d2c9845bd5175c4cff
revision:
fd91651f8f76ae6f90cbe8bf14dda93f02452eeb
branch: master
specs:
cocoapods-core (0.36.
0
)
cocoapods-core (0.36.
1
)
activesupport (>= 3.2.15)
fuzzy_match (~> 2.0.4)
nap (~> 0.8.0)
GIT
remote: https://github.com/CocoaPods/Molinillo.git
revision:
27d922dd1e700832986f54c7c486c9378e5291d4
revision:
3e77c753e71e52241aceb8a8487dff77c5af85e3
branch: master
specs:
molinillo (0.2.1)
...
...
@@ -40,7 +40,7 @@ GIT
GIT
remote: https://github.com/CocoaPods/cocoapods-plugins.git
revision:
232f08701f4184a329f7a543c8fff4cf4edf1587
revision:
b4b09bab2eeec759625d48b367153bdfb3280a05
branch: master
specs:
cocoapods-plugins (0.4.1)
...
...
@@ -65,10 +65,10 @@ GIT
PATH
remote: .
specs:
cocoapods (0.36.
0
)
cocoapods (0.36.
1
)
activesupport (>= 3.2.15)
claide (~> 0.8.1)
cocoapods-core (= 0.36.
0
)
cocoapods-core (= 0.36.
1
)
cocoapods-downloader (~> 0.8.1)
cocoapods-plugins (~> 0.4.1)
cocoapods-trunk (~> 0.6.0)
...
...
lib/cocoapods/gem_version.rb
View file @
be924863
module
Pod
# The version of the cocoapods command line tool.
#
VERSION
=
'0.36.
0
'
unless
defined?
Pod
::
VERSION
VERSION
=
'0.36.
1
'
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