Skip to content

Commit 3e8c08a

Browse files
committed
Use the more standard dash instead of underscore in name
1 parent c9a83eb commit 3e8c08a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rails_script.gemspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
44
require 'rails_script/version'
55

66
Gem::Specification.new do |spec|
7-
spec.name = 'rails_script'
7+
spec.name = 'rails-script'
88
spec.version = RailsScript::VERSION
99
spec.authors = ['Kevin Pheasey']
1010
spec.email = ['[email protected]']

0 commit comments

Comments
 (0)