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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: bab5c2d71a77e7481aa0c9c2cbcdbfde5ad0edeb
4
- data.tar.gz: bd25db6d494cd7243bc60b0c1b5c1dcbeca63eb9
3
+ metadata.gz: 13225e0d413fe3e9a92e27e76fadcd7d1caedd2d
4
+ data.tar.gz: 03eb903555c62f9f2a141444b6c101d22076fb74
5
5
  SHA512:
6
- metadata.gz: 501708ba5f48c90ee0b0cd57a2a20f71af371ac23c2bfc55155a3ad965eea9f2d5e6067aed9b4be219736a14acec6f6fa4b425ec1ac52e0168f7ac87512762d0
7
- data.tar.gz: 0af8b7b39adff33acb31a8db2f9b14035a98e69739adc4dbe9bed7ce0235574d7129d73cb802c313fdc20598363f25dff18b23bab578911f4bde3ff6c5d4cfd3
6
+ metadata.gz: 20e05c429ec67e4a744c4cbd7b37dd2ea5af28db07cfbfef575d793af8846b0a145f0b7193a892dc2eddfc934b9a508b250e3374046aaaa1d17740201b81dd32
7
+ data.tar.gz: 9ae71cf34b525b9ae88607664f736516073a05357a7d44951b596455a10b3b6a78c0d1066ab0b907bb54300879f3482f260299c0f09320fd30b820bc5000831b
data/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # MoacEth [![Travis-CI](https://travis-ci.org/se3000/ruby-eth.svg?branch=master)](https://travis-ci.org/se3000/ruby-eth) [![Code Climate](https://codeclimate.com/github/se3000/ruby-eth/badges/gpa.svg)](https://codeclimate.com/github/se3000/ruby-eth) [![Gitter](https://badges.gitter.im/ruby-eth/Lobby.svg)](https://gitter.im/ruby-eth/Lobby)
2
2
 
3
- Fork from [ruby-eth](https://github.com/se3000/ruby-eth)
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
 
@@ -1,3 +1,3 @@
1
1
  module MoacEth
2
- VERSION = "0.4.7"
2
+ VERSION = "0.4.8"
3
3
  end
@@ -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 = ["Steve Ellis"]
10
- spec.email = ["email@steveell.is"]
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/se3000/ruby-eth"
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.7
4
+ version: 0.4.8
5
5
  platform: ruby
6
6
  authors:
7
- - Steve Ellis
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
- - email@steveell.is
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/se3000/ruby-eth
170
+ homepage: https://github.com/songky/ruby-moac
171
171
  licenses:
172
172
  - MIT
173
173
  metadata: {}