Skip to content

Commit 003bd21

Browse files
committed
Regenerated gemspec for version 2.1.2
1 parent 061fac1 commit 003bd21

File tree

1 file changed

+11
-7
lines changed

1 file changed

+11
-7
lines changed

authlogic.gemspec

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,15 @@
1+
# Generated by jeweler
2+
# DO NOT EDIT THIS FILE
3+
# Instead, edit Jeweler::Tasks in Rakefile, and run `rake gemspec`
14
# -*- encoding: utf-8 -*-
25

36
Gem::Specification.new do |s|
47
s.name = %q{authlogic}
5-
s.version = "2.1.1"
8+
s.version = "2.1.2"
69

710
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
811
s.authors = ["Ben Johnson of Binary Logic"]
9-
s.date = %q{2009-07-04}
12+
s.date = %q{2009-09-12}
1013
s.email = %q{bjohnson@binarylogic.com}
1114
s.extra_rdoc_files = [
1215
"LICENSE",
@@ -102,6 +105,7 @@ Gem::Specification.new do |s|
102105
"test/fixtures/employees.yml",
103106
"test/fixtures/projects.yml",
104107
"test/fixtures/users.yml",
108+
"test/i18n_test.rb",
105109
"test/libs/affiliate.rb",
106110
"test/libs/company.rb",
107111
"test/libs/employee.rb",
@@ -139,10 +143,10 @@ Gem::Specification.new do |s|
139143
s.rdoc_options = ["--charset=UTF-8"]
140144
s.require_paths = ["lib"]
141145
s.rubyforge_project = %q{authlogic}
142-
s.rubygems_version = %q{1.3.4}
146+
s.rubygems_version = %q{1.3.5}
143147
s.summary = %q{A clean, simple, and unobtrusive ruby authentication solution.}
144148
s.test_files = [
145-
"test/acts_as_authentic_test/base_test.rb",
149+
"test/acts_as_authentic_test/base_test.rb",
146150
"test/acts_as_authentic_test/email_test.rb",
147151
"test/acts_as_authentic_test/logged_in_status_test.rb",
148152
"test/acts_as_authentic_test/login_test.rb",
@@ -198,11 +202,11 @@ Gem::Specification.new do |s|
198202
s.specification_version = 3
199203

200204
if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then
201-
s.add_runtime_dependency(%q<activerecord>, [">= 2.2.1"])
205+
s.add_runtime_dependency(%q<activesupport>, [">= 0"])
202206
else
203-
s.add_dependency(%q<activerecord>, [">= 2.2.1"])
207+
s.add_dependency(%q<activesupport>, [">= 0"])
204208
end
205209
else
206-
s.add_dependency(%q<activerecord>, [">= 2.2.1"])
210+
s.add_dependency(%q<activesupport>, [">= 0"])
207211
end
208212
end

0 commit comments

Comments
 (0)