Skip to content

Commit

Permalink
Lock rest-client to ~> 1.6.0 on Ruby 1.8.7
Browse files Browse the repository at this point in the history
  • Loading branch information
sferik committed Jul 9, 2014
1 parent 123f3c5 commit 0d2e827
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
7 changes: 1 addition & 6 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,7 @@ group :test do
gem 'json', :platforms => [:jruby, :rbx, :ruby_18, :ruby_19]
gem 'libnotify'
gem 'mime-types', '~> 1.25', :platforms => [:jruby, :ruby_18]
gem 'rest-client', '~> 1.6.0', :platforms => [:jruby, :ruby_18]
gem 'rspec', '>= 2.14'
gem 'rubocop', '>= 0.23', :platforms => [:ruby_19, :ruby_20, :ruby_21]
end

platforms :rbx do
gem 'racc'
gem 'rubinius-coverage', '~> 2.0'
gem 'rubysl', '~> 2.0'
end
2 changes: 1 addition & 1 deletion naught.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Gem::Specification.new do |spec|
spec.version = Naught::VERSION
spec.authors = ['Avdi Grimm']
spec.email = ['avdi@avdi.org']
spec.description = %q(Naught is a toolkit for building Null Objects)
spec.description = 'Naught is a toolkit for building Null Objects'
spec.summary = spec.description
spec.homepage = 'https://github.com/avdi/naught'
spec.license = 'MIT'
Expand Down

0 comments on commit 0d2e827

Please sign in to comment.