adding license information

This commit is contained in:
Andrew Mutz 2012-05-31 17:09:05 -07:00
parent 63f2b10212
commit f93b06a25b
1 changed files with 1 additions and 0 deletions

View File

@ -11,6 +11,7 @@ Gem::Specification.new do |s|
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.licenses = ["MIT"]
s.add_dependency 'activerecord'
s.add_development_dependency 'rake'