public
Description: Email yourself daily/weekly/monthly summaries of Lighthouse tickets based on keywords you give it
Homepage: http://alternateidea.com
Clone URL: git://github.com/Caged/lighthouse-digest.git
Add some docs and some important files
Caged (author)
Thu May 01 17:20:26 -0700 2008
commit  25bd3ea4845a874133b0021d8a759c35e7631f54
tree    c1575bde3ba2065c10f73c98523dbc809ab2f22b
parent  6f3ed81336bb79c30bd0d462ed90c90ae7782349
...
1
2
3
4
5
6
...
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
...
 
 
 
1
2
3
...
56
57
58
 
 
 
 
 
 
 
 
 
 
 
 
59
60
0
@@ -1,6 +1,3 @@
0
-require '/Users/Caged/dev/git/lighthouse-api/lib/lighthouse'
0
-require 'actionmailer'
0
-
0
 # Use sendmail
0
 ActionMailer::Base.delivery_method = :sendmail
0
 
0
@@ -59,16 +56,4 @@ module Lighthouse
0
       body body_html
0
     end
0
   end
0
-end
0
-
0
-# Set basic Lighthouse info
0
-Lighthouse.account = "activereload"
0
-Lighthouse.token = "3cbb916a2ab680a6f07bcc3aff7a6a5bc22e5b4b"
0
-
0
-
0
-Lighthouse::Digest.new do |digest|
0
- digest.project_id = 44
0
- digest.from = "justin@encytemedia.com"
0
- digest.query = "state:open updated:'three weeks ago - two weeks ago'"
0
- digest.emails = "encytemedia@gmail.com, justin@activereload.net"
0
 end
0
\ No newline at end of file

Comments

    No one has commented yet.