Skip to content

Commit

Permalink
Merge pull request #1 from PRX/fix/prx_auth_version_bump
Browse files Browse the repository at this point in the history
Update rack-prx_auth
  • Loading branch information
cavis authored Sep 7, 2018
2 parents 7d19763 + faf1382 commit de5d98e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/prx_auth/rails/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module PrxAuth
module Rails
VERSION = "0.0.4"
VERSION = "0.1.0"
end
end
4 changes: 3 additions & 1 deletion prx_auth-rails.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -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)/})
Expand All @@ -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

0 comments on commit de5d98e

Please sign in to comment.