shapeshift 0.1.2 → 0.1.3

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: ce2df521d631f0050c4779349bed7219a8d33ff7
4
- data.tar.gz: e13f1e78ed07f55c43f746d6fec00fadbae4bef7
3
+ metadata.gz: 2b5c1ca8f18df8bba57cf9586a5373ef065673ec
4
+ data.tar.gz: f7b61fcdd8cd5fd05f5884be820f56b87c3c5044
5
5
  SHA512:
6
- metadata.gz: 01f1729af2315e8808d55663491e1c5cb28a3a6ba62a1d751d9112e9fc538b62dc80e969459eb0327087f8c3a3b00ddd26667f1bec701a958106373fa93d96c8
7
- data.tar.gz: 1a1a56f102b43ad721191ff917e9db52472ba593cec09d651632b256e567607e69c755054c350e841a0be5ad73f76112cb05c00ce2ad9921eef0fdeca1338417
6
+ metadata.gz: '001903c065ff2777ce578d8be4e6b16720fd29287a0716f9b69e8e797f298d435ba3060b2f93aa5cf6a0d02b7685959e75659af9c01a811cd0a693a5ef1add09'
7
+ data.tar.gz: 6aa5412794a5e494ac8948d25c5fbf704f3572fe3c6739aeb416762063289ebb7925866fdc2935b0657cae2d7fcfd2abce781edc968b0d93ed3a0067f0a57ea3
@@ -80,7 +80,7 @@ module Shapeshift
80
80
  "amount" => "#{amount}",
81
81
  "withdrawal" => "#{wallet_address}",
82
82
  "coin_pair" => "#{coin_pair}",
83
- "returnAddress" => "#{return_address}"
83
+ "returnAddress" => "#{return_address}",
84
84
  "apiKey" => "db37c2139a497e6faded962d7b38b0511922accd69fd1574d7bc1108e0579cae2f71d439e545f4c18cda450228f1a3998244086d94fcacc7008bb75b80502d2d"
85
85
  # destTag = (Optional) Destination tag that you want appended to a Ripple payment to you
86
86
  # rsAddress = (Optional) For new NXT accounts to be funded, you supply this on NXT payment to you
@@ -1,3 +1,3 @@
1
1
  module Shapeshift
2
- VERSION = "0.1.2"
2
+ VERSION = "0.1.3"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: shapeshift
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Trevor Johnson