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:
removed 140 character limit as twitter already handles longer ones
jnunemaker (author)
Fri Feb 15 21:21:35 -0800 2008
commit  7e9825c9ab4488707f0aea1d991fe707b4d70162
tree    02169d423dc44fef9467bc03baaadb710cad553a
parent  eb40914e7c7f4cec9e6542eb2921c945e75be9eb
...
27
28
29
30
 
31
32
33
...
27
28
29
 
30
31
32
33
0
@@ -27,7 +27,7 @@
0
     proc = Proc.new do
0
       commit
0
     end
0
- @twitter.post(@template.result(proc)[0,140])
0
+ @twitter.post(@template.result(proc))
0
   end
0
   
0
 end

Comments

    No one has commented yet.