Skip to content

Commit

Permalink
Changed: minor edits to gemspec to reflect fork (and trigger gem buil…
Browse files Browse the repository at this point in the history
…d...)
  • Loading branch information
David Palm committed Jan 26, 2009
1 parent 7af67e6 commit 112166a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG
@@ -1,3 +1,5 @@
* Fixed compatibility issue with Ruby 1.9.1

* In AR persistence, move state column from class level variables into the StateMachine object for the class

* allowed :to array and :on_transition callback [Kevin Triplett]
Expand Down
8 changes: 4 additions & 4 deletions aasm.gemspec
Expand Up @@ -5,15 +5,15 @@ Gem::Specification.new do |s|
s.version = "2.0.5"
s.summary = 'State machine mixin for Ruby objects'
s.description = <<-EOF
AASM is a continuation of the acts as state machine rails plugin, built for plain Ruby objects.
AASM is a continuation of the acts as state machine rails plugin, built for plain Ruby objects. This fork adds Ruby 1.9.1 compatibility.
EOF
s.files = PKG_FILES
s.require_path = 'lib'
s.has_rdoc = true
s.extra_rdoc_files = ['README.rdoc', 'MIT-LICENSE', 'TODO', 'CHANGELOG']
s.rdoc_options = ['--line-numbers', '--inline-source', '--main', 'README.rdoc', '--title', 'AASM']

s.author = 'Scott Barron'
s.email = 'scott@elitists.net'
s.homepage = 'http://github.com/rubyist/aasm'
s.author = 'Scott Barron, David Palm'
s.email = 'scott@elitists.net, dvdplm@gmail.com'
s.homepage = 'http://github.com/dvdplm/aasm'
end

0 comments on commit 112166a

Please sign in to comment.