diff --git a/.travis.yml b/.travis.yml index e67e5a2..02c2603 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,7 +8,6 @@ language: ruby rvm: - jruby-19mode - jruby-9000 - - 1.8.7 - 1.9.3 - 2.0.0 - 2.1.10 diff --git a/Gemfile b/Gemfile index ca89842..0556aea 100644 --- a/Gemfile +++ b/Gemfile @@ -10,16 +10,16 @@ group :development do end group :test do - gem 'hashie', '~> 2.0.5', :platforms => [:jruby_18, :ruby_18] - gem 'json', '~> 1.8', :platforms => [:jruby_18, :jruby_19, :ruby_18, :ruby_19] - gem 'mime-types', '~> 1.25', :platforms => [:jruby_18, :ruby_18] - gem 'rack', '~> 1.0', :platforms => [:jruby_18, :jruby_19, :ruby_18, :ruby_19, :ruby_20, :ruby_21] + gem 'hashie', '~> 2.0.5', :platforms => [:jruby_18] + gem 'json', '~> 1.8', :platforms => [:jruby_18, :jruby_19, :ruby_19] + gem 'mime-types', '~> 1.25', :platforms => [:jruby_18] + gem 'rack', '~> 1.0', :platforms => [:jruby_18, :jruby_19, :ruby_19, :ruby_20, :ruby_21] gem 'rack-test' - gem 'rest-client', '~> 1.6.0', :platforms => [:jruby_18, :ruby_18] + gem 'rest-client', '~> 1.6.0', :platforms => [:jruby_18] gem 'rspec', '~> 3.0' gem 'rubocop', '>= 0.25', :platforms => [:ruby_20, :ruby_21, :ruby_22, :ruby_23, :ruby_24] gem 'simplecov', '>= 0.9' - gem 'tins', '~> 1.6.0', :platforms => [:jruby_18, :jruby_19, :ruby_18, :ruby_19] + gem 'tins', '~> 1.6.0', :platforms => [:jruby_18, :jruby_19, :ruby_19] end gemspec diff --git a/LICENSE.md b/LICENSE.md index 155ff48..38a761e 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -1,4 +1,4 @@ -Copyright (c) 2010-2013 Michael Bleigh and Intridea, Inc. +Copyright (c) 2010-2017 Michael Bleigh and Intridea, Inc. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index bce5b24..51715af 100644 --- a/README.md +++ b/README.md @@ -143,7 +143,7 @@ your first stop if you are wondering about a more in-depth look at OmniAuth, how it works, and how to use it. ## Supported Ruby Versions -OmniAuth is tested under 1.8.7, 1.9.3, 2.0.0, 2.1.10, 2.2.5, 2.3.1, and JRuby. +OmniAuth is tested under 1.9.3, 2.0.0, 2.1.10, 2.2.5, 2.3.1, and JRuby. ## Versioning This library aims to adhere to [Semantic Versioning 2.0.0][semver]. Violations @@ -161,7 +161,7 @@ Constraint][pvc] with two digits of precision. For example: [pvc]: http://guides.rubygems.org/patterns/#pessimistic-version-constraint ## License -Copyright (c) 2010-2013 Michael Bleigh and Intridea, Inc. See [LICENSE][] for +Copyright (c) 2010-2017 Michael Bleigh and Intridea, Inc. See [LICENSE][] for details. [license]: LICENSE.md