Update gemspec for renamed history

This commit is contained in:
Jo Liss 2012-11-09 22:51:45 +01:00
parent 28feb5257e
commit 6446eac5a3
1 changed files with 1 additions and 1 deletions

View File

@ -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"]