mirror of
https://github.com/aasm/aasm
synced 2023-03-27 23:22:41 -04:00
Another incompat with rake based gemspec
This commit is contained in:
parent
6e8351d56c
commit
48e660a5fe
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ EOF
|
|||
s.require_path = 'lib'
|
||||
s.has_rdoc = true
|
||||
s.extra_rdoc_files = ['README.rdoc', 'MIT-LICENSE', 'TODO', 'CHANGELOG']
|
||||
s.rdoc_options = '--line-numbers' << '--inline-source' << '--main' << 'README.rdoc' << '--title' << 'AASM'
|
||||
s.rdoc_options = ['--line-numbers', '--inline-source', '--main', 'README.rdoc', '--title', 'AASM']
|
||||
|
||||
s.author = 'Scott Barron'
|
||||
s.email = 'scott@elitists.net'
|
||||
|
|
Loading…
Add table
Reference in a new issue