ldgr 0.1.3 → 0.1.4

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +0 -4
  3. data/lib/ldgr/version.rb +1 -1
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 2cf0af91bbd0fc24c82ffcba64fe56010760d6a5
4
- data.tar.gz: 25e3a3306bd5b3d53345fa057684b002d7063640
3
+ metadata.gz: 9413769b4964d7649101571b942c931ab99325e1
4
+ data.tar.gz: bb1d1cef5d9f9e7cece4f2ce8f40e76fd61a596e
5
5
  SHA512:
6
- metadata.gz: 51e1bb6a8c4510c348590dc2491585780402cfee9ace93a5b7c12c13d0ec4a39a1b08429d757dfe909dc9923e2741d8fa90b0315485d5781277fb405659fb00f
7
- data.tar.gz: 10dac09da6a9406235535eba7b4b114c5d59711ac4e9ce1006b407eb18bf3cbb35c4fc610d033b737278bdec47836c4c291ca47ed71ebee636369f9db2850d93
6
+ metadata.gz: dacde99fbdd340aa1e7f32886a46aecea5adedc4496ff03e7a9cb5484578acaac0078c83e62b9a8bbbf500963459e0716b744c0e4a23786c61a8763eb749a399
7
+ data.tar.gz: 747ddba2ece84c1b4eea353b81c62bfec5a270222c592efb9faabaf795c3300bb080c4064aa802e952caea8a70217609cce1335bf9a1bb335e922910ca2dad67
data/README.md CHANGED
@@ -66,10 +66,6 @@ end
66
66
 
67
67
  Ledger works with plain text files, so **yes**, the amount attribute should be a string.
68
68
 
69
- ## TODO
70
-
71
- Currently, the Ledger file is a constant set to `~/.config/ledger/transactions.dat`. This should probably be customizable, possibly with a `.ldgrrc` in the future. Also, the default currency is Japanese Yen. You can change this the `--currency $` flag on the command line or setting it in the `Transaction.new` block. In the future, this should be set in an rc file.
72
-
73
69
  ## Development
74
70
 
75
71
  After checking out the repo, run `bin/setup` to install dependencies. Then, run `rake test` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.
data/lib/ldgr/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Ldgr
2
- VERSION = "0.1.3"
2
+ VERSION = "0.1.4"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ldgr
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.3
4
+ version: 0.1.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Brandon Pittman