1
0
Fork 0
mirror of https://github.com/aasm/aasm synced 2023-03-27 23:22:41 -04:00

Merge pull request #49 from amutz/adding_license_information

Adding license information
This commit is contained in:
Scott Barron 2012-06-04 08:19:39 -07:00
commit 42c22f3279

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'