From 6446eac5a3f245d35a22829ec91a57d5c881971e Mon Sep 17 00:00:00 2001 From: Jo Liss Date: Fri, 9 Nov 2012 22:51:45 +0100 Subject: [PATCH] Update gemspec for renamed history --- capybara.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/capybara.gemspec b/capybara.gemspec index 6347f7d1b..ea2c1d83f 100644 --- a/capybara.gemspec +++ b/capybara.gemspec @@ -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"]