Skip to content

Commit

Permalink
version 0.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
adzap committed Aug 1, 2010
1 parent ed0cf2a commit 3eee62c
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
[0.8.2] : 2010-08-01
- Fix method name clash of enum_for which is defined on Object
- Refactor extension method definitions

[0.8.1] : 2010-07-19
- Enumerated attribute read method can access meta data using key as argument

[0.8.0] : 2010-07-19
- Added pluggable storage API
- Added memory store as default storage
Expand Down
4 changes: 2 additions & 2 deletions active_enum.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@

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

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Adam Meehan"]
s.autorequire = %q{active_enum}
s.date = %q{2010-07-19}
s.date = %q{2010-08-01}
s.description = %q{Define enum classes in Rails and use them to enumerate ActiveRecord attributes}
s.email = %q{adam.meehan@gmail.com}
s.extra_rdoc_files = ["README.rdoc"]
Expand Down
2 changes: 1 addition & 1 deletion lib/active_enum/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module ActiveEnum
VERSION = '0.8.1'
VERSION = '0.8.2'
end

0 comments on commit 3eee62c

Please sign in to comment.