[Gemspec] Bump CLAide to `'>= 1.0.0', '< 2.0'`

parent 2082caf2
GIT GIT
remote: https://github.com/CocoaPods/CLAide.git remote: https://github.com/CocoaPods/CLAide.git
revision: 3da283de4bf714950cbd044631b344b41fc146bc revision: e76d82aadde8f36b6b4511b869ea800f4118b5d1
branch: master branch: master
specs: specs:
claide (1.0.0.rc.1) claide (1.0.0)
GIT GIT
remote: https://github.com/CocoaPods/Core.git remote: https://github.com/CocoaPods/Core.git
...@@ -24,12 +24,12 @@ GIT ...@@ -24,12 +24,12 @@ GIT
GIT GIT
remote: https://github.com/CocoaPods/Xcodeproj.git remote: https://github.com/CocoaPods/Xcodeproj.git
revision: 7095e61c1b273474594885c6eea3d42fc7fa0238 revision: d5335e0fec58785e265003d7c70eb83a989347b1
branch: master branch: master
specs: specs:
xcodeproj (1.0.0.rc.2) xcodeproj (1.0.0.rc.2)
activesupport (>= 3) activesupport (>= 3)
claide (= 1.0.0.rc.1) claide (>= 1.0.0, < 2.0)
colored (~> 1.2) colored (~> 1.2)
GIT GIT
...@@ -56,7 +56,7 @@ GIT ...@@ -56,7 +56,7 @@ GIT
GIT GIT
remote: https://github.com/CocoaPods/cocoapods-search.git remote: https://github.com/CocoaPods/cocoapods-search.git
revision: 0ec900fca33c6cc053af61bba6b357566c20a7da revision: 7474df5d060c804db5004c5e7dc2925e006f2ad4
branch: master branch: master
specs: specs:
cocoapods-search (1.0.0.rc.1) cocoapods-search (1.0.0.rc.1)
...@@ -70,7 +70,7 @@ GIT ...@@ -70,7 +70,7 @@ GIT
GIT GIT
remote: https://github.com/CocoaPods/cocoapods-trunk.git remote: https://github.com/CocoaPods/cocoapods-trunk.git
revision: c4f19484fd5117cccff90eb381aa2366b413e162 revision: 5a232b7188dfddcec82fdeff14606dbc7c12bedd
branch: master branch: master
specs: specs:
cocoapods-trunk (1.0.0.rc.1) cocoapods-trunk (1.0.0.rc.1)
...@@ -96,7 +96,7 @@ PATH ...@@ -96,7 +96,7 @@ PATH
specs: specs:
cocoapods (1.0.0.rc.2) cocoapods (1.0.0.rc.2)
activesupport (>= 4.0.2) activesupport (>= 4.0.2)
claide (= 1.0.0.rc.1) claide (>= 1.0.0, < 2.0)
cocoapods-core (= 1.0.0.rc.2) cocoapods-core (= 1.0.0.rc.2)
cocoapods-deintegrate (= 1.0.0.rc.2) cocoapods-deintegrate (= 1.0.0.rc.2)
cocoapods-downloader (= 1.0.0.rc.1) cocoapods-downloader (= 1.0.0.rc.1)
......
...@@ -29,7 +29,7 @@ Gem::Specification.new do |s| ...@@ -29,7 +29,7 @@ Gem::Specification.new do |s|
# Link with the version of CocoaPods-Core # Link with the version of CocoaPods-Core
s.add_runtime_dependency 'cocoapods-core', "= #{Pod::VERSION}" s.add_runtime_dependency 'cocoapods-core', "= #{Pod::VERSION}"
s.add_runtime_dependency 'claide', '1.0.0.rc.1' s.add_runtime_dependency 'claide', '>= 1.0.0', '< 2.0'
s.add_runtime_dependency 'cocoapods-deintegrate', '1.0.0.rc.2' s.add_runtime_dependency 'cocoapods-deintegrate', '1.0.0.rc.2'
s.add_runtime_dependency 'cocoapods-downloader', '1.0.0.rc.1' s.add_runtime_dependency 'cocoapods-downloader', '1.0.0.rc.1'
s.add_runtime_dependency 'cocoapods-plugins', '1.0.0.rc.1' s.add_runtime_dependency 'cocoapods-plugins', '1.0.0.rc.1'
......
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