idid 0.0.1 → 0.0.2

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. data/README.md +6 -9
  2. data/lib/idid/version.rb +1 -1
  3. data/lib/idid.rb +0 -2
  4. 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
- Add this line to your application's Gemfile:
11
+ $ [sudo] gem install idid
12
12
 
13
- gem 'idid'
13
+ ## Todo
14
14
 
15
- And then execute:
16
-
17
- $ bundle
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
@@ -1,3 +1,3 @@
1
1
  module Idid
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
data/lib/idid.rb CHANGED
@@ -25,8 +25,6 @@ module Idid
25
25
  options[(key.to_sym rescue key) || key] = options.delete(key)
26
26
  end
27
27
 
28
- puts options
29
-
30
28
  case method
31
29
  when 'smtp'
32
30
  setup_smtp options
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: idid
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: