ethereum_abi 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: fb9fd98c2615378d3c6691efbc4ee7378eb8a879ad4c8cfe90c5278d67277dcf
4
- data.tar.gz: e6847278bb5577c2061f0e92cbc5d22486f564aada7399c636af4bf98f06481e
3
+ metadata.gz: 338adb2375bc7d3f1b1d64642af884ecdc64838c22db2f4e076cf27a29b009a3
4
+ data.tar.gz: 29ac5fe9d1cce8901d62b57e9283ffc281866f79fcf2c80da0d0f4afc2a44b25
5
5
  SHA512:
6
- metadata.gz: 2a80abc55633e0c9ac34d69c91f900ac38159fa286635075714b07fa02360d43d9bd96b7bea87c68d934e9ee78c6f998460be991c745392df254d12b98f5b7a6
7
- data.tar.gz: d67ecd079f1fb4d1637c9c18d612667ceea64f8c9feb50f1146c8ad60c6521ead8ad16675309c6a597f131f69aa2fb8136c0cc8c4579cf71632bc4dfe2c73f87
6
+ metadata.gz: 9c7593cdb4c5a05727a89b76f06c33bdad362e15d6672b7b360f61773a3e2f1162a4175d4b2f86de6defcb586c02ae4227155abf4fd2c775698f3f42ee5b00a3
7
+ data.tar.gz: 258188a98ccfa1a0dfb5865a99bb27b2f1bd047bf9a5cff87b4da3e3fb6b4ec6b9be71b69224da4af6e438b10533cc9ad97077c7a87b426b47980e5463197497
data/CHANGELOG.md CHANGED
@@ -1,4 +1,7 @@
1
- ## [Unreleased]
1
+ ## [Released]
2
+
3
+ ## [0.1.1] - 2022-09-23
4
+ - Fix path to EthereumAbi::Constant
2
5
 
3
6
  ## [0.1.0] - 2022-09-21
4
7
 
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- ethereum_abi (0.1.0)
4
+ ethereum_abi (0.1.1)
5
5
  rlp (~> 0.7.3)
6
6
 
7
7
  GEM
data/README.md CHANGED
@@ -32,7 +32,7 @@ To install this gem onto your local machine, run `bundle exec rake install`. To
32
32
 
33
33
  ## Contributing
34
34
 
35
- Bug reports and pull requests are welcome on GitHub at https://github.com/TemaMix/ethereum_abi. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [code of conduct](https://github.com/TemaMix/ethereum_abi/blob/master/CODE_OF_CONDUCT.md).
35
+ Bug reports and pull requests are welcome on GitHub at https://github.com/TemaMix/ethereum_abi. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [code of conduct](https://github.com/TemaMix/ethereum_abi/blob/main/CODE_OF_CONDUCT.md).
36
36
 
37
37
  ## License
38
38
 
@@ -40,4 +40,4 @@ The gem is available as open source under the terms of the [MIT License](https:/
40
40
 
41
41
  ## Code of Conduct
42
42
 
43
- Everyone interacting in the EthereumAbi project's codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/TemaMix/ethereum_abi/blob/master/CODE_OF_CONDUCT.md).
43
+ Everyone interacting in the EthereumAbi project's codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/TemaMix/ethereum_abi/blob/main/CODE_OF_CONDUCT.md).
@@ -1,7 +1,7 @@
1
1
  # -*- encoding : ascii-8bit -*-
2
2
  # frozen_string_literal: true
3
3
 
4
- require "./lib/ethereum_abi/constant"
4
+ require_relative "constant"
5
5
 
6
6
  module EthereumAbi
7
7
  module Utils
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module EthereumAbi
4
- VERSION = "0.1.0"
4
+ VERSION = "0.1.1"
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ethereum_abi
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Artem Rumiantcev
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2022-09-22 00:00:00.000000000 Z
11
+ date: 2022-09-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rlp