Skip to content

Commit

Permalink
Regenerate gemspec for version 0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
bokmann committed Jan 18, 2011
1 parent d30b45c commit 3ee20fc
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions sentient_user.gemspec
Expand Up @@ -5,11 +5,11 @@

Gem::Specification.new do |s|
s.name = %q{sentient_user}
s.version = "0.3.1"
s.version = "0.3.2"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["bokmann"]
s.date = %q{2010-12-23}
s.date = %q{2011-01-17}
s.description = %q{lets the User model in most authentication frameworks know who is the current user"}
s.email = %q{dbock@codesherpas.com}
s.extra_rdoc_files = [
Expand All @@ -23,12 +23,13 @@ Gem::Specification.new do |s|
"Rakefile",
"VERSION",
"lib/sentient_user.rb",
"sentient_user.gemspec",
"test/helper.rb",
"test/test_sentient_user.rb"
]
s.homepage = %q{http://github.com/bokmann/sentient_user}
s.require_paths = ["lib"]
s.rubygems_version = %q{1.3.6}
s.rubygems_version = %q{1.3.7}
s.summary = %q{A trivial bit of common code}
s.test_files = [
"test/helper.rb",
Expand All @@ -39,7 +40,7 @@ Gem::Specification.new do |s|
current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
s.specification_version = 3

if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then
if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
s.add_development_dependency(%q<shoulda>, [">= 2.11.3"])
else
s.add_dependency(%q<shoulda>, [">= 2.11.3"])
Expand Down

0 comments on commit 3ee20fc

Please sign in to comment.