Skip to content

Commit

Permalink
Regenerated gemspec for 0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
beerlington committed Mar 26, 2011
1 parent 4daadd8 commit a4d056b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions classy_enum.gemspec
Expand Up @@ -5,11 +5,11 @@

Gem::Specification.new do |s|
s.name = %q{classy_enum}
s.version = "0.8.0"
s.version = "0.8.1"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Peter Brown"]
s.date = %q{2011-03-24}
s.date = %q{2011-03-26}
s.description = %q{A utility that adds class based enum functionality to ActiveRecord attributes}
s.email = %q{github@lette.us}
s.extra_rdoc_files = [
Expand Down Expand Up @@ -45,7 +45,7 @@ Gem::Specification.new do |s|
s.homepage = %q{http://github.com/beerlington/classy_enum}
s.rdoc_options = ["--charset=UTF-8"]
s.require_paths = ["lib"]
s.rubygems_version = %q{1.6.2}
s.rubygems_version = %q{1.6.1}
s.summary = %q{A class based enumerator utility for Ruby on Rails}
s.test_files = [
"spec/classy_enum_attributes_spec.rb",
Expand Down

0 comments on commit a4d056b

Please sign in to comment.