From faf138239472b8f7177a423072f2b1202b27d08e Mon Sep 17 00:00:00 2001 From: cavis Date: Fri, 7 Sep 2018 12:26:08 -0600 Subject: [PATCH] Update rack-prx_auth to 0.1 --- lib/prx_auth/rails/version.rb | 2 +- prx_auth-rails.gemspec | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/lib/prx_auth/rails/version.rb b/lib/prx_auth/rails/version.rb index c3f72a7..bf85795 100644 --- a/lib/prx_auth/rails/version.rb +++ b/lib/prx_auth/rails/version.rb @@ -1,5 +1,5 @@ module PrxAuth module Rails - VERSION = "0.0.4" + VERSION = "0.1.0" end end diff --git a/prx_auth-rails.gemspec b/prx_auth-rails.gemspec index f52ef0b..d9287eb 100644 --- a/prx_auth-rails.gemspec +++ b/prx_auth-rails.gemspec @@ -15,6 +15,8 @@ Gem::Specification.new do |spec| spec.homepage = "https://github.com/PRX/prx_auth-rails" spec.license = "MIT" + spec.required_ruby_version = '>= 2.3' + spec.files = `git ls-files`.split($/) spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) } spec.test_files = spec.files.grep(%r{^(test|spec|features)/}) @@ -23,5 +25,5 @@ Gem::Specification.new do |spec| spec.add_development_dependency "bundler", "~> 1.3" spec.add_development_dependency "rake" - spec.add_runtime_dependency "rack-prx_auth", "~> 0.0.6" + spec.add_runtime_dependency "rack-prx_auth", "~> 0.1.0" end