rock_books 0.2.0 → 0.2.1

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
  SHA256:
3
- metadata.gz: 9e4e92f78b312267260f444d6650180bea2a9b248177b91d28cbb12db63e97b6
4
- data.tar.gz: ed88d2eda1870d85d972e8e0e56ae141aa4cdef67b7a09e254af812c1435b7c1
3
+ metadata.gz: 88be3c166ad253939496c416a3fe7fde2e8b9e1054622332cb80dbed50f810da
4
+ data.tar.gz: 4c50a67abb70676e51004c7da9a2e01135a292e1de6009d0723f257d97dd207a
5
5
  SHA512:
6
- metadata.gz: 1c08cce1a4ed26f2dd2caeda2857e0443cfbb31c83952d172819c134b9d5ff6c7457dbac258142052f19baef55b19f352cf05988921e23f0c008b30895db48f8
7
- data.tar.gz: 0665fe1fa4ccadb3fe420174c2cd13efc4e3c18f676f96f86877dc5eea30d59d3315e02b492ef0e2ffad0d8c80f56fed79ad14ec1e4345c53d581e846cca19d8
6
+ metadata.gz: 9aae80ffcb3e9dd87e0e0d8df80e1b58b2e8b7bb9d4cd8fb5a77d7f5421bf961bbc89a50395599b1a061f10d9c2ac442b52ce33fb3bbfc67d47cb8e3f77ee0dc
7
+ data.tar.gz: a281b5dba15773df5a34a38fc029c36487c638585bfc44a38aa83ecced12ecb1d610ecdb173ea54f3cbb6d58920425a4ed62c5c88aabf0329dabe11ff903e0c0
data/README.md CHANGED
@@ -54,7 +54,7 @@ There is no handling of end of year closings or the like; the entire set of data
54
54
  #### RockBooks Help Text
55
55
 
56
56
  ```
57
- Command Line Switches: [rock-books version 0.2.0 at https://github.com/keithrbennett/rock_books]
57
+ Command Line Switches: [rock-books version 0.2.1 at https://github.com/keithrbennett/rock_books]
58
58
 
59
59
  -i input directory specification, default: './rockbooks-inputs'
60
60
  -o output (reports) directory specification, default: './rockbooks-reports'
@@ -1,3 +1,8 @@
1
+ ## v0.2.1
2
+
3
+ * Add help text to readme.
4
+
5
+
1
6
  ## v0.2.0
2
7
 
3
8
  * Add instruction manual, modify readme.
@@ -1,3 +1,3 @@
1
1
  module RockBooks
2
- VERSION = "0.2.0"
2
+ VERSION = "0.2.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rock_books
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Keith Bennett