mirror of
https://github.com/aasm/aasm
synced 2023-03-27 23:22:41 -04:00
github criples external querying like Rake's FileList - yucky manual entry
This commit is contained in:
parent
ee2c18daf0
commit
6e8351d56c
1 changed files with 1 additions and 6 deletions
|
@ -1,9 +1,4 @@
|
||||||
require 'rake'
|
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"]
|
||||||
|
|
||||||
PKG_FILES = FileList['[A-Z]*',
|
|
||||||
'lib/**/*.rb',
|
|
||||||
'doc/**/*'
|
|
||||||
]
|
|
||||||
|
|
||||||
Gem::Specification.new do |s|
|
Gem::Specification.new do |s|
|
||||||
s.name = 'aasm'
|
s.name = 'aasm'
|
||||||
|
|
Loading…
Reference in a new issue