Skip to content

Commit

Permalink
[Gemspec] Bump CLAide to '>= 1.0.1', '< 2.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
endocrimes committed Oct 10, 2016
1 parent 4020ac9 commit 0413c07
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
GIT
remote: https://github.com/CocoaPods/CLAide
revision: 61071679fc965083b6d43fdc1aa042afbaf172d1
revision: 8a8f26fb5d6e2b0d604bdb3c2cca14fab4f80adc
specs:
claide (1.0.0)
claide (1.0.1)

GIT
remote: https://github.com/segiddins/json.git
Expand All @@ -16,7 +16,7 @@ PATH
specs:
xcodeproj (1.3.1)
activesupport (>= 3)
claide (>= 1.0.0, < 2.0)
claide (>= 1.0.1, < 2.0)
colored (~> 1.2)

GEM
Expand Down Expand Up @@ -44,7 +44,7 @@ GEM
rb-inotify (>= 0.9)
rb-kqueue (>= 0.2)
metaclass (0.0.4)
minitest (5.9.0)
minitest (5.9.1)
mocha (1.1.0)
metaclass (~> 0.0.1)
mocha-on-bacon (0.2.2)
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', '< 2.0'
s.add_runtime_dependency 'claide', '>= 1.0.1', '< 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 0413c07

Please sign in to comment.