moac_eth 0.4.7 → 0.4.8
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.
- checksums.yaml +4 -4
- data/README.md +1 -1
- data/lib/moac_eth/version.rb +1 -1
- data/moac_eth.gemspec +3 -3
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 13225e0d413fe3e9a92e27e76fadcd7d1caedd2d
|
|
4
|
+
data.tar.gz: 03eb903555c62f9f2a141444b6c101d22076fb74
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 20e05c429ec67e4a744c4cbd7b37dd2ea5af28db07cfbfef575d793af8846b0a145f0b7193a892dc2eddfc934b9a508b250e3374046aaaa1d17740201b81dd32
|
|
7
|
+
data.tar.gz: 9ae71cf34b525b9ae88607664f736516073a05357a7d44951b596455a10b3b6a78c0d1066ab0b907bb54300879f3482f260299c0f09320fd30b820bc5000831b
|
data/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# MoacEth [](https://travis-ci.org/se3000/ruby-eth) [](https://codeclimate.com/github/se3000/ruby-eth) [](https://gitter.im/ruby-eth/Lobby)
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
Forking from [ruby-eth](https://github.com/se3000/ruby-eth), I'll really have to thank him.
|
|
4
4
|
|
|
5
5
|
A simple library to build and sign Ethereum transactions. Allows separation of key and node management. Sign transactions and handle keys anywhere you can run ruby, broadcast transactions through any node.
|
|
6
6
|
|
data/lib/moac_eth/version.rb
CHANGED
data/moac_eth.gemspec
CHANGED
|
@@ -6,12 +6,12 @@ require 'moac_eth/version'
|
|
|
6
6
|
Gem::Specification.new do |spec|
|
|
7
7
|
spec.name = "moac_eth"
|
|
8
8
|
spec.version = MoacEth::VERSION
|
|
9
|
-
spec.authors = ["
|
|
10
|
-
spec.email = ["
|
|
9
|
+
spec.authors = ["Kwin Song"]
|
|
10
|
+
spec.email = ["songkuoyin@gmail.com"]
|
|
11
11
|
|
|
12
12
|
spec.summary = %q{Simple API to sign Ethereum transactions.}
|
|
13
13
|
spec.description = %q{Library to build, parse, and sign Ethereum transactions.}
|
|
14
|
-
spec.homepage = "https://github.com/
|
|
14
|
+
spec.homepage = "https://github.com/songky/ruby-moac"
|
|
15
15
|
spec.license = "MIT"
|
|
16
16
|
|
|
17
17
|
spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
|
metadata
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: moac_eth
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.4.
|
|
4
|
+
version: 0.4.8
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
|
-
-
|
|
7
|
+
- Kwin Song
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
@@ -138,7 +138,7 @@ dependencies:
|
|
|
138
138
|
version: '3.0'
|
|
139
139
|
description: Library to build, parse, and sign Ethereum transactions.
|
|
140
140
|
email:
|
|
141
|
-
-
|
|
141
|
+
- songkuoyin@gmail.com
|
|
142
142
|
executables: []
|
|
143
143
|
extensions: []
|
|
144
144
|
extra_rdoc_files: []
|
|
@@ -167,7 +167,7 @@ files:
|
|
|
167
167
|
- lib/moac_eth/utils.rb
|
|
168
168
|
- lib/moac_eth/version.rb
|
|
169
169
|
- moac_eth.gemspec
|
|
170
|
-
homepage: https://github.com/
|
|
170
|
+
homepage: https://github.com/songky/ruby-moac
|
|
171
171
|
licenses:
|
|
172
172
|
- MIT
|
|
173
173
|
metadata: {}
|