Commit e6589e2c authored by Danielle Tomlinson's avatar Danielle Tomlinson

Release 1.4.0.beta.2

parent d87041d1
...@@ -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 ## 1.4.0.beta.2 (2017-10-24)
##### Enhancements ##### Enhancements
......
...@@ -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: 153c5dfdd02eaac8bec160f6a3b3bc49b07ecf48 revision: 8cf88a076d916cf80821744a59ca1c431ccc046f
branch: master branch: master
specs: specs:
cocoapods-core (1.4.0.beta.1) cocoapods-core (1.4.0.beta.2)
activesupport (>= 4.0.2, < 6) activesupport (>= 4.0.2, < 6)
fuzzy_match (~> 2.0.4) fuzzy_match (~> 2.0.4)
nap (~> 1.0) nap (~> 1.0)
...@@ -31,10 +31,10 @@ GIT ...@@ -31,10 +31,10 @@ GIT
GIT GIT
remote: https://github.com/CocoaPods/Xcodeproj.git remote: https://github.com/CocoaPods/Xcodeproj.git
revision: 07607507950d971f7271c8f288e0b14cc11ea87a revision: 79de932dac068a6ae392e574cacc14edb590c8d9
branch: master branch: master
specs: specs:
xcodeproj (1.5.2) xcodeproj (1.5.3)
CFPropertyList (~> 2.3.3) CFPropertyList (~> 2.3.3)
claide (>= 1.0.2, < 2.0) claide (>= 1.0.2, < 2.0)
colored2 (~> 3.1) colored2 (~> 3.1)
...@@ -102,10 +102,10 @@ GIT ...@@ -102,10 +102,10 @@ GIT
PATH PATH
remote: . remote: .
specs: specs:
cocoapods (1.4.0.beta.1) cocoapods (1.4.0.beta.2)
activesupport (>= 4.0.2, < 5) activesupport (>= 4.0.2, < 5)
claide (>= 1.0.2, < 2.0) claide (>= 1.0.2, < 2.0)
cocoapods-core (= 1.4.0.beta.1) cocoapods-core (= 1.4.0.beta.2)
cocoapods-deintegrate (>= 1.0.1, < 2.0) cocoapods-deintegrate (>= 1.0.1, < 2.0)
cocoapods-downloader (>= 1.1.3, < 2.0) cocoapods-downloader (>= 1.1.3, < 2.0)
cocoapods-plugins (>= 1.0.0, < 2.0) cocoapods-plugins (>= 1.0.0, < 2.0)
...@@ -120,7 +120,7 @@ PATH ...@@ -120,7 +120,7 @@ PATH
molinillo (~> 0.6.1) molinillo (~> 0.6.1)
nap (~> 1.0) nap (~> 1.0)
ruby-macho (~> 1.1) ruby-macho (~> 1.1)
xcodeproj (>= 1.5.2, < 2.0) xcodeproj (>= 1.5.3, < 2.0)
GEM GEM
remote: https://rubygems.org/ remote: https://rubygems.org/
...@@ -150,6 +150,7 @@ GEM ...@@ -150,6 +150,7 @@ GEM
coderay (1.1.0) coderay (1.1.0)
colored (1.2) colored (1.2)
colored2 (3.1.2) colored2 (3.1.2)
concurrent-ruby (1.0.5)
cork (0.3.0) cork (0.3.0)
colored2 (~> 3.1) colored2 (~> 3.1)
crack (0.4.3) crack (0.4.3)
...@@ -177,7 +178,8 @@ GEM ...@@ -177,7 +178,8 @@ GEM
gh_inspector (1.0.3) gh_inspector (1.0.3)
git (1.3.0) git (1.3.0)
hashdiff (0.3.1) hashdiff (0.3.1)
i18n (0.8.6) i18n (0.9.0)
concurrent-ruby (~> 1.0)
inch (0.7.0) inch (0.7.0)
pry pry
sparkr (>= 0.2.0) sparkr (>= 0.2.0)
......
module Pod module Pod
# The version of the CocoaPods command line tool. # The version of the CocoaPods command line tool.
# #
VERSION = '1.4.0.beta.1'.freeze unless defined? Pod::VERSION VERSION = '1.4.0.beta.2'.freeze 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