Skip to content

Commit

Permalink
Fix lib reference in gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
smartinez87 committed Aug 29, 2011
1 parent 68ca082 commit 8039596
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exception_notification.gemspec
Expand Up @@ -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'

Expand Down

0 comments on commit 8039596

Please sign in to comment.