From 42e62973b27adde6ff9fd85cd851b57a092c3828 Mon Sep 17 00:00:00 2001 From: Erik Michaels-Ober Date: Wed, 9 Jul 2014 10:28:59 +0200 Subject: [PATCH] Lock rest-client to ~> 1.6.0 on Ruby 1.8.7 --- Gemfile | 1 + Gemfile.rack-1.3.x | 1 + omniauth.gemspec | 2 +- 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 369a94a..2f8c66f 100644 --- a/Gemfile +++ b/Gemfile @@ -24,6 +24,7 @@ group :test do gem 'json', '>= 1.8.1', :platforms => [:jruby, :ruby_18, :ruby_19] gem 'mime-types', '~> 1.25', :platforms => [:jruby, :ruby_18] gem 'rack-test' + gem 'rest-client', '~> 1.6.0', :platforms => [:jruby, :ruby_18] gem 'rspec', '~> 3.0' gem 'rubocop', '>= 0.23', :platforms => [:ruby_19, :ruby_20, :ruby_21] gem 'simplecov', :require => false diff --git a/Gemfile.rack-1.3.x b/Gemfile.rack-1.3.x index 7c0503a..4263daf 100644 --- a/Gemfile.rack-1.3.x +++ b/Gemfile.rack-1.3.x @@ -10,6 +10,7 @@ group :test do gem 'json', '>= 1.8.1', :platforms => [:jruby, :rbx, :ruby_18, :ruby_19] gem 'mime-types', '~> 1.25', :platforms => [:jruby, :ruby_18] gem 'rack-test' + 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] gem 'simplecov', :require => false diff --git a/omniauth.gemspec b/omniauth.gemspec index 504e8c3..7797871 100644 --- a/omniauth.gemspec +++ b/omniauth.gemspec @@ -8,7 +8,7 @@ Gem::Specification.new do |spec| spec.add_dependency 'rack', '~> 1.0' spec.add_development_dependency 'bundler', '~> 1.0' spec.authors = ['Michael Bleigh', 'Erik Michaels-Ober', 'Tom Milewski'] - spec.description = %q(A generalized Rack framework for multiple-provider authentication.) + spec.description = 'A generalized Rack framework for multiple-provider authentication.' spec.email = ['michael@intridea.com', 'sferik@gmail.com', 'tmilewski@gmail.com'] spec.files = `git ls-files`.split($INPUT_RECORD_SEPARATOR) spec.homepage = 'http://github.com/intridea/omniauth'