Skip to content

Commit 9d8bd04

Browse files
authored
Merge pull request #124 from codegram/fix-capitalization-in-gemspec
Fix capitalization in gemspec
2 parents 24be0ae + 20b8bb4 commit 9d8bd04

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)