From 8039596f50bcf715b603f14b75294a0806c159c3 Mon Sep 17 00:00:00 2001 From: Sebastian Martinez Date: Mon, 29 Aug 2011 10:08:20 -0300 Subject: [PATCH] Fix lib reference in gemspec --- exception_notification.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exception_notification.gemspec b/exception_notification.gemspec index 0cdca993..490ac8ed 100644 --- a/exception_notification.gemspec +++ b/exception_notification.gemspec @@ -6,7 +6,7 @@ Gem::Specification.new do |s| s.summary = "Exception notification by email for Rails apps" s.email = "smartinez87@gmail.com" - s.files = Dir['Rakefile', '.gemtest', 'README.md' 'lib/**/*'] + s.files = `git ls-files -- lib`.split("\n") + %w(Rakefile .gemtest README.md) s.test_files = Dir.glob "test/**/*_test.rb" s.require_path = 'lib'