idid 0.0.1 → 0.0.2
Sign up to get free protection for your applications and to get access to all the features.
- data/README.md +6 -9
- data/lib/idid/version.rb +1 -1
- data/lib/idid.rb +0 -2
- metadata +1 -1
data/README.md
CHANGED
@@ -8,17 +8,14 @@ Ruby CLI to [iDoneThis](http://idonethis.com).
|
|
8
8
|
|
9
9
|
## Installation
|
10
10
|
|
11
|
-
|
11
|
+
$ [sudo] gem install idid
|
12
12
|
|
13
|
-
|
13
|
+
## Todo
|
14
14
|
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
Or install it yourself as:
|
20
|
-
|
21
|
-
$ gem install idid
|
15
|
+
1. Write some more tests for mail delivery configurations.
|
16
|
+
2. Keeping of dones locally for easy review.
|
17
|
+
3. Off-line support (queue dones and send later).
|
18
|
+
4. Support for iDoneThis personal.
|
22
19
|
|
23
20
|
## Contributing
|
24
21
|
|
data/lib/idid/version.rb
CHANGED
data/lib/idid.rb
CHANGED