support old rubygems versions

This commit is contained in:
Thorsten Böttger 2012-04-17 10:37:47 +12:00
parent 67b6f8d5ca
commit ccd2f6075f
1 changed files with 1 additions and 0 deletions

View File

@ -10,6 +10,7 @@ Gem::Specification.new do |s|
s.homepage = %q{http://rubyist.github.com/aasm/}
s.summary = %q{State machine mixin for Ruby objects}
s.description = %q{AASM is a continuation of the acts as state machine rails plugin, built for plain Ruby objects.}
s.date = Time.now
s.add_dependency 'activerecord'
s.add_development_dependency 'rake'