qer 0.2.2.1 → 0.2.3
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.
- data/README.rdoc +2 -2
- data/lib/qer.rb +1 -1
- data/lib/qer/todo.rb +1 -1
- metadata +3 -3
data/README.rdoc
CHANGED
|
@@ -18,7 +18,7 @@ Example Output:
|
|
|
18
18
|
---------------------------> Stuff on the Hopper <--------------------------
|
|
19
19
|
----------------------------------------------------------------------------
|
|
20
20
|
(0) Get Groceries from the store. > 31 min ago
|
|
21
|
-
(1) Call Mom.
|
|
21
|
+
(1) Call Mom. It's her 60th Birthday on Friday! ~ 5 hours ago
|
|
22
22
|
(2) Write unit tests. ~ 89 days ago
|
|
23
23
|
(3) Come up with self-referential documentation joke. ~ 1 day ago
|
|
24
24
|
(4) Deploy Qer to github. > 15 sec ago
|
|
@@ -58,7 +58,7 @@ Commands:
|
|
|
58
58
|
|
|
59
59
|
== INSTALL:
|
|
60
60
|
|
|
61
|
-
sudo gem install
|
|
61
|
+
sudo gem install qer
|
|
62
62
|
|
|
63
63
|
== LICENSE:
|
|
64
64
|
|
data/lib/qer.rb
CHANGED
data/lib/qer/todo.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: qer
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.
|
|
4
|
+
version: 0.2.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Josh Kleinpeter
|
|
@@ -11,7 +11,7 @@ autorequire:
|
|
|
11
11
|
bindir: bin
|
|
12
12
|
cert_chain: []
|
|
13
13
|
|
|
14
|
-
date: 2010-01-
|
|
14
|
+
date: 2010-01-26 00:00:00 -08:00
|
|
15
15
|
default_executable:
|
|
16
16
|
dependencies:
|
|
17
17
|
- !ruby/object:Gem::Dependency
|
|
@@ -42,7 +42,7 @@ dependencies:
|
|
|
42
42
|
requirements:
|
|
43
43
|
- - ">="
|
|
44
44
|
- !ruby/object:Gem::Version
|
|
45
|
-
version: 2.
|
|
45
|
+
version: 2.5.0
|
|
46
46
|
version:
|
|
47
47
|
description: Qer is an easy command-line todo list.
|
|
48
48
|
email:
|