Skip to content

Commit

Permalink
Regenerated gemspec for version 2.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
binarylogic committed Sep 12, 2009
1 parent 061fac1 commit 003bd21
Showing 1 changed file with 11 additions and 7 deletions.
18 changes: 11 additions & 7 deletions authlogic.gemspec
@@ -1,12 +1,15 @@
# Generated by jeweler
# DO NOT EDIT THIS FILE
# Instead, edit Jeweler::Tasks in Rakefile, and run `rake gemspec`
# -*- encoding: utf-8 -*-

Gem::Specification.new do |s|
s.name = %q{authlogic}
s.version = "2.1.1"
s.version = "2.1.2"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Ben Johnson of Binary Logic"]
s.date = %q{2009-07-04}
s.date = %q{2009-09-12}
s.email = %q{bjohnson@binarylogic.com}
s.extra_rdoc_files = [
"LICENSE",
Expand Down Expand Up @@ -102,6 +105,7 @@ Gem::Specification.new do |s|
"test/fixtures/employees.yml",
"test/fixtures/projects.yml",
"test/fixtures/users.yml",
"test/i18n_test.rb",
"test/libs/affiliate.rb",
"test/libs/company.rb",
"test/libs/employee.rb",
Expand Down Expand Up @@ -139,10 +143,10 @@ Gem::Specification.new do |s|
s.rdoc_options = ["--charset=UTF-8"]
s.require_paths = ["lib"]
s.rubyforge_project = %q{authlogic}
s.rubygems_version = %q{1.3.4}
s.rubygems_version = %q{1.3.5}
s.summary = %q{A clean, simple, and unobtrusive ruby authentication solution.}
s.test_files = [
"test/acts_as_authentic_test/base_test.rb",
"test/acts_as_authentic_test/base_test.rb",
"test/acts_as_authentic_test/email_test.rb",
"test/acts_as_authentic_test/logged_in_status_test.rb",
"test/acts_as_authentic_test/login_test.rb",
Expand Down Expand Up @@ -198,11 +202,11 @@ Gem::Specification.new do |s|
s.specification_version = 3

if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then
s.add_runtime_dependency(%q<activerecord>, [">= 2.2.1"])
s.add_runtime_dependency(%q<activesupport>, [">= 0"])
else
s.add_dependency(%q<activerecord>, [">= 2.2.1"])
s.add_dependency(%q<activesupport>, [">= 0"])
end
else
s.add_dependency(%q<activerecord>, [">= 2.2.1"])
s.add_dependency(%q<activesupport>, [">= 0"])
end
end

0 comments on commit 003bd21

Please sign in to comment.