Commit b15b720f authored by Danielle Tomlinson's avatar Danielle Tomlinson

[Gemspec] Bump claide to `'>= 1.0.2', '< 2.0'`

parent 0ad9a6ca
GIT GIT
remote: https://github.com/CocoaPods/CLAide.git remote: https://github.com/CocoaPods/CLAide.git
revision: 53dd2108348012cd9494aa12d3ef79ea4dfff412 revision: 7f26d3d016efeea728ed0e608357e910d4c6e8f9
branch: master branch: master
specs: specs:
claide (1.0.1) claide (1.0.2)
GIT GIT
remote: https://github.com/CocoaPods/Core.git remote: https://github.com/CocoaPods/Core.git
revision: 5574572de5dd607f7dbc29025f7cf9f7c5d12cec revision: 3729e73dbc330d2c5dddd6ce022324eb8808270e
branch: master branch: master
specs: specs:
cocoapods-core (1.2.1) cocoapods-core (1.2.1)
activesupport (>= 4.0.2, < 5) activesupport (>= 4.0.2, < 6)
fuzzy_match (~> 2.0.4) fuzzy_match (~> 2.0.4)
nap (~> 1.0) nap (~> 1.0)
...@@ -31,12 +31,12 @@ GIT ...@@ -31,12 +31,12 @@ GIT
GIT GIT
remote: https://github.com/CocoaPods/Xcodeproj.git remote: https://github.com/CocoaPods/Xcodeproj.git
revision: 76932aa3dce97408361b0cd485deff9a77e3bcb4 revision: d5e6a26a2cc0efaa5993b777c5ac1ab43c4a13fa
branch: master branch: master
specs: specs:
xcodeproj (1.4.4) xcodeproj (1.4.4)
CFPropertyList (~> 2.3.3) CFPropertyList (~> 2.3.3)
claide (>= 1.0.1, < 2.0) claide (>= 1.0.2, < 2.0)
colored2 (~> 3.1) colored2 (~> 3.1)
nanaimo (~> 0.2.3) nanaimo (~> 0.2.3)
...@@ -78,7 +78,7 @@ GIT ...@@ -78,7 +78,7 @@ GIT
GIT GIT
remote: https://github.com/CocoaPods/cocoapods-trunk.git remote: https://github.com/CocoaPods/cocoapods-trunk.git
revision: 61c9e5a3d535e52032bd832c3f69effa181fa73c revision: 649ccab360b36435d97cfae44fdec14cc67e2cf8
branch: master branch: master
specs: specs:
cocoapods-trunk (1.2.0) cocoapods-trunk (1.2.0)
...@@ -104,7 +104,7 @@ PATH ...@@ -104,7 +104,7 @@ PATH
specs: specs:
cocoapods (1.2.1) cocoapods (1.2.1)
activesupport (>= 4.0.2, < 5) activesupport (>= 4.0.2, < 5)
claide (>= 1.0.1, < 2.0) claide (>= 1.0.2, < 2.0)
cocoapods-core (= 1.2.1) cocoapods-core (= 1.2.1)
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)
...@@ -176,7 +176,7 @@ GEM ...@@ -176,7 +176,7 @@ 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.1) i18n (0.8.4)
inch (0.7.0) inch (0.7.0)
pry pry
sparkr (>= 0.2.0) sparkr (>= 0.2.0)
...@@ -194,7 +194,7 @@ GEM ...@@ -194,7 +194,7 @@ GEM
rb-kqueue (>= 0.2) rb-kqueue (>= 0.2)
metaclass (0.0.4) metaclass (0.0.4)
method_source (0.8.2) method_source (0.8.2)
minitest (5.10.1) minitest (5.10.2)
mocha (1.2.1) mocha (1.2.1)
metaclass (~> 0.0.1) metaclass (~> 0.0.1)
mocha-on-bacon (0.2.3) mocha-on-bacon (0.2.3)
......
...@@ -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.1', '< 2.0' s.add_runtime_dependency 'claide', '>= 1.0.2', '< 2.0'
s.add_runtime_dependency 'cocoapods-deintegrate', '>= 1.0.1', '< 2.0' s.add_runtime_dependency 'cocoapods-deintegrate', '>= 1.0.1', '< 2.0'
s.add_runtime_dependency 'cocoapods-downloader', '>= 1.1.3', '< 2.0' s.add_runtime_dependency 'cocoapods-downloader', '>= 1.1.3', '< 2.0'
s.add_runtime_dependency 'cocoapods-plugins', '>= 1.0.0', '< 2.0' s.add_runtime_dependency 'cocoapods-plugins', '>= 1.0.0', '< 2.0'
......
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