Skip to content

Commit

Permalink
Fixing script error.
Browse files Browse the repository at this point in the history
  • Loading branch information
gimite committed Sep 26, 2009
1 parent 21b7558 commit f6a893f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions google-spreadsheet-ruby.gemspec
Expand Up @@ -5,11 +5,11 @@ Gem::Specification.new do |s|
s.date = %q{2009-09-26}
s.description = %q{This is a library to read/write Google Spreadsheet.}
s.email = ["gimite+github@gmail.com"]
s.extra_rdoc_files = ["README.txt"]
s.files = ["README.txt", "lib/google_spreadsheet.rb"]
s.extra_rdoc_files = ["README.rdoc"]
s.files = ["README.rdoc", "lib/google_spreadsheet.rb"]
s.has_rdoc = true
s.homepage = %q{http://github.com/gimite/google-spreadsheet-ruby/tree/master}
s.rdoc_options = ["--main", "README.txt"]
s.rdoc_options = ["--main", "README.rdoc"]
s.require_paths = ["lib"]
s.rubygems_version = %q{1.2.0}
s.summary = %q{This is a library to read/write Google Spreadsheet.}
Expand Down
2 changes: 1 addition & 1 deletion script/gen-rdoc
@@ -1,3 +1,3 @@
#!/usr/local/bin/bash

rdoc --main=README.txt --title="Google Spreadsheet Ruby" --force-update README.txt lib/google_spreadsheet.rb
rdoc --main=README.rdoc --title="Google Spreadsheet Ruby" --force-update README.rdoc lib/google_spreadsheet.rb

0 comments on commit f6a893f

Please sign in to comment.