[Gemspec] Bump cocoapods-deintegrate to `'>= 1.0.2', '< 2.0'`

parent f09be4f0
...@@ -31,21 +31,22 @@ GIT ...@@ -31,21 +31,22 @@ GIT
GIT GIT
remote: https://github.com/CocoaPods/Xcodeproj.git remote: https://github.com/CocoaPods/Xcodeproj.git
revision: 976144e24bd68a7f34fbfeeeb6b408cfda247fdd revision: 531d8aa8ab4805c84f5e0fe94181ae3995430d05
branch: master branch: master
specs: specs:
xcodeproj (1.5.4) xcodeproj (1.5.4)
CFPropertyList (~> 2.3.3) CFPropertyList (~> 2.3.3)
atomos (~> 0.1.0)
claide (>= 1.0.2, < 2.0) claide (>= 1.0.2, < 2.0)
colored2 (~> 3.1) colored2 (~> 3.1)
nanaimo (~> 0.2.3) nanaimo (~> 0.2.3)
GIT GIT
remote: https://github.com/CocoaPods/cocoapods-deintegrate.git remote: https://github.com/CocoaPods/cocoapods-deintegrate.git
revision: 34828e6f1254ee7ce094840fd35d3e2ee1f0abf7 revision: 52ddf33ae55195b8e7ea41eb6094755d0a3aacb5
branch: master branch: master
specs: specs:
cocoapods-deintegrate (1.0.1) cocoapods-deintegrate (1.0.2)
GIT GIT
remote: https://github.com/CocoaPods/cocoapods-downloader.git remote: https://github.com/CocoaPods/cocoapods-downloader.git
...@@ -106,7 +107,7 @@ PATH ...@@ -106,7 +107,7 @@ PATH
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.rc.1) cocoapods-core (= 1.4.0.rc.1)
cocoapods-deintegrate (>= 1.0.1, < 2.0) cocoapods-deintegrate (>= 1.0.2, < 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)
cocoapods-search (>= 1.0.0, < 2.0) cocoapods-search (>= 1.0.0, < 2.0)
...@@ -134,6 +135,7 @@ GEM ...@@ -134,6 +135,7 @@ GEM
addressable (2.5.1) addressable (2.5.1)
public_suffix (~> 2.0, >= 2.0.2) public_suffix (~> 2.0, >= 2.0.2)
ast (2.2.0) ast (2.2.0)
atomos (0.1.0)
awesome_print (1.6.1) awesome_print (1.6.1)
bacon (1.2.0) bacon (1.2.0)
claide-plugins (0.9.2) claide-plugins (0.9.2)
...@@ -198,7 +200,7 @@ GEM ...@@ -198,7 +200,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.3) minitest (5.11.1)
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)
...@@ -295,4 +297,4 @@ DEPENDENCIES ...@@ -295,4 +297,4 @@ DEPENDENCIES
xcodeproj! xcodeproj!
BUNDLED WITH BUNDLED WITH
1.15.4 1.16.1
...@@ -30,7 +30,7 @@ Gem::Specification.new do |s| ...@@ -30,7 +30,7 @@ Gem::Specification.new do |s|
s.add_runtime_dependency 'cocoapods-core', "= #{Pod::VERSION}" s.add_runtime_dependency 'cocoapods-core', "= #{Pod::VERSION}"
s.add_runtime_dependency 'claide', '>= 1.0.2', '< 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.2', '< 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'
s.add_runtime_dependency 'cocoapods-search', '>= 1.0.0', '< 2.0' s.add_runtime_dependency 'cocoapods-search', '>= 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