public
Rubygem
Description: Keith Rarick's ruby client for beanstalk
Homepage: http://xph.us/software/beanstalkd/
Clone URL: git://github.com/dustin/beanstalk-client-ruby.git
Update my email address.
kr (author)
Thu May 29 12:01:54 -0700 2008
commit  013c37d853195c3153f334ffc143494de0c8bc98
tree    4bd16af5c56d8bfc5be0c1a600c7ce6f9cadb3bd
parent  b5c6e315ec4f8c2b0685db1a8e31278ccaaf9565
...
8
9
10
11
 
12
13
14
...
8
9
10
 
11
12
13
14
0
@@ -8,7 +8,7 @@ Gem::Specification.new do |s|
0
   s.authors = ["Keith Rarick"]
0
   s.date = %q{2008-05-01}
0
   s.description = %q{Ruby client library for the Beanstalk protocol}
0
- s.email = %q{kr@essembly.com}
0
+ s.email = %q{kr@causes.com}
0
   s.extra_rdoc_files = ["History.txt", "License.txt", "Manifest.txt", "README.txt", "website/index.txt"]
0
   s.files = ["History.txt", "License.txt", "Manifest.txt", "README.txt", "Rakefile", "config/hoe.rb", "config/requirements.rb", "lib/beanstalk-client.rb", "lib/beanstalk-client/connection.rb", "lib/beanstalk-client/errors.rb", "lib/beanstalk-client/job.rb", "lib/beanstalk-client/version.rb", "log/debug.log", "script/destroy", "script/generate", "script/txt2html", "setup.rb", "tasks/deployment.rake", "tasks/environment.rake", "tasks/website.rake", "test/test_beanstalk-client.rb", "test/test_helper.rb", "website/index.html", "website/index.txt", "website/javascripts/rounded_corners_lite.inc.js", "website/stylesheets/screen.css", "website/template.rhtml"]
0
   s.has_rdoc = true
...
1
2
3
4
 
5
6
7
...
1
2
3
 
4
5
6
7
0
@@ -1,7 +1,7 @@
0
 require 'beanstalk-client/version'
0
 
0
 AUTHOR = 'Keith Rarick' # can also be an array of Authors
0
-EMAIL = 'kr@essembly.com'
0
+EMAIL = 'kr@causes.com'
0
 DESCRIPTION = 'Ruby client library for the Beanstalk protocol'
0
 GEM_NAME = 'beanstalk-client' # what ppl will type to install your gem
0
 RUBYFORGE_PROJECT = 'beanstalk' # The unix name for your project
...
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="mailto:kr@essembly.com">Keith Rarick</a>, <%= modified.pretty %><br>
0
+ <a href="mailto:kr@causes.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.