public
Description: Sinatra app that pushes your Github Commit info to twitter
Homepage: http://groups.google.com/group/github-twitter/
Clone URL: git://github.com/jnunemaker/github-twitter.git
Search Repo:
updated example a bit
jnunemaker (author)
Fri Feb 15 20:49:45 -0800 2008
commit  cce0040062f39435bb27a8ddcfb2f4e4951cf5c5
tree    ffde87998012bbd784f03583a0f47384e1e20471
parent  3ee5e28266dc4e4ca6f815a63b51d96e2acc3087
...
1
2
3
4
 
5
6
7
...
1
2
3
 
4
5
6
7
0
@@ -1,7 +1,7 @@
0
 repo-name:
0
   email: nunemaker@gmail.com
0
   password: p00p
0
- template: "[<%= commit['repo'] %>] <%= commit['author']['name'] %> (<%= commit['url'] %>) - <%= commit['message'] %>"
0
+ template: "[<%= commit['repo'] %>] <%= commit['author']['name'] %> <%= commit['message'] %>"
0
 repo-name-2:
0
   email: nunemaker@gmail.com
0
   password: p00p

Comments

    No one has commented yet.