Skip to content

Commit

Permalink
Merge pull request carrierwaveuploader#357 from JangoSteve/rdoc-gemsp…
Browse files Browse the repository at this point in the history
…ec-fix

Fixed rdoc errors when bundling from github.
  • Loading branch information
bensie committed Jun 11, 2011
2 parents 48d3e90 + 47e56dd commit 133c14a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions carrierwave.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ Gem::Specification.new do |s|
s.description = "Upload files in your Ruby applications, map them to a range of ORMs, store them on different backends."
s.summary = "Ruby file upload library"
s.email = ["[email protected]"]
s.extra_rdoc_files = ["README.rdoc"]
s.files = Dir.glob("{bin,lib}/**/*") + %w(README.rdoc)
s.extra_rdoc_files = ["README.md"]
s.files = Dir.glob("{bin,lib}/**/*") + %w(README.md)
s.homepage = %q{https://github.com/jnicklas/carrierwave}
s.rdoc_options = ["--main", "README.rdoc"]
s.rdoc_options = ["--main"]
s.require_paths = ["lib"]
s.rubyforge_project = %q{carrierwave}
s.rubygems_version = %q{1.3.5}
Expand Down

0 comments on commit 133c14a

Please sign in to comment.