bitcoin2graphdb 0.2.4 → 0.2.5

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
  SHA1:
3
- metadata.gz: 4c6bc8237719fd885d12cb9927d86f68a1caaf58
4
- data.tar.gz: d49ec05720870ed069667d8b790df4dc079fb099
3
+ metadata.gz: 1d4f8bb8f6ad4f5553e083d5a6cc83c5d0a82e38
4
+ data.tar.gz: ed6b8351006018dc9975643457f42ca85191c3db
5
5
  SHA512:
6
- metadata.gz: 760b28423c9fbfc77f42f488fe474d78dc233a0ed663e4d6261ed99dbfd520d3b25a5d62709e902c959cb9650de34d67db10b7f106153ce2aecc7d1f292a8fca
7
- data.tar.gz: b759963e2d34a667b458077e511aad43c30255108f3c9f83d47e1a743b98a61a15e19920e87f54bc03f368a3b661264fd9f6881d4f0d8866c4b0cdd9ebf9db01
6
+ metadata.gz: cb996ac7c02669f9c9218f7ad803b60b77a5b171d05206d9af4a4845bc86b034c075891ee11d03cb4e580ea0414d4c996700aa40fbed0e35e0e02f0b732b446c
7
+ data.tar.gz: aff02fc2b42e27769c39d60eee7719734b1d3d40dd2441b8e5cd1fd8b5ca28439bc860ff39b9bb9e1ea887d013ae679b2dba17946995492a9829e6ab426186fb
@@ -1,3 +1,3 @@
1
1
  module Bitcoin2Graphdb
2
- VERSION = "0.2.4"
2
+ VERSION = "0.2.5"
3
3
  end
@@ -21,7 +21,6 @@ module Graphdb
21
21
  end
22
22
 
23
23
  def apply_oa_attributes(oa_out)
24
- puts "oa out apply #{Time.now}"
25
24
  self.asset_quantity = oa_out['asset_quantity']
26
25
  self.oa_output_type = oa_out['output_type']
27
26
  self.asset_id = AssetId.find_or_create(oa_out['asset_id']) unless oa_out['asset_id'].nil?
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bitcoin2graphdb
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.4
4
+ version: 0.2.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - azuchi