Skip to content

Commit

Permalink
Add rubygems-test support.
Browse files Browse the repository at this point in the history
  • Loading branch information
smartinez87 committed Jul 31, 2011
1 parent c3d94aa commit 4261072
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Empty file added .gemtest
Empty file.
2 changes: 1 addition & 1 deletion exception_notification.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Gem::Specification.new do |s|
s.summary = "Exception notification by email for Rails apps"
s.email = "[email protected]"

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'

Expand Down

0 comments on commit 4261072

Please sign in to comment.