Skip to content

Commit a95ee21

Browse files
committed
Update gemspec, Readmill => readmill
1 parent e2b6b12 commit a95ee21

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

readmill.gemspec

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ $:.unshift lib unless $:.include?(lib)
55
require 'readmill/version'
66

77
Gem::Specification.new do |s|
8-
s.name = "Readmill"
8+
s.name = "readmill"
99
s.version = Readmill::VERSION
1010
s.platform = Gem::Platform::RUBY
1111

@@ -21,4 +21,4 @@ Gem::Specification.new do |s|
2121
s.add_dependency('rest-client')
2222

2323
s.require_path = 'lib'
24-
end
24+
end

0 commit comments

Comments
 (0)