gtmtech-crypto 0.0.4 → 0.0.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: d8b626f33b4fe82491e97bd218f56004b19d118c
4
- data.tar.gz: 9cd200dcdef3b12c192d2592f293abdfea01ba16
3
+ metadata.gz: 429fd644cb667332368b71961b8ad407e338ccc2
4
+ data.tar.gz: 9572c1433ab83610b79be0d4cd51f12401b13511
5
5
  SHA512:
6
- metadata.gz: 0011f6b6cdc9b1f24ac67a0a1390fb94e3d65f98799d9de8fd5342fdf35d8bb83f208b8698ba0bc3f6f1d26f5069fe0904bcac3f0f60ddbe9775916868adf489
7
- data.tar.gz: d5f03f32ee6bc383f4bd75676071c352fc0f60382712868320074db4969046905ef5fd846897ac28e95f1427af9784f1a90e927666cc6554e816929a8adc75a3
6
+ metadata.gz: f833cf69d20e41df9322915aeceb647b9d30c19d40a15c46edbe97788d3056c5c9d5eea658fbb1455d1ea756c4efe1a2ed1727868be0c1463337acfd11c1e447
7
+ data.tar.gz: 4b23b8a96676a1a8fed2e9785a59de74ebf611d1d465ac69e58720f089505e43ca82271406e6f498fe2dc3d6c10ccae061b03f1248e50c66094e747c3c23e810
@@ -4,7 +4,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
4
4
 
5
5
  Gem::Specification.new do |gem|
6
6
  gem.name = "gtmtech-crypto"
7
- gem.version = "0.0.4"
7
+ gem.version = "0.0.5"
8
8
  gem.description = "Simple tool for accounting of cryptocurrencies"
9
9
  gem.summary = "Simple tool for accounting of cryptocurrencies"
10
10
  gem.author = "Geoff Meakin"
@@ -13,7 +13,7 @@ module Gtmtech
13
13
  end
14
14
  unless File.exist? @@path
15
15
  File.open(@@path, 'w') do |file|
16
- file.write("---\naccounts: {}\ntransactions: []\n")
16
+ file.write("---\naccounts: {}\ntransactions: {}\n")
17
17
  end
18
18
  end
19
19
  @@document = YAML.load(File.read(@@path))
@@ -1,7 +1,7 @@
1
1
  module Gtmtech
2
2
  module Crypto
3
3
 
4
- VERSION = "0.0.4"
4
+ VERSION = "0.0.5"
5
5
  DESCRIPTION = "crypto is a cli tool for simple accounting of cryptocurrencies"
6
6
 
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gtmtech-crypto
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.4
4
+ version: 0.0.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Geoff Meakin