diff --git a/.gemtest b/.gemtest new file mode 100644 index 00000000..e69de29b diff --git a/exception_notification.gemspec b/exception_notification.gemspec index 1acbc37c..23f277ae 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', 'README.md' 'lib/**/*'] + s.files = Dir['Rakefile', '.gemtest', 'README.md' 'lib/**/*'] s.test_files = Dir.glob "test/**/*_test.rb" s.require_path = 'lib'