Skip to content

Commit

Permalink
Update erede.gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrofurtado authored May 22, 2022
1 parent 74d33f7 commit 71feb95
Showing 1 changed file with 11 additions and 8 deletions.
19 changes: 11 additions & 8 deletions erede.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,17 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
require 'erede/version'

Gem::Specification.new do |spec|
spec.name = 'erede-ruby-sdk'
spec.version = Erede::VERSION
spec.authors = ['Rede']
spec.email = ['[email protected]']
spec.summary = 'SDK eRede'
spec.description = 'SDK de integração eRede'
spec.homepage = 'https://github.com/developersrede/erede-ruby'
spec.license = 'MIT'
spec.name = 'erede-ruby-sdk'
spec.version = Erede::VERSION
spec.authors = ['Rede']
spec.email = ['[email protected]']
spec.summary = 'SDK eRede'
spec.description = 'SDK de integração eRede'
spec.homepage = 'https://github.com/pedrofurtado/erede-ruby-sdk'
spec.metadata['homepage_uri'] = spec.homepage
spec.metadata['source_code_uri'] = spec.homepage
spec.metadata['changelog_uri'] = spec.homepage
spec.license = 'MIT'

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

0 comments on commit 71feb95

Please sign in to comment.