scalechain 1.0.0 → 1.0.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
  SHA1:
3
- metadata.gz: ae6f281db35833d225a7ee87eb333519a9cde0eb
4
- data.tar.gz: 1d1aa30190eaeb5c7279239656de7c1823736361
3
+ metadata.gz: 06688fbd234e001d9947237dc8a22e8782135b0e
4
+ data.tar.gz: 749482404f7ddfaa91ff733286b5da58b36cc09a
5
5
  SHA512:
6
- metadata.gz: 4ed0dcdaab2c42b3891e76a4ffd1c5be25888d0f71512aecc75214eebe8ce2f180769f645c47729736eadc6aff59ffd8e3fca9ad9ad5bb9f0b20a6fe71e4da8b
7
- data.tar.gz: d52c76900b989af551e15966e6e001412a37508b994a8a9a5caf7e0b0acbb9f746ab10d8148699288f55876cd5162f8823dfc48b7cfeadb3813dc16c85c42674
6
+ metadata.gz: 07db9dcedc220bcc769a94e1db21cc68d0b1c61c7624f7e4c26ba0c1e8c23950471b9257781f1c2b54a5e35220bcf32e00d3c59dbbd7d376ecf1ba0fc6221fce
7
+ data.tar.gz: 385c30970d003755eeb674b59dec3c635c446fa8851a75557113facf656f7bde2f26c70f617a6e216d509493455aefac7fa9dd04c0859ff74027d1c33a3dc17f
@@ -103,7 +103,7 @@ module ScaleChain
103
103
 
104
104
  # prepare parameters
105
105
  parameters = {
106
- "raw_tx_hex" => raw_tx_hex
106
+ "unsigned_tx_hex" => raw_tx_hex
107
107
  }
108
108
 
109
109
  # invoke the API call request to fetch the response
metadata CHANGED
@@ -1,27 +1,27 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: scalechain
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - ScaleChain
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-02-26 00:00:00.000000000 Z
11
+ date: 2016-10-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: unirest
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - "~>"
17
+ - - ~>
18
18
  - !ruby/object:Gem::Version
19
19
  version: 1.1.2
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
- - - "~>"
24
+ - - ~>
25
25
  - !ruby/object:Gem::Version
26
26
  version: 1.1.2
27
27
  description: The ScaleChain SDK for Ruby
@@ -30,8 +30,6 @@ executables: []
30
30
  extensions: []
31
31
  extra_rdoc_files: []
32
32
  files:
33
- - README.md
34
- - lib/scalechain.rb
35
33
  - lib/scalechain/api_exception.rb
36
34
  - lib/scalechain/api_helper.rb
37
35
  - lib/scalechain/configuration.rb
@@ -42,6 +40,8 @@ files:
42
40
  - lib/scalechain/controllers/block_controller.rb
43
41
  - lib/scalechain/controllers/node_controller.rb
44
42
  - lib/scalechain/controllers/transaction_controller.rb
43
+ - lib/scalechain.rb
44
+ - README.md
45
45
  homepage: https://scalechain.io
46
46
  licenses: []
47
47
  metadata: {}
@@ -51,17 +51,17 @@ require_paths:
51
51
  - lib
52
52
  required_ruby_version: !ruby/object:Gem::Requirement
53
53
  requirements:
54
- - - "~>"
54
+ - - ~>
55
55
  - !ruby/object:Gem::Version
56
56
  version: '2.0'
57
57
  required_rubygems_version: !ruby/object:Gem::Requirement
58
58
  requirements:
59
- - - ">="
59
+ - - '>='
60
60
  - !ruby/object:Gem::Version
61
61
  version: '0'
62
62
  requirements: []
63
63
  rubyforge_project:
64
- rubygems_version: 2.4.6
64
+ rubygems_version: 2.0.14.1
65
65
  signing_key:
66
66
  specification_version: 4
67
67
  summary: The ScaleChain SDK for Ruby