Skip to content

Commit ce0738b

Browse files
committed
Regenerated gemspec for version 2.1.4
1 parent 184f3b1 commit ce0738b

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

authlogic.gemspec

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55

66
Gem::Specification.new do |s|
77
s.name = %q{authlogic}
8-
s.version = "2.1.3"
8+
s.version = "2.1.4"
99

1010
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
1111
s.authors = ["Ben Johnson of Binary Logic"]
12-
s.date = %q{2009-11-12}
12+
s.date = %q{2010-05-23}
1313
s.email = %q{bjohnson@binarylogic.com}
1414
s.extra_rdoc_files = [
1515
"LICENSE",
@@ -145,8 +145,7 @@ Gem::Specification.new do |s|
145145
s.homepage = %q{http://github.com/binarylogic/authlogic}
146146
s.rdoc_options = ["--charset=UTF-8"]
147147
s.require_paths = ["lib"]
148-
s.rubyforge_project = %q{authlogic}
149-
s.rubygems_version = %q{1.3.5}
148+
s.rubygems_version = %q{1.3.7}
150149
s.summary = %q{A clean, simple, and unobtrusive ruby authentication solution.}
151150
s.test_files = [
152151
"test/acts_as_authentic_test/base_test.rb",
@@ -205,7 +204,7 @@ Gem::Specification.new do |s|
205204
current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
206205
s.specification_version = 3
207206

208-
if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then
207+
if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
209208
s.add_runtime_dependency(%q<activesupport>, [">= 0"])
210209
else
211210
s.add_dependency(%q<activesupport>, [">= 0"])

0 commit comments

Comments
 (0)