ethlite 0.3.2 → 0.4.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.
Files changed (5) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +3 -3
  3. data/Rakefile +1 -1
  4. data/lib/ethlite/version.rb +2 -2
  5. metadata +3 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: a543bc0ff77f147cf1d33e68db8b72345f705401061348c1c6ce7b96c410bd43
4
- data.tar.gz: ccc325256399a94b4c3ade2292b04592305e14d2ca70c2fe8a203ab2f185f029
3
+ metadata.gz: 1e11a16356a6595d0a8463c9b8709f71f03edd0c0b2c66dac3d228f4b19511fe
4
+ data.tar.gz: 2811b02e7c428864876dc3bb416080c9348d5ef120ea1f067717690f531df48c
5
5
  SHA512:
6
- metadata.gz: fac7091c8758f9df8a43fff5b61ce03d2a06e9d47a39d592e5da797ef2aa52ca24bc29f582e47624728d9129e2cd511a51be9b426443d7a6155f71975057a589
7
- data.tar.gz: d9ec99feb5c27b6d108ea6cfc0cc08e30b88d1a883a009f92b361732fbc75b409e47681b9198b3bb343626a04e8b35278ac6db89bd87569128956cd52462b3b1
6
+ metadata.gz: 71875ac074cc206b14fe695b96c8c32fe83ee68f162f26985fd800e2a04d1dc9637c68b2a4826bbadf831f529733d133642b2c4be7e462ccc36f524959329f55
7
+ data.tar.gz: b4111981e3ab713d120ddeb3d88e186d00e3489e13d875411e43b05b2f92c750948010df33ef86424c2f2c6f76b197a08db3c4ab42eff156ff114a9200037c89
data/README.md CHANGED
@@ -4,8 +4,8 @@
4
4
  ethlite - light-weight machinery to query / call ethereum (blockchain contract) services via json-rpc (incl. tuple support)
5
5
 
6
6
 
7
- * home :: [github.com/pixelartexchange/artbase](https://github.com/pixelartexchange/artbase)
8
- * bugs :: [github.com/pixelartexchange/artbase/issues](https://github.com/pixelartexchange/artbase/issues)
7
+ * home :: [github.com/rubycocos/blockchain](https://github.com/rubycocos/blockchain)
8
+ * bugs :: [github.com/rubycocos/blockchain/issues](https://github.com/rubycocos/blockchain/issues)
9
9
  * gem :: [rubygems.org/gems/ethlite](https://rubygems.org/gems/ethlite)
10
10
  * rdoc :: [rubydoc.info/gems/ethlite](http://rubydoc.info/gems/ethlite)
11
11
 
@@ -16,7 +16,7 @@ ethlite - light-weight machinery to query / call ethereum (blockchain contract)
16
16
 
17
17
  ### Step 0: Setup JSON RPC Client
18
18
 
19
- Let's use the simple (built-in) JSON RPC client.
19
+ Let's use the simple (built-in) JSON RPC client.
20
20
  Get the eth node uri via the INFURA_URI enviroment variable / key e.g. `https://mainnet.infura.io/v3/<YOUR_KEY_HERE>`:
21
21
 
22
22
  ```ruby
data/Rakefile CHANGED
@@ -9,7 +9,7 @@ Hoe.spec 'ethlite' do
9
9
  self.summary = "ethlite - light-weight machinery to query / call ethereum (blockchain contract) services via json-rpc (incl. tuple support)"
10
10
  self.description = summary
11
11
 
12
- self.urls = { home: 'https://github.com/pixelartexchange/artbase' }
12
+ self.urls = { home: 'https://github.com/rubycocos/blockchain' }
13
13
 
14
14
  self.author = 'Gerald Bauer'
15
15
  self.email = 'wwwmake@googlegroups.com'
@@ -2,8 +2,8 @@
2
2
 
3
3
  module Ethlite
4
4
  MAJOR = 0
5
- MINOR = 3
6
- PATCH = 2
5
+ MINOR = 4
6
+ PATCH = 0
7
7
  VERSION = [MAJOR,MINOR,PATCH].join('.')
8
8
 
9
9
  def self.version
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ethlite
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.2
4
+ version: 0.4.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Gerald Bauer
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-12-08 00:00:00.000000000 Z
11
+ date: 2022-12-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: cocos
@@ -108,7 +108,7 @@ files:
108
108
  - lib/ethlite/utils.rb
109
109
  - lib/ethlite/version.rb
110
110
  - lib/jsonrpc/jsonrpc.rb
111
- homepage: https://github.com/pixelartexchange/artbase
111
+ homepage: https://github.com/rubycocos/blockchain
112
112
  licenses:
113
113
  - Public Domain
114
114
  metadata: {}