Commit 7485e0ce authored by Samuel E. Giddins's avatar Samuel E. Giddins

[Gemspec] Bump claide to `~> 0.8.1`

parent 982f494c
GIT GIT
remote: https://github.com/CocoaPods/CLAide.git remote: https://github.com/CocoaPods/CLAide.git
revision: f94d813c3bd05377a78e92068fa886345a4c41db revision: 4cb13d48a907d8acf8d398f1104843df029def6d
branch: master branch: master
specs: specs:
claide (0.8.0) claide (0.8.1)
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.36.0.beta.2) cocoapods (0.36.0.beta.2)
activesupport (>= 3.2.15) activesupport (>= 3.2.15)
claide (~> 0.8.0) claide (~> 0.8.1)
cocoapods-core (= 0.36.0.beta.2) cocoapods-core (= 0.36.0.beta.2)
cocoapods-downloader (~> 0.8.1) cocoapods-downloader (~> 0.8.1)
cocoapods-plugins (~> 0.4.0) cocoapods-plugins (~> 0.4.0)
......
...@@ -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.8.0' s.add_runtime_dependency 'claide', '~> 0.8.1'
s.add_runtime_dependency 'xcodeproj', '~> 0.21.2' s.add_runtime_dependency 'xcodeproj', '~> 0.21.2'
s.add_runtime_dependency 'cocoapods-downloader', '~> 0.8.1' s.add_runtime_dependency 'cocoapods-downloader', '~> 0.8.1'
s.add_runtime_dependency 'cocoapods-plugins', '~> 0.4.0' s.add_runtime_dependency 'cocoapods-plugins', '~> 0.4.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