Skip to content

Commit

Permalink
[Gemspec] Bump CLAide to '>= 1.0.0', '< 2.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
segiddins committed May 10, 2016
1 parent 10eb3ac commit d5335e0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
GIT
remote: https://github.com/CocoaPods/CLAide
revision: 3da283de4bf714950cbd044631b344b41fc146bc
revision: e76d82aadde8f36b6b4511b869ea800f4118b5d1
specs:
claide (1.0.0.rc.1)
claide (1.0.0)

PATH
remote: .
specs:
xcodeproj (1.0.0.rc.2)
activesupport (>= 3)
claide (= 1.0.0.rc.1)
claide (>= 1.0.0, < 2.0)
colored (~> 1.2)

GEM
Expand Down
2 changes: 1 addition & 1 deletion xcodeproj.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Gem::Specification.new do |s|

s.add_runtime_dependency 'activesupport', '>= 3'
s.add_runtime_dependency 'colored', '~> 1.2'
s.add_runtime_dependency 'claide', '1.0.0.rc.1'
s.add_runtime_dependency 'claide', '>= 1.0.0', '< 2.0'

## Make sure you can build the gem on older versions of RubyGems too:
s.rubygems_version = "1.6.2"
Expand Down

0 comments on commit d5335e0

Please sign in to comment.