mail_room 0.0.2 → 0.0.3

Sign up to get free protection for your applications and to get access to all the features.
data/README.md CHANGED
@@ -54,12 +54,26 @@ Or install it yourself as:
54
54
 
55
55
  ### postback ###
56
56
 
57
+ The default delivery method, requires _delivery_url_ and _delivery_token_ in configuration.
58
+
57
59
  ### logger ###
58
60
 
61
+ Configured with `:delivery_method: logger`.
62
+
63
+ If `:log_path:` is not provided, defaults to `STDOUT`
64
+
59
65
  ### noop ###
60
66
 
67
+ Configured with `:delivery_method: noop`.
68
+
69
+ Does nothing, like it says.
70
+
61
71
  ### letter_opener ###
62
72
 
73
+ Configured with `:delivery_method: letter_opener`.
74
+
75
+ Uses Ryan Bates' excellent [letter_opener](https://github.com/ryanb/letter_opener) gem.
76
+
63
77
  ## Contributing ##
64
78
 
65
79
  1. Fork it
@@ -71,7 +85,7 @@ Or install it yourself as:
71
85
 
72
86
  ## TODO ##
73
87
 
74
- 1. specs, this is just a (working) proof of concept
88
+ 1. specs, this is just a (working) proof of concept
75
89
  2. finish code for POSTing to callback with auth √
76
90
  3. accept mailbox configuration for one account directly on the commandline; or ask for it
77
91
  4. add example rails endpoint, with auth examples
data/bin/mail_room CHANGED
@@ -1,4 +1,4 @@
1
- #!/usr/bin/env ruby -Ilib
1
+ #!/usr/bin/env ruby
2
2
 
3
3
  require 'mail_room'
4
4
 
@@ -1,3 +1,3 @@
1
1
  module MailRoom
2
- VERSION = "0.0.2"
2
+ VERSION = "0.0.3"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mail_room
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-01-28 00:00:00.000000000 Z
12
+ date: 2013-01-29 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rake