public
Rubygem
Fork of lsegal/yard
Description: Official repository for YARD: Yay! A Ruby Documentation-tool.
Homepage: http://yard.soen.ca / IRC: #yard on irc.freenode.net
Clone URL: git://github.com/tmm1/yard.git
Clean up path names
lsegal (author)
Fri Jun 13 06:34:44 -0700 2008
commit  f00a1a0eb9f62c4b227e52cb282b3826f4b9c651
tree    c62bb05c924a0d9d47ffa25120485cb6d7df7701
parent  c3c7060fe73b351dd8d48f6ce4ec27f7a95becdb
...
7
8
9
10
 
11
12
13
...
7
8
9
 
10
11
12
13
0
@@ -7,7 +7,7 @@ SPEC = Gem::Specification.new do |s|
0
   s.homepage = "http://yard.soen.ca"
0
   s.platform = Gem::Platform::RUBY
0
   s.summary = "Documentation tool for consistent and usable documentation in Ruby."
0
- s.files = Dir.glob("{bin,lib,spec,templates}/**/*") + ['LICENSE.txt', 'README.txt', 'help.pdf']
0
+ s.files = Dir.glob("{bin,lib,spec,templates,benchmarks}/**/*") + ['LICENSE', 'README', 'help.pdf']
0
   s.require_paths = ['lib']
0
   s.executables = [ 'yardoc', 'yri', 'yard-graph' ]
0
   s.has_rdoc = false

Comments

    No one has commented yet.