GitHub Sale: sign up for any paid plan this week and pay nothing until January 1, 2009!  [ hide ]

public
Rubygem
Fork of dustin/beanstalk-client-ruby
Description: Ruby client for beanstalkd
Homepage: http://xph.us/software/beanstalkd/
Clone URL: git://github.com/kr/beanstalk-client-ruby.git
Fixing names and paths.
Keith Rarick (author)
Wed Dec 12 22:59:04 -0800 2007
commit  a82fe30f7643f635c4785affc5006f981a3725ff
tree    8c51139cfaf34d6a5ca166c5e18574674d15975d
parent  a95ffbf27e42437d9d3c9637d99a13ea00c3c671
...
66
67
68
69
 
 
70
71
...
66
67
68
 
69
70
71
72
0
@@ -66,6 +66,7 @@ hoe = Hoe.new(GEM_NAME, VERS) do |p|
0
 end
0
 
0
 CHANGES = hoe.paragraphs_of('History.txt', 0..1).join("\\n\\n")
0
-PATH = (RUBYFORGE_PROJECT == GEM_NAME) ? RUBYFORGE_PROJECT : "#{RUBYFORGE_PROJECT}/#{GEM_NAME}"
0
+#PATH = (RUBYFORGE_PROJECT == GEM_NAME) ? RUBYFORGE_PROJECT : "#{RUBYFORGE_PROJECT}/#{GEM_NAME}"
0
+PATH = RUBYFORGE_PROJECT
0
 hoe.remote_rdoc_dir = File.join(PATH.gsub(/^#{RUBYFORGE_PROJECT}\/?/,''), 'rdoc')
0
 hoe.rsync_args = '-av --delete --ignore-errors'
...
14
15
16
17
 
18
19
20
...
14
15
16
 
17
18
19
20
0
@@ -14,7 +14,7 @@ require 'erb'
0
 require File.dirname(__FILE__) + '/../lib/beanstalk-client/version.rb'
0
 
0
 version = Beanstalk::VERSION::STRING
0
-download = 'http://rubyforge.org/projects/beanstalk-client'
0
+download = 'http://rubyforge.org/projects/beanstalk'
0
 
0
 class Fixnum
0
   def ordinal
...
31
32
33
34
 
35
36
 
37
38
39
...
122
123
124
125
 
126
127
128
...
31
32
33
 
34
35
 
36
37
38
39
...
122
123
124
 
125
126
127
128
0
@@ -31,9 +31,9 @@
0
 <div id="main">
0
 
0
     <h1>Beanstalk Client</h1>
0
- <div id="version" class="clickable" onclick='document.location = "http://rubyforge.org/projects/beanstalk-client"; return false'>
0
+ <div id="version" class="clickable" onclick='document.location = "http://rubyforge.org/projects/beanstalk"; return false'>
0
       <p>Get Version</p>
0
- <a href="http://rubyforge.org/projects/beanstalk-client" class="numbers">0.1</a>
0
+ <a href="http://rubyforge.org/projects/beanstalk" class="numbers">0.1</a>
0
     </div>
0
     <h1>&#x2192; &#8216;beanstalk-client&#8217;</h1>
0
 
0
@@ -122,7 +122,7 @@ discussion regarding <tt>beanstalkd</tt> and the various client libraries.</p>
0
   <p>Comments are welcome. Send any questions or comments to the
0
 <a href="http://groups.google.com/group/beanstalk-talk">beanstalk-talk</a> google group.</p>
0
     <p class="coda">
0
- <a href="FIXME email">FIXME full name</a>, 12th December 2007<br>
0
+ <a href="mailto:kr@essembly.com">Keith Rarick</a>, 12th December 2007<br>
0
       Theme extended from <a href="http://rb2js.rubyforge.org/">Paul Battley</a>
0
     </p>
0
 </div>
...
37
38
39
40
 
41
42
43
...
37
38
39
 
40
41
42
43
0
@@ -37,7 +37,7 @@
0
     </div>
0
     <%= body %>
0
     <p class="coda">
0
- <a href="FIXME email">FIXME full name</a>, <%= modified.pretty %><br>
0
+ <a href="mailto:kr@essembly.com">Keith Rarick</a>, <%= modified.pretty %><br>
0
       Theme extended from <a href="http://rb2js.rubyforge.org/">Paul Battley</a>
0
     </p>
0
 </div>

Comments

    No one has commented yet.