Skip to content

Commit

Permalink
Fixed rdoc errors when bundling from github.
Browse files Browse the repository at this point in the history
  • Loading branch information
JangoSteve committed Jun 11, 2011
1 parent 48d3e90 commit 47e56dd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions carrierwave.gemspec
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 = ["jonas.nicklas@gmail.com"]
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 47e56dd

Please sign in to comment.