xmrto 0.4.2 → 0.4.3

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
  SHA256:
3
- metadata.gz: c682681d31653a8143a451362928455c9e198980c0ce8f3057a7496a86fa73f9
4
- data.tar.gz: 95133e6f9841682f1396ff519297906d8966fdeb5d825909bd6b83f2558b3bdf
3
+ metadata.gz: 718e6924fe725b731146ac3c246aca8ed2e4d5e8b721ea46fc05814cddd607a0
4
+ data.tar.gz: fce7f5f68bafa047f130f79491c9a6eff2a44c8f0109e6b55e3102ebcde17117
5
5
  SHA512:
6
- metadata.gz: 37a8e701d3d2111b923c6be153eda2ce4d0480af6b21d5202ad0ccba6420e5e16bbadb67e397721bfcf4c9131d0feba8ea02876dc94f6f937d3188ddbd883df6
7
- data.tar.gz: f1d6cb28b9e9a37cc492429f6ed24bb40983325922f4dc9fe4ab7bd35259ef3e25f00379d3b0fb962a94c4ed48813854010ae128d367db4ef6d9c318dcd871c4
6
+ metadata.gz: 5d2c48356fa8f246df4593ef30ef470acce5cd621c571b319bf0639550993859b04e5be89925363a96883286f27c093784acd53deb5af6a4d5149861fd1ce116
7
+ data.tar.gz: dd5838b7d0a4a029ed30bf0bd5c4e8dd56428465caa2c167dd21bcc00bfc8fe35a4cc3989bf3f01b44217fc602c8127019fb6197e30edaa914af4d5692c626fd
@@ -7,9 +7,12 @@ module Xmrto
7
7
 
8
8
  class Transfer
9
9
 
10
-
11
- attr_accessor :uuid, :xmr_price_btc, :state, :btc_amount, :btc_dest_address, :xmr_required_amount, :xmr_receiving_address,
12
- :xmr_receiving_integrated_address, :xmr_required_payment_id_long, :xmr_required_payment_id_short, :created_at, :expires_at, :seconds_till_timeout, :xmr_amount_total, :xmr_amount_remaining, :xmr_num_confirmations_remaining, :xmr_recommended_mixin, :btc_num_confirmations_before_purge, :btc_num_confirmations, :btc_transaction_id
10
+ attr_accessor :uuid, :xmr_price_btc, :state, :btc_amount, :btc_dest_address, :xmr_required_amount,
11
+ :xmr_receiving_address, :xmr_receiving_subaddress, :xmr_receiving_integrated_address,
12
+ :xmr_required_payment_id_long, :xmr_required_payment_id_short, :created_at,
13
+ :expires_at, :seconds_till_timeout, :xmr_amount_total, :xmr_amount_remaining,
14
+ :xmr_num_confirmations_remaining, :xmr_recommended_mixin, :btc_num_confirmations,
15
+ :btc_num_confirmations_before_purge, :btc_num_confirmations_threshold, :btc_transaction_id
13
16
 
14
17
 
15
18
  def initialize(uuid = nil)
data/lib/xmrto/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Xmrto
2
- VERSION = "0.4.2"
2
+ VERSION = "0.4.3"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: xmrto
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.2
4
+ version: 0.4.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tim Kretschmer
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-05-26 00:00:00.000000000 Z
11
+ date: 2019-09-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -109,7 +109,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
109
109
  - !ruby/object:Gem::Version
110
110
  version: 1.3.6
111
111
  requirements: []
112
- rubygems_version: 3.0.3
112
+ rubygems_version: 3.1.0.pre1
113
113
  signing_key:
114
114
  specification_version: 4
115
115
  summary: A xmr.to api library