public
Rubygem
Description: Starling Message Queue - please contribute if you want commit access
Homepage: http://github.com/starling/starling
Clone URL: git://github.com/starling/starling.git
rev'd to 0.9.7.9
mojodna (author)
Fri Jul 18 20:50:30 -0700 2008
commit  2b372f6e6636290a56109999a280f3c1b3bbf722
tree    206751089bbb623c3e0a2d39cde079876035396e
parent  fb4def6b60449dba60d9119a412be484404b7153
...
11
12
13
14
 
15
16
17
...
11
12
13
 
14
15
16
17
0
@@ -11,7 +11,7 @@ require File.join(here, 'handler')
0
 
0
 module StarlingServer
0
 
0
- VERSION = "0.9.7.8"
0
+ VERSION = "0.9.7.9"
0
   
0
   class Base
0
     attr_reader :logger
...
1
2
3
 
4
5
6
...
1
2
 
3
4
5
6
0
@@ -1,6 +1,6 @@
0
 Gem::Specification.new do |s|
0
   s.name = "starling"
0
- s.version = "0.9.7.8"
0
+ s.version = "0.9.7.9"
0
   s.authors = ["Blaine Cook", "Chris Wanstrath", "Britt Selvitelle", "Glenn Rempe", "Abdul-Rahman Advany"]
0
   s.email = ["blaine@twitter.com", "chris@ozmm.org", "abdulrahman@advany.com"]
0
   s.homepage = "http://github.com/starling/starling/"

Comments

    No one has commented yet.