Skip to content

Commit 7cd4f04

Browse files
Mark Kellysmartinez87
authored andcommitted
changed README to README.md in gemspec
Signed-off-by: Sebastian Martinez <[email protected]>
1 parent a8dcd61 commit 7cd4f04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exception_notification.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ Gem::Specification.new do |s|
66
s.summary = "Exception notification by email for Rails apps"
77
s.email = "[email protected]"
88

9-
s.files = ['README'] + Dir['lib/**/*']
9+
s.files = ['README.md'] + Dir['lib/**/*']
1010
s.require_path = 'lib'
1111
end

0 commit comments

Comments
 (0)