mirror of
https://github.com/aasm/aasm
synced 2023-03-27 23:22:41 -04:00
whitespace ninja
This commit is contained in:
parent
15915ad6e7
commit
f62693b70c
6 changed files with 16 additions and 14 deletions
3
Rakefile
3
Rakefile
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue