Take the 2008 Git User's Survey and help out! [ hide ]

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 !
Another incompat with rake based gemspec
rubyist (author)
Tue Apr 29 15:26:35 -0700 2008
commit  48e660a5feb7a69b6b8d7c5a2ba0c6c0b2b41b67
tree    5313893eafb88abcc0d563716c31aec3b371c175
parent  6e8351d56c12971f4b7cdf01101cf19f26a585ca
...
11
12
13
14
 
15
16
17
...
11
12
13
 
14
15
16
17
0
@@ -11,7 +11,7 @@ EOF
0
   s.require_path = 'lib'
0
   s.has_rdoc = true
0
   s.extra_rdoc_files = ['README.rdoc', 'MIT-LICENSE', 'TODO', 'CHANGELOG']
0
- s.rdoc_options = '--line-numbers' << '--inline-source' << '--main' << 'README.rdoc' << '--title' << 'AASM'
0
+ s.rdoc_options = ['--line-numbers', '--inline-source', '--main', 'README.rdoc', '--title', 'AASM']
0
   
0
   s.author = 'Scott Barron'
0
   s.email = 'scott@elitists.net'

Comments

    No one has commented yet.