Skip to content

Commit

Permalink
Update gemspec for renamed history
Browse files Browse the repository at this point in the history
  • Loading branch information
joliss committed Nov 9, 2012
1 parent 28feb52 commit 6446eac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion capybara.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Gem::Specification.new do |s|
s.email = ["jonas.nicklas@gmail.com"]
s.description = "Capybara is an integration testing tool for rack based web applications. It simulates how a user would interact with a website"

s.files = Dir.glob("{lib,spec}/**/*") + %w(README.md History.txt License.txt)
s.files = Dir.glob("{lib,spec}/**/*") + %w(README.md History.md License.txt)

s.homepage = "http://github.com/jnicklas/capybara"
s.require_paths = ["lib"]
Expand Down

0 comments on commit 6446eac

Please sign in to comment.