Skip to content

Commit

Permalink
Fix extra_rdoc_files in gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
JonathanTron committed Jan 4, 2013
1 parent a2b3172 commit afb138e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sequel-rails.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Gem::Specification.new do |s|
s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
s.require_paths = ["lib"]
s.extra_rdoc_files = ["LICENSE", "README.rdoc"]
s.extra_rdoc_files = ["LICENSE", "README.md"]
s.rdoc_options = ["--charset=UTF-8"]

s.add_runtime_dependency("sequel", ["~> 3.28"])
Expand Down

0 comments on commit afb138e

Please sign in to comment.