public
Description: Tinder is an Ruby API for interfacing with Campfire, the 37Signals chat application.
Homepage: http://tinder.rubyforge.org/
Clone URL: git://github.com/collectiveidea/tinder.git
Search Repo:
Click here to lend your support to: tinder and make a donation at www.pledgie.com !
preparing for release
brandon (author)
Thu Jul 24 05:00:02 -0700 2008
commit  6c8dee17543eaaec0298824cc79e774995843c0b
tree    b67c7ef6f43567f224df5381520b9481c133a1f6
parent  e9993edda776d1319c475a6029f67aba42c5a8ef
...
1
 
2
3
4
...
 
1
2
3
4
0
@@ -1,4 +1,4 @@
0
-0.1.7 - unreleased
0
+0.1.7 - 2008-07-24
0
 * Don't join the room when only speaking [Brian Donovan]
0
 * Added support for HTTP proxies
0
 * Fix listening for messages that contain URLs [Jared Kuolt]
...
2
3
4
5
 
6
7
8
...
2
3
4
 
5
6
7
8
0
@@ -2,7 +2,7 @@ module Tinder #:nodoc:
0
   module VERSION #:nodoc:
0
     MAJOR = 0
0
     MINOR = 1
0
- TINY = 6
0
+ TINY = 7
0
     
0
     STRING = [MAJOR, MINOR, TINY].join('.')
0
   end

Comments

    No one has commented yet.