mastercoin-wallet 0.0.12 → 0.0.13
Sign up to get free protection for your applications and to get access to all the features.
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.0.
|
1
|
+
0.0.13
|
File without changes
|
data/mastercoin-wallet.gemspec
CHANGED
@@ -5,14 +5,14 @@
|
|
5
5
|
|
6
6
|
Gem::Specification.new do |s|
|
7
7
|
s.name = "mastercoin-wallet"
|
8
|
-
s.version = "0.0.
|
8
|
+
s.version = "0.0.13"
|
9
9
|
|
10
10
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
11
11
|
s.authors = ["Maran"]
|
12
12
|
s.date = "2013-12-30"
|
13
13
|
s.description = "Mastercoin wallet using QT bindings to create a useful gui wallet"
|
14
14
|
s.email = "maran.hidskes@gmail.com"
|
15
|
-
s.executables = ["mastercoin-
|
15
|
+
s.executables = ["mastercoin-wallet", "wallet-console"]
|
16
16
|
s.extra_rdoc_files = [
|
17
17
|
"LICENSE.txt",
|
18
18
|
"README.rdoc"
|
@@ -26,8 +26,8 @@ Gem::Specification.new do |s|
|
|
26
26
|
"README.rdoc",
|
27
27
|
"Rakefile",
|
28
28
|
"VERSION",
|
29
|
-
"bin/mastercoin-console",
|
30
29
|
"bin/mastercoin-wallet",
|
30
|
+
"bin/wallet-console",
|
31
31
|
"lib/.DS_Store",
|
32
32
|
"lib/mastercoin-wallet.rb",
|
33
33
|
"lib/mastercoin-wallet/builder.rb",
|
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.13
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -174,8 +174,8 @@ dependencies:
|
|
174
174
|
description: Mastercoin wallet using QT bindings to create a useful gui wallet
|
175
175
|
email: maran.hidskes@gmail.com
|
176
176
|
executables:
|
177
|
-
- mastercoin-console
|
178
177
|
- mastercoin-wallet
|
178
|
+
- wallet-console
|
179
179
|
extensions: []
|
180
180
|
extra_rdoc_files:
|
181
181
|
- LICENSE.txt
|
@@ -189,8 +189,8 @@ files:
|
|
189
189
|
- README.rdoc
|
190
190
|
- Rakefile
|
191
191
|
- VERSION
|
192
|
-
- bin/mastercoin-console
|
193
192
|
- bin/mastercoin-wallet
|
193
|
+
- bin/wallet-console
|
194
194
|
- lib/.DS_Store
|
195
195
|
- lib/mastercoin-wallet.rb
|
196
196
|
- lib/mastercoin-wallet/builder.rb
|
@@ -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: 1550153422251095526
|
245
245
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
246
246
|
none: false
|
247
247
|
requirements:
|