helloblock-lite 1.0.4 → 1.0.5

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
  SHA1:
3
- metadata.gz: 234a7b1cf7efeb569f35525ccf89a51e2c153aa6
4
- data.tar.gz: 48218d68f95c619da58b2624af2628cf14c1925f
3
+ metadata.gz: e0c7aae27d6d0f444e9bb8f21367b2d38c89216b
4
+ data.tar.gz: 01f0f312a9f7c15194a1c90a4bc199bf4e366aa0
5
5
  SHA512:
6
- metadata.gz: 710e28be105a4ced03b0ff309858ec3c14fc7fe4cbffc1ebafcf815fe6c1d6b488cd10fec8591524960fe64257538b1c32209be54cf361835eb858d77e961f56
7
- data.tar.gz: 650608bf272489b340bf8b0cc9729459270999b19e329ed91d5387e51a602b7dd17d97e29c7ebf9c9cb356b5a8085905620de4da23785a25480f95988b3adc5e
6
+ metadata.gz: a2608ba08018f7dd64b68552ddd488a5d8547022072e1664378a9da121c4f8e74783f78c43ab06da640bc272c07b1c33e9d202a22b04c63ada79c6411a66cc91
7
+ data.tar.gz: d329fea23dffafb77aae4a291199a2a187ef2fc7b4e7d94e796bbe74ae08caac8108619b87171dda9a30f5f4eb5303e800b9a4d26bfdd592c130fa39152f0015
@@ -33,9 +33,9 @@ module HelloBlock
33
33
  end
34
34
 
35
35
  require 'helloblock/request'
36
- require 'helloblock/addresses'
37
- require 'helloblock/blocks'
36
+ require 'helloblock/address'
37
+ require 'helloblock/block'
38
38
  require 'helloblock/faucet'
39
39
  require 'helloblock/rpc'
40
- require 'helloblock/transactions'
40
+ require 'helloblock/transaction'
41
41
  require 'helloblock/wallet'
@@ -1,4 +1,4 @@
1
- module HelloBlock::Addresses
1
+ module HelloBlock::Address
2
2
  extend self
3
3
 
4
4
  RESOURCE = "/addresses"
File without changes
@@ -1,4 +1,4 @@
1
- module HelloBlock::Transactions
1
+ module HelloBlock::Transaction
2
2
  extend self
3
3
 
4
4
  RESOURCE = "/transactions"
@@ -1,3 +1,3 @@
1
1
  module HelloBlock
2
- VERSION = "1.0.4"
2
+ VERSION = "1.0.5"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: helloblock-lite
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.4
4
+ version: 1.0.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Scott Li
@@ -80,12 +80,12 @@ files:
80
80
  - Rakefile
81
81
  - helloblock-lite.gemspec
82
82
  - lib/helloblock-lite.rb
83
- - lib/helloblock/addresses.rb
84
- - lib/helloblock/blocks.rb
83
+ - lib/helloblock/address.rb
84
+ - lib/helloblock/block.rb
85
85
  - lib/helloblock/faucet.rb
86
86
  - lib/helloblock/request.rb
87
87
  - lib/helloblock/rpc.rb
88
- - lib/helloblock/transactions.rb
88
+ - lib/helloblock/transaction.rb
89
89
  - lib/helloblock/version.rb
90
90
  - lib/helloblock/wallet.rb
91
91
  homepage: https://github.com/locksley/helloblock-lite