Skip to content

Commit

Permalink
Regenerate gemspec for version 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Baker committed May 6, 2011
1 parent 4e0a661 commit 0746899
Showing 1 changed file with 5 additions and 10 deletions.
15 changes: 5 additions & 10 deletions attr_enumerator.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@

Gem::Specification.new do |s|
s.name = %q{attr_enumerator}
s.version = "0.3.0"
s.version = "0.4.0"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Chris Baker"]
s.date = %q{2011-03-25}
s.description = %q{A customizable method for restricting an attribute to a set of choices}
s.date = %q{2011-05-06}
s.description = %q{A method for restricting an attribute to a set of choices}
s.email = %q{[email protected]}
s.extra_rdoc_files = [
"LICENSE.txt",
Expand All @@ -33,15 +33,10 @@ Gem::Specification.new do |s|
s.homepage = %q{http://github.com/chrisb87/attr_enumerator}
s.licenses = ["MIT"]
s.require_paths = ["lib"]
s.rubygems_version = %q{1.3.7}
s.summary = %q{A customizable method for restricting an attribute to a set of choices}
s.test_files = [
"spec/attr_enumerator_spec.rb",
"spec/spec_helper.rb"
]
s.rubygems_version = %q{1.7.2}
s.summary = %q{A method for restricting an attribute to a set of choices}

if s.respond_to? :specification_version then
current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
s.specification_version = 3

if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
Expand Down

0 comments on commit 0746899

Please sign in to comment.