Skip to content

Commit

Permalink
fix: gem name
Browse files Browse the repository at this point in the history
  • Loading branch information
rkotov93 committed Jul 30, 2023
1 parent 0419727 commit 8d4e25f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

source 'https://rubygems.org'

# Specify your gem's dependencies in emv-tx-inputs-decoder.gemspec
# Specify your gem's dependencies in evm-tx-inputs-decoder.gemspec
gemspec

gem 'rake', '~> 13.0'
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
emv-tx-inputs-decoder (0.1.0)
evm-tx-inputs-decoder (0.1.0)
eth (~> 0.5)

GEM
Expand Down Expand Up @@ -71,7 +71,7 @@ PLATFORMS
x86_64-darwin-20

DEPENDENCIES
emv-tx-inputs-decoder!
evm-tx-inputs-decoder!
rake (~> 13.0)
rspec (~> 3.0)
rubocop (~> 1.21)
Expand Down
8 changes: 4 additions & 4 deletions evm-tx-inputs-decoder.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,22 +3,22 @@
require_relative 'lib/evm_tx/version'

Gem::Specification.new do |spec|
spec.name = 'emv-tx-inputs-decoder'
spec.name = 'evm-tx-inputs-decoder'
spec.version = EvmTx::VERSION
spec.authors = ['Ruslan Kotov']
spec.email = ['[email protected]']

spec.summary = 'Write a short summary, because RubyGems requires one.'
spec.description = 'Write a longer description or delete this line.'
spec.homepage = 'https://github.com/rkotov93/emv-tx-inputs-decoder'
spec.homepage = 'https://github.com/rkotov93/evm-tx-inputs-decoder'
spec.license = 'MIT'
spec.required_ruby_version = '>= 2.7.0'

spec.metadata['allowed_push_host'] = "Set to your gem server 'https://example.com'"

spec.metadata['homepage_uri'] = spec.homepage
spec.metadata['source_code_uri'] = 'https://github.com/rkotov93/emv-tx-inputs-decoder'
spec.metadata['changelog_uri'] = 'https://github.com/rkotov93/emv-tx-inputs-decoder/changelog.md'
spec.metadata['source_code_uri'] = 'https://github.com/rkotov93/evm-tx-inputs-decoder'
spec.metadata['changelog_uri'] = 'https://github.com/rkotov93/evm-tx-inputs-decoder/changelog.md'

# Specify which files should be added to the gem when it is released.
# The `git ls-files -z` loads the files in the RubyGem that have been added into git.
Expand Down

0 comments on commit 8d4e25f

Please sign in to comment.