Commit 1759de64 authored by Kyle Fuller's avatar Kyle Fuller

[gemspec] Bump claide to `~> 0.8.0`

parent 9fbba319
GIT GIT
remote: https://github.com/CocoaPods/CLAide.git remote: https://github.com/CocoaPods/CLAide.git
revision: b1eccc296b68b1a432e42ecf0c4b799d8551c75c revision: 9e8b9072fd66f69b91999cd3838a4bbba043a7e5
branch: master branch: master
specs: specs:
claide (0.7.0) claide (0.8.0)
GIT GIT
remote: https://github.com/CocoaPods/Core.git remote: https://github.com/CocoaPods/Core.git
...@@ -67,7 +67,7 @@ PATH ...@@ -67,7 +67,7 @@ PATH
specs: specs:
cocoapods (0.35.0) cocoapods (0.35.0)
activesupport (>= 3.2.15) activesupport (>= 3.2.15)
claide (~> 0.7.0) claide (~> 0.8.0)
cocoapods-core (= 0.35.0) cocoapods-core (= 0.35.0)
cocoapods-downloader (~> 0.8.0) cocoapods-downloader (~> 0.8.0)
cocoapods-plugins (~> 0.3.1) cocoapods-plugins (~> 0.3.1)
......
...@@ -28,7 +28,7 @@ Gem::Specification.new do |s| ...@@ -28,7 +28,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', '~> 0.7.0' s.add_runtime_dependency 'claide', '~> 0.8.0'
s.add_runtime_dependency 'xcodeproj', '~> 0.21.0' s.add_runtime_dependency 'xcodeproj', '~> 0.21.0'
s.add_runtime_dependency 'cocoapods-downloader', '~> 0.8.0' s.add_runtime_dependency 'cocoapods-downloader', '~> 0.8.0'
s.add_runtime_dependency 'cocoapods-plugins', '~> 0.3.1' s.add_runtime_dependency 'cocoapods-plugins', '~> 0.3.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