public
Description: Tomporary (hopefully) fork of XMPP4R-Simple
Homepage: http://code.google.com/p/xmpp4r-simple/
Clone URL: git://github.com/dysinger/xmpp4r-simple.git
Search Repo:
update changelog, and add dependencies to rakefile.

git-svn-id: http://xmpp4r-simple.googlecode.com/svn/trunk@33 
1e3c5029-9921-0410-9e82-436f4d538387
romeda (author)
Wed Jan 31 17:16:31 -0800 2007
commit  cbc8c73fc4d37c62972a2c0e2f651cae7b89d37a
tree    d6adcb2cd3c9e6767c0865ea7afdb975dd39e481
parent  63f7f73a616c382da0f1ceacbfc45a1021f0ec5a
...
4
5
6
 
7
8
 
9
10
11
...
4
5
6
7
8
 
9
10
11
12
0
@@ -4,8 +4,9 @@
0
   * If using Jabber::Simple in a DRb environment, the Jabber::Simple object
0
      will execute in the DRb server's environment to improve efficiency.
0
   * Jabber::Simple will now recover gracefully from server-side disconnects.
0
+ * Updated Rakefile to pass tests on firebrigade (http://firebrigade.seattlerb.org)
0
 
0
--- Blaine Cook <blaine@obvious.com> Sun, 28 Jan 2007 10:30:48 -0800
0
+-- Blaine Cook <blaine@obvious.com> Wed, 31 Jan 2007 17:15:56 -0800
0
 
0
 xmpp4r-simple (0.8.6)
0
 
...
24
25
26
 
 
27
28
29
...
24
25
26
27
28
29
30
31
0
@@ -24,6 +24,8 @@
0
 
0
 spec = Gem::Specification.new do |s|
0
   s.add_dependency('xmpp4r', '>= 0.3.0')
0
+ s.add_dependency('rake')
0
+ s.add_dependency('rcov')
0
   s.name = "xmpp4r-simple"
0
   s.version = "0.8.7"
0
   s.author = "Blaine Cook"

Comments

    No one has commented yet.