Skip to content
This repository has been archived by the owner on Mar 4, 2018. It is now read-only.

Commit

Permalink
Removing an unneeded dependency in the gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
krainboltgreene authored and Kurtis Rainbolt-Greene committed Sep 3, 2012
1 parent ceeb017 commit ed1a6b4
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion authn-rails.gemspec
Expand Up @@ -20,7 +20,6 @@ Gem::Specification.new do |gem|
gem.add_runtime_dependency 'authn', '~> 2.0'
gem.add_runtime_dependency 'rails', '~> 3.2'
gem.add_runtime_dependency 'astruct', '~> 2.9'
gem.add_runtime_dependency 'bcrypt-ruby', '~> 3.0'
gem.add_development_dependency 'yard'
gem.add_development_dependency 'kramdown'
# gem.add_runtime_dependency 'gemname', '~> 1.0'
Expand Down
2 changes: 1 addition & 1 deletion lib/authn/rails/version.rb
@@ -1,5 +1,5 @@
module AuthN
module Rails
VERSION = "1.3.0"
VERSION = "1.3.1"
end
end
2 changes: 1 addition & 1 deletion test/lib/authn/rails/version_test.rb
Expand Up @@ -3,6 +3,6 @@

class TestAuthNRailsVersion < MiniTest::Unit::TestCase
def test_that_version_is_latest
assert_equal "1.3.0", AuthN::Rails::VERSION
assert_equal "1.3.1", AuthN::Rails::VERSION
end
end

0 comments on commit ed1a6b4

Please sign in to comment.