Skip to content

Commit

Permalink
Fix gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
MatheusRich committed Nov 25, 2020
1 parent 9d6b0cf commit 7a523e7
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions ez_attributes.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,14 @@ Gem::Specification.new do |spec|
spec.name = 'ez_attributes'
spec.version = EzAttributes::VERSION
spec.authors = ['Matheus Richard']
spec.email = ['matheus.richard@fretadao.com.br']
spec.email = ['matheusrichardt@gmail.com']

spec.summary = 'Easily define initializers with keyword args.'
spec.description = 'Easily define initializers with keyword args. It supports required and optional args.'
spec.homepage = 'https://github.com/MatheusRich/ez_attributes.git'
spec.license = 'MIT'
spec.required_ruby_version = Gem::Requirement.new('>= 2.5.0')

spec.metadata['allowed_push_host'] = "TODO: Set to 'http://mygemserver.com'"

spec.metadata['homepage_uri'] = spec.homepage
spec.metadata['source_code_uri'] = spec.homepage
# spec.metadata["changelog_uri"] = "TODO: Put your gem's CHANGELOG.md URL here."
Expand Down

0 comments on commit 7a523e7

Please sign in to comment.