recollect 0.0.3 → 0.0.4

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: 6c5c983fbbacc70d19c830224054059c8f88edc6
4
- data.tar.gz: a984c79ea40ed327877595a3d8960b99dacc5533
3
+ metadata.gz: 6d9cf01e5c3418f4ac98aef0d041bde496f76fd2
4
+ data.tar.gz: 213bdfe1b3fd932579ec9348ffd1a0a379073421
5
5
  SHA512:
6
- metadata.gz: a69ad019e95ecd1a2fcee5b94b9e782ddae5512568dd8c79971c132e5c65aced66736b87c1f80ee6673032db12bec305015a44743ed49a148cddde6fdbd94432
7
- data.tar.gz: ba42ef69e36c072e14db08fe084191c95cda0e79c5e967cdf5443b955c37236424c5d9ca5ff0f1f53322828c5ddd24cb426a195b56e47ca058314fde03b271ce
6
+ metadata.gz: 6fa38a88830a7b1f96fd0d86b657a5001446e2df986ca944dcd93614147b7feff948b2b77b531e5f12706ec9f448a6c667822a5e80c01db1296bc24f5bdc8dc0
7
+ data.tar.gz: c42d3cc2f43e7a9abf37ec984b4b365ede5448527467c679c4b3e00d55049a6386925603b9dab210411034ae1d873b80dceebb5523f49dbed90126842cd4e0bc
@@ -15,14 +15,17 @@ module Recollect
15
15
 
16
16
  def usage(msg = nil)
17
17
  puts msg unless msg.nil?
18
- puts "USAGE: recollect ACTION [arg]"
18
+ puts "\nUSAGE: recollect ACTION [arg]\n"
19
+ puts 'Recollect manages a series of things worth remembering "recollections" as a series of'
20
+ puts "text files.\n\n"
19
21
  puts ' Actions: list, new, edit, or <name> where <name> is the recollection to be displayed.'
20
- puts ' list - provides a listing of all available recollections'
21
- puts " name - displays the recollection matching 'name'"
22
- puts ' new [name] - provides a listing of all available recollections'
23
- puts ' edit [name] - provides a listing of all available recollections'
22
+ puts ' list - provides a listing of all available recollections'
23
+ puts " name - displays the recollection matching 'name'"
24
+ puts ' new [name] - creates a new recollection'
25
+ puts ' edit [name] - modifies an existing recollection'
24
26
  puts ' remove [name] - removes a recollections'
25
- puts "Note: #{@reserved} are reserved and cannot be the name of a recollection."
27
+ puts "\nNote: #{@reserved} are reserved and cannot be the name"
28
+ puts 'of a recollection.'
26
29
  exit 1
27
30
  end
28
31
 
@@ -1,3 +1,3 @@
1
1
  module Recollect
2
- VERSION = '0.0.3'
2
+ VERSION = '0.0.4'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: recollect
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tyler Poland