mastercoin-ruby 0.2.4 → 0.2.5
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 +1 -1
- data/bin/{console → mastercoin-console} +0 -0
- data/lib/mastercoin-ruby/transaction.rb +0 -3
- data/mastercoin-ruby.gemspec +4 -4
- metadata +5 -5
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.2.
|
|
1
|
+
0.2.5
|
|
File without changes
|
|
@@ -56,9 +56,6 @@ module Mastercoin
|
|
|
56
56
|
end
|
|
57
57
|
else
|
|
58
58
|
exodus_size_outputs = self.btc_tx.outputs.find_all{|x| x.value == exodus_value}
|
|
59
|
-
if exodus_size_outputs.length < 3
|
|
60
|
-
raise NoMastercoinTransactionException.new("Not enough Exodus outputs found, we need at least 3 outputs with the value specified to Exodus, but got #{exodus_size_outputs.length}")
|
|
61
|
-
end
|
|
62
59
|
|
|
63
60
|
self.btc_tx.outputs.each do |output|
|
|
64
61
|
if output.get_address == Mastercoin::EXODUS_ADDRESS
|
data/mastercoin-ruby.gemspec
CHANGED
|
@@ -5,14 +5,14 @@
|
|
|
5
5
|
|
|
6
6
|
Gem::Specification.new do |s|
|
|
7
7
|
s.name = "mastercoin-ruby"
|
|
8
|
-
s.version = "0.2.
|
|
8
|
+
s.version = "0.2.5"
|
|
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
|
-
s.date = "2013-12-
|
|
12
|
+
s.date = "2013-12-30"
|
|
13
13
|
s.description = "Basic implementation of the Mastercoin protocol."
|
|
14
14
|
s.email = "maran.hidskes@gmail.com"
|
|
15
|
-
s.executables = ["
|
|
15
|
+
s.executables = ["exodus_payment", "mastercoin-console", "mastercoin_transaction", "simple_send", "wallet.rb"]
|
|
16
16
|
s.extra_rdoc_files = [
|
|
17
17
|
"LICENSE.txt",
|
|
18
18
|
"README.md",
|
|
@@ -27,8 +27,8 @@ Gem::Specification.new do |s|
|
|
|
27
27
|
"Rakefile",
|
|
28
28
|
"TODO",
|
|
29
29
|
"VERSION",
|
|
30
|
-
"bin/console",
|
|
31
30
|
"bin/exodus_payment",
|
|
31
|
+
"bin/mastercoin-console",
|
|
32
32
|
"bin/mastercoin_transaction",
|
|
33
33
|
"bin/simple_send",
|
|
34
34
|
"bin/wallet.rb",
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: mastercoin-ruby
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.
|
|
4
|
+
version: 0.2.5
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2013-12-
|
|
12
|
+
date: 2013-12-30 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: bitcoin-ruby
|
|
@@ -142,8 +142,8 @@ dependencies:
|
|
|
142
142
|
description: Basic implementation of the Mastercoin protocol.
|
|
143
143
|
email: maran.hidskes@gmail.com
|
|
144
144
|
executables:
|
|
145
|
-
- console
|
|
146
145
|
- exodus_payment
|
|
146
|
+
- mastercoin-console
|
|
147
147
|
- mastercoin_transaction
|
|
148
148
|
- simple_send
|
|
149
149
|
- wallet.rb
|
|
@@ -161,8 +161,8 @@ files:
|
|
|
161
161
|
- Rakefile
|
|
162
162
|
- TODO
|
|
163
163
|
- VERSION
|
|
164
|
-
- bin/console
|
|
165
164
|
- bin/exodus_payment
|
|
165
|
+
- bin/mastercoin-console
|
|
166
166
|
- bin/mastercoin_transaction
|
|
167
167
|
- bin/simple_send
|
|
168
168
|
- bin/wallet.rb
|
|
@@ -194,7 +194,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
194
194
|
version: '0'
|
|
195
195
|
segments:
|
|
196
196
|
- 0
|
|
197
|
-
hash:
|
|
197
|
+
hash: 1760560904608188435
|
|
198
198
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
199
199
|
none: false
|
|
200
200
|
requirements:
|