Skip to content

Commit

Permalink
removed spec.has_rdoc=true option.
Browse files Browse the repository at this point in the history
it is deprecated.
  • Loading branch information
tengla committed Apr 7, 2011
1 parent 053e94b commit 2afcdff
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion uuid.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ EOF
spec.files = Dir['{bin,test,lib,docs}/**/*'] + ['README.rdoc', 'MIT-LICENSE', 'Rakefile', 'CHANGELOG', 'uuid.gemspec']
spec.executables = "uuid"

spec.has_rdoc = true
spec.rdoc_options << '--main' << 'README.rdoc' << '--title' << 'UUID generator' << '--line-numbers'
'--webcvs' << 'http://github.com/assaf/uuid'
spec.extra_rdoc_files = ['README.rdoc', 'MIT-LICENSE']
Expand Down

0 comments on commit 2afcdff

Please sign in to comment.