public
Rubygem
Description: AASM - State machines for Ruby classes
Homepage: http://rubyi.st/aasm
Clone URL: git://github.com/rubyist/aasm.git
Search Repo:
Click here to lend your support to: aasm and make a donation at www.pledgie.com !
github criples external querying like Rake's FileList - yucky manual entry
rubyist (author)
Tue Apr 29 15:16:25 -0700 2008
commit  6e8351d56c12971f4b7cdf01101cf19f26a585ca
tree    4cb56966894661696a559d62fec3fbd2af88bb1c
parent  ee2c18daf0512eb50fd767825d41f4a2e07ce868
...
1
2
3
4
5
6
 
7
8
9
...
 
 
 
 
 
 
1
2
3
4
0
@@ -1,9 +1,4 @@
0
-require 'rake'
0
-
0
-PKG_FILES = FileList['[A-Z]*',
0
-'lib/**/*.rb',
0
-'doc/**/*'
0
-]
0
+PKG_FILES = ["CHANGELOG", "MIT-LICENSE", "Rakefile", "README.rdoc", "TODO", "lib/aasm.rb", "lib/event.rb", "lib/persistence/active_record_persistence.rb", "lib/persistence.rb", "lib/state.rb", "lib/state_transition.rb", "lib/version.rb", "doc/jamis.rb"]
0
 
0
 Gem::Specification.new do |s|
0
   s.name = 'aasm'

Comments

    No one has commented yet.