public
Description: Dead simple IM notifications for your app
Homepage: http://jamesgolick.com/action_messager
Clone URL: git://github.com/giraffesoft/action_messager.git
Search Repo:
add extracted code from zookeepr
giraffesoft (author)
Sun Apr 06 12:39:35 -0700 2008
commit  6a45b038e917e1e986f11a99fa1d00095a8d7b1d
tree    c6d7446a845000377019e8d426e3ac7707435c63
parent  f552c8f4160f1daad783ccc0a3f90091d5916a98
...
1
2
3
4
 
 
5
 
6
7
8
...
1
2
3
 
4
5
6
7
8
9
10
0
@@ -1,8 +1,10 @@
0
 $LOAD_PATH.unshift(File.dirname(__FILE__))
0
 require "rubygems"
0
 require "json"
0
-require "actionpack"
0
+require "xmpp4r-simple"
0
+require "activesupport"
0
 require "action_messager/version"
0
+require "action_messager/base"
0
 
0
 module ActionMessager
0
   NAME = 'action_messager'

Comments

    No one has commented yet.