Skip to content

Commit

Permalink
Fixed gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
George Malamidis committed Nov 12, 2008
1 parent 48725f5 commit 6510ea3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions synthesis.gemspec
Expand Up @@ -8,12 +8,12 @@ GEMSPEC =Gem::Specification.new do |s|
s.email = 'george@nutrun.com'
s.homepage = 'http://synthesis.rubyforge.org'
s.has_rdoc = true
s.rdoc_options += ['--quiet', '--title', 'Synthesis', '--main', 'README', '--inline-source']
s.extra_rdoc_files = ['README', 'COPYING']
s.rdoc_options += ['--quiet', '--title', 'Synthesis', '--main', 'README.rdoc', '--inline-source']
s.extra_rdoc_files = ['README.rdoc', 'COPYING']
s.files = [
"COPYING",
"Rakefile",
"README",
"README.rdoc",
"synthesis.gemspec",
"lib/synthesis/adapter/expectations.rb",
"lib/synthesis/adapter/mocha.rb",
Expand Down

0 comments on commit 6510ea3

Please sign in to comment.