erc20 0.2.8 → 0.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: erc20
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.8
4
+ version: 0.3.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Yegor Bugayenko
@@ -94,19 +94,19 @@ dependencies:
94
94
  - !ruby/object:Gem::Version
95
95
  version: '0.4'
96
96
  - !ruby/object:Gem::Dependency
97
- name: slop
97
+ name: thor
98
98
  requirement: !ruby/object:Gem::Requirement
99
99
  requirements:
100
100
  - - "~>"
101
101
  - !ruby/object:Gem::Version
102
- version: '4.0'
102
+ version: '1.3'
103
103
  type: :runtime
104
104
  prerelease: false
105
105
  version_requirements: !ruby/object:Gem::Requirement
106
106
  requirements:
107
107
  - - "~>"
108
108
  - !ruby/object:Gem::Version
109
- version: '4.0'
109
+ version: '1.3'
110
110
  description: 'A simple library for making ERC20 manipulations as easy as they can
111
111
  be for cryptocurrency newbies: checking balance, sending payments, and monitoring
112
112
  addresses for incoming payments. The library expects Ethereum node to provide JSON
@@ -131,6 +131,7 @@ files:
131
131
  - features/cli.feature
132
132
  - features/dry.feature
133
133
  - features/gem_package.feature
134
+ - features/live.feature
134
135
  - features/step_definitions/steps.rb
135
136
  - features/support/env.rb
136
137
  - hardhat/.gitignore