mastercoin-wallet 0.0.9 → 0.0.10
Sign up to get free protection for your applications and to get access to all the features.
- data/VERSION +1 -1
- data/lib/mastercoin-wallet/gui/main_window.rb +2 -2
- data/mastercoin-wallet.gemspec +1 -1
- metadata +2 -2
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.0.
|
1
|
+
0.0.10
|
@@ -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.
|
31
|
+
setWindowTitle(tr("Mastercoin wallet - v0.0.10"))
|
32
32
|
|
33
33
|
@rows = []
|
34
34
|
|
@@ -132,7 +132,7 @@ module MastercoinWallet
|
|
132
132
|
row = Qt::TreeWidgetItem.new
|
133
133
|
row.setText(0, item["address"])
|
134
134
|
row.setText(1, coin_name(item["currency_id"]))
|
135
|
-
row.setText(2, item["amount_available"])
|
135
|
+
row.setText(2, item["amount_available"].to_s)
|
136
136
|
row.setText(3, "#{item["price_per_coin"]} BTC")
|
137
137
|
row.setText(4, item["required_fee"])
|
138
138
|
row.setText(5, get_date(item["tx_date"]))
|
data/mastercoin-wallet.gemspec
CHANGED
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.
|
4
|
+
version: 0.0.10
|
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:
|
244
|
+
hash: -1585370887582184673
|
245
245
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
246
246
|
none: false
|
247
247
|
requirements:
|