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

whitespace ninja

This commit is contained in:
Travis Tilley 2009-05-27 20:32:02 -04:00
parent 15915ad6e7
commit f62693b70c
6 changed files with 16 additions and 14 deletions

View file

@ -44,9 +44,10 @@ else
s.name = 'aasm'
s.version = $package_version
s.summary = 'State machine mixin for Ruby objects'
s.description = <<-EOF
s.description = <<EOF
AASM is a continuation of the acts as state machine rails plugin, built for plain Ruby objects.
EOF
s.files = PKG_FILES.to_a
s.require_path = 'lib'
s.has_rdoc = true

View file

@ -4,9 +4,10 @@ Gem::Specification.new do |s|
s.name = 'aasm'
s.version = "2.0.6"
s.summary = 'State machine mixin for Ruby objects'
s.description = <<-EOF
s.description = <<EOF
AASM is a continuation of the acts as state machine rails plugin, built for plain Ruby objects.
EOF
s.files = PKG_FILES
s.require_path = 'lib'
s.has_rdoc = true