Skip to content

Commit

Permalink
version 0.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
adzap committed Mar 17, 2010
1 parent 754072a commit 7681bcc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions active_enum.gemspec
Expand Up @@ -2,12 +2,12 @@

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

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-03-17}
s.date = %q{2010-03-18}
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
@@ -1,3 +1,3 @@
module ActiveEnum
VERSION = '0.6.2'
VERSION = '0.6.3'
end

0 comments on commit 7681bcc

Please sign in to comment.