We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8dcd61 commit 7cd4f04Copy full SHA for 7cd4f04
exception_notification.gemspec
@@ -6,6 +6,6 @@ Gem::Specification.new do |s|
6
s.summary = "Exception notification by email for Rails apps"
7
s.email = "[email protected]"
8
9
- s.files = ['README'] + Dir['lib/**/*']
+ s.files = ['README.md'] + Dir['lib/**/*']
10
s.require_path = 'lib'
11
end
0 commit comments