Skip to content

Commit

Permalink
Code style fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
rafasoares committed Oct 12, 2019
1 parent 053b7df commit 6e72be8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions human_enum.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ Gem::Specification.new do |spec|
spec.homepage = 'https://github.com/rafasoares/human_enum'
spec.license = 'MIT'

spec.metadata["homepage_uri"] = spec.homepage
spec.metadata["source_code_uri"] = 'https://github.com/rafasoares/human_enum'
spec.metadata["changelog_uri"] = 'https://github.com/rafasoares/human_enum/blob/master/CHANGELOG.md'
spec.metadata['homepage_uri'] = spec.homepage
spec.metadata['source_code_uri'] = 'https://github.com/rafasoares/human_enum'
spec.metadata['changelog_uri'] = 'https://github.com/rafasoares/human_enum/blob/master/CHANGELOG.md'

spec.files = `git ls-files -z`.split("\x0").reject do |f|
f.match(%r{^(test|spec|features)/})
Expand Down

0 comments on commit 6e72be8

Please sign in to comment.