tallyit 0.1.0 → 0.1.1

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 +2 -2
  3. data/lib/tallyit/version.rb +1 -1
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 967c596e1ae14bbc98ee761b71e1db4ff467f51a
4
- data.tar.gz: e831065aa07d94f125e1a26efde34ec6a74d2667
3
+ metadata.gz: 58fca7d5efd7cad56a817d894094fe7e45deaae7
4
+ data.tar.gz: 4cf6d538921e3b7b3d2a57086488736226425146
5
5
  SHA512:
6
- metadata.gz: 587125b2befbf3a737ac2b651a156130700245843e39a29fb61f89838e72e7b9f1b107fc19b9797251781134573ad796f9c2229f83ab9f02c05d614c5f99911b
7
- data.tar.gz: 8d8dfd0386079dcec34904996d4f4e464869b6739d258f28a9cd5d15643661021d692a5f644f374db293cb916750fe12f75d4878bde059a7f11b20cf32b0c19d
6
+ metadata.gz: 1a0911c6e3e2d1764757ec0a8f8b03fe55eff069c41b86f055844aa3250855f945e79d7a9a5735a1bacbf459a4098de23c8e565f9bbb1da558ba7901e1590d15
7
+ data.tar.gz: aa49db46246218e3e66a9bfa39f6934263befdd99fbc3d14773bcdd94c96c9656cea24106cfac7cd064479398be0703f42b0661a602ab4cf55d5d4a97f310c14
data/README.md CHANGED
@@ -16,9 +16,9 @@ It is a command line tool for taking notes about your financial balance.
16
16
 
17
17
  $ tallyit -a 10000 -m "buy something" add
18
18
 
19
- #### show all records
19
+ #### stat all records
20
20
 
21
- $ tallyit show
21
+ $ tallyit stat
22
22
 
23
23
  #### more info
24
24
 
@@ -1,3 +1,3 @@
1
1
  module Tallyit
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tallyit
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - hzlu