Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
try a .document file
  • Loading branch information
phoet committed Jul 14, 2010
1 parent 7af2eae commit 023c066
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .document
@@ -0,0 +1,2 @@
readme.rdoc
lib/**/*.rb
2 changes: 1 addition & 1 deletion asin.gemspec
Expand Up @@ -12,7 +12,7 @@ spec = Gem::Specification.new do |s|

s.has_rdoc = true
s.rdoc_options = ['-a', '--inline-source', '--charset=UTF-8']
s.extra_rdoc_files = ['README']
s.extra_rdoc_files = ['readme.rdoc']
s.files = Dir.glob('lib/*.rb')
s.test_files = Dir.glob('test/test_*.rb')

Expand Down
2 changes: 1 addition & 1 deletion rakefile.rb
Expand Up @@ -10,7 +10,7 @@


Rake::RDocTask.new(:rdoc_dev) do |rd|
rd.rdoc_files.include("lib/**/*.rb", "README")
rd.rdoc_files.include("lib/**/*.rb", "readme.rdoc")
rd.options + ['-a', '--inline-source', '--charset=UTF-8']
end

Expand Down
File renamed without changes.

0 comments on commit 023c066

Please sign in to comment.