mastercoin-wallet 0.0.8 → 0.0.9

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.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.0.8
1
+ 0.0.9
@@ -28,7 +28,7 @@ module MastercoinWallet
28
28
  @ui = Ui_MainWindow.new
29
29
  @ui.setupUi(self)
30
30
 
31
- setWindowTitle(tr("Mastercoin wallet - v0.0.8"))
31
+ setWindowTitle(tr("Mastercoin wallet - v0.0.9"))
32
32
 
33
33
  @rows = []
34
34
 
@@ -55,7 +55,7 @@ module MastercoinWallet
55
55
  end
56
56
 
57
57
  unless @receiving_address.empty? || @amount.empty? || @password.empty? || @fee.empty?
58
- data_keys = Mastercoin::PurchaseOffer.new(currency_id: 2, amount: (@amount.to_f * 1e8).to_i).encode_to_compressed_public_key(MastercoinWallet.config.address)
58
+ data_keys = Mastercoin::PurchaseOffer.new(currency_id: currency_id, amount: (@amount.to_f * 1e8).to_i).encode_to_compressed_public_key(MastercoinWallet.config.address)
59
59
  create_transaction_with_keys(data_keys, force_fee: @fee)
60
60
  close()
61
61
  else
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = "mastercoin-wallet"
8
- s.version = "0.0.8"
8
+ s.version = "0.0.9"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Maran"]
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mastercoin-wallet
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.8
4
+ version: 0.0.9
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -241,7 +241,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
241
241
  version: '0'
242
242
  segments:
243
243
  - 0
244
- hash: -1555233637447261091
244
+ hash: 205916164832906595
245
245
  required_rubygems_version: !ruby/object:Gem::Requirement
246
246
  none: false
247
247
  requirements: