Skip to content

Commit 20b8bb4

Browse files
committed
Fix capitalization in gemspec
Let's use "Hyperclient" everywhere, as discussed in #74. Fixes #74
1 parent 24be0ae commit 20b8bb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hyperclient.gemspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ require File.expand_path('../lib/hyperclient/version', __FILE__)
44
Gem::Specification.new do |gem|
55
gem.authors = ['Oriol Gual']
66
gem.email = ['[email protected]']
7-
gem.description = 'HyperClient is a Ruby Hypermedia API client.'
7+
gem.description = 'Hyperclient is a Ruby Hypermedia API client.'
88
gem.summary = ''
99
gem.homepage = 'https://github.com/codegram/hyperclient/'
1010
gem.executables = `git ls-files -- bin/*`.split("\n").map { |f| File.basename(f) }

0 commit comments

Comments
 (0)