Commit c8cbd340 authored by Kyle Fuller's avatar Kyle Fuller

Release 0.36.4

parent fdf80d24
...@@ -4,7 +4,7 @@ To install or update CocoaPods see this [guide](http://docs.cocoapods.org/guides ...@@ -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` To install release candidates run `[sudo] gem install cocoapods --pre`
## Master ## 0.36.4
##### Bug Fixes ##### Bug Fixes
......
...@@ -15,7 +15,7 @@ gem 'json', '1.7.7' ...@@ -15,7 +15,7 @@ gem 'json', '1.7.7'
group :development do group :development do
cp_gem 'claide', 'CLAide' cp_gem 'claide', 'CLAide'
cp_gem 'cocoapods-core', 'Core' cp_gem 'cocoapods-core', 'Core', '0.36.4'
cp_gem 'cocoapods-downloader', 'cocoapods-downloader' cp_gem 'cocoapods-downloader', 'cocoapods-downloader'
cp_gem 'cocoapods-plugins', 'cocoapods-plugins' cp_gem 'cocoapods-plugins', 'cocoapods-plugins'
cp_gem 'cocoapods-trunk', 'cocoapods-trunk' cp_gem 'cocoapods-trunk', 'cocoapods-trunk'
......
...@@ -7,10 +7,10 @@ GIT ...@@ -7,10 +7,10 @@ GIT
GIT GIT
remote: https://github.com/CocoaPods/Core.git remote: https://github.com/CocoaPods/Core.git
revision: ff06595f0151dd5d2ba247251f87bab63ece1cfb revision: 7d6bc06d7496c62e144327be28eb1d5e3dac0cb0
branch: master branch: 0.36.4
specs: specs:
cocoapods-core (0.36.3) cocoapods-core (0.36.4)
activesupport (>= 3.2.15) activesupport (>= 3.2.15)
fuzzy_match (~> 2.0.4) fuzzy_match (~> 2.0.4)
nap (~> 0.8.0) nap (~> 0.8.0)
...@@ -24,7 +24,7 @@ GIT ...@@ -24,7 +24,7 @@ GIT
GIT GIT
remote: https://github.com/CocoaPods/Xcodeproj.git remote: https://github.com/CocoaPods/Xcodeproj.git
revision: c42f8f2db7475210f4c4e28e6d2bb92859bb6766 revision: cf1e67a3b6f5f24c1084bc25ecf47cc16bb87dd4
branch: master branch: master
specs: specs:
xcodeproj (0.23.1) xcodeproj (0.23.1)
...@@ -40,10 +40,10 @@ GIT ...@@ -40,10 +40,10 @@ GIT
GIT GIT
remote: https://github.com/CocoaPods/cocoapods-plugins.git remote: https://github.com/CocoaPods/cocoapods-plugins.git
revision: b4b09bab2eeec759625d48b367153bdfb3280a05 revision: 08e88e6d8b87bf41faa81994b13a64c56b6caea4
branch: master branch: master
specs: specs:
cocoapods-plugins (0.4.1) cocoapods-plugins (0.4.2)
nap nap
GIT GIT
...@@ -57,7 +57,7 @@ GIT ...@@ -57,7 +57,7 @@ GIT
GIT GIT
remote: https://github.com/CocoaPods/cocoapods-try.git remote: https://github.com/CocoaPods/cocoapods-try.git
revision: 30b22d977b440ff4ef2c467b90f4191d321dda4b revision: ed85f7469905f6d3dca3c134fd103b3a0918af15
branch: master branch: master
specs: specs:
cocoapods-try (0.4.3) cocoapods-try (0.4.3)
...@@ -65,10 +65,10 @@ GIT ...@@ -65,10 +65,10 @@ GIT
PATH PATH
remote: . remote: .
specs: specs:
cocoapods (0.36.3) cocoapods (0.36.4)
activesupport (>= 3.2.15) activesupport (>= 3.2.15)
claide (~> 0.8.1) claide (~> 0.8.1)
cocoapods-core (= 0.36.3) cocoapods-core (= 0.36.4)
cocoapods-downloader (~> 0.9.0) cocoapods-downloader (~> 0.9.0)
cocoapods-plugins (~> 0.4.1) cocoapods-plugins (~> 0.4.1)
cocoapods-trunk (~> 0.6.0) cocoapods-trunk (~> 0.6.0)
...@@ -116,7 +116,7 @@ GEM ...@@ -116,7 +116,7 @@ GEM
rb-inotify (>= 0.9) rb-inotify (>= 0.9)
rb-kqueue (>= 0.2) rb-kqueue (>= 0.2)
metaclass (0.0.4) metaclass (0.0.4)
minitest (5.5.1) minitest (5.6.0)
mocha (1.1.0) mocha (1.1.0)
metaclass (~> 0.0.1) metaclass (~> 0.0.1)
mocha-on-bacon (0.2.2) mocha-on-bacon (0.2.2)
......
module Pod module Pod
# The version of the cocoapods command line tool. # The version of the cocoapods command line tool.
# #
VERSION = '0.36.3' unless defined? Pod::VERSION VERSION = '0.36.4' unless defined? Pod::VERSION
end end
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment