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.
- checksums.yaml +4 -4
- data/README.md +0 -4
- data/lib/ldgr/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 9413769b4964d7649101571b942c931ab99325e1
|
|
4
|
+
data.tar.gz: bb1d1cef5d9f9e7cece4f2ce8f40e76fd61a596e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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