public
Clone URL: git://github.com/defunkt/rtimeout.git
use github group
defunkt (author)
Thu Mar 27 13:24:44 -0700 2008
commit  33a89829ddfb82306bad1d19891f5044d7f6ec04
tree    1bd8f5583c29ccbb65b48efafdcb8258ebf55b92
parent  f3c8d00efa8eca15af4b73b13618ea699247e76e
...
7
8
9
10
11
12
13
14
15
 
 
 
 
 
 
16
17
18
...
7
8
9
 
 
 
 
 
 
10
11
12
13
14
15
16
17
18
0
@@ -7,12 +7,12 @@ begin
0
   require 'echoe'
0
 
0
   Echoe.new('rtimeout', version) do |p|
0
- p.rubyforge_name = 'rtimeout'
0
- p.summary = "For timing out system commands."
0
- p.url = "http://github.com/defunkt/rtimeout"
0
- p.author = 'Chris Wanstrath'
0
- p.email = "chris@ozmm.org"
0
- p.dependencies = ['open4 >=0.9.6']
0
+ p.rubyforge_name = 'github'
0
+ p.summary = "For timing out system commands."
0
+ p.url = "http://github.com/defunkt/rtimeout"
0
+ p.author = 'Chris Wanstrath'
0
+ p.email = "chris@ozmm.org"
0
+ p.dependencies = ['open4 >=0.9.6']
0
   end
0
 
0
 rescue LoadError => boom

Comments

    No one has commented yet.