about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2014-05-14 20:02:53 +0000
committerEric Wong <normalperson@yhbt.net>2014-05-14 20:02:53 +0000
commit6051c3f9481d89fdd82b64133099cbada5809212 (patch)
tree05d84601798dcca44cc479fa876692d23232f312
parent56925269d8f94162dcc6c8004f82409115c4ed87 (diff)
downloadzbatery-6051c3f9481d89fdd82b64133099cbada5809212.tar.gz
rubyforge death updates
RubyForge is going away tomorrow, update docs + mailing list
to point to the new instances.
-rw-r--r--.wrongdoc.yml3
-rw-r--r--Documentation/zbatery.1.txt6
-rw-r--r--FAQ4
-rw-r--r--README17
-rw-r--r--zbatery.gemspec4
5 files changed, 14 insertions, 20 deletions
diff --git a/.wrongdoc.yml b/.wrongdoc.yml
index 96eb909..7f9fea0 100644
--- a/.wrongdoc.yml
+++ b/.wrongdoc.yml
@@ -5,5 +5,6 @@ rdoc_url: http://zbatery.bogomip.org/
 changelog_start: v0.3.1
 merge_html:
   zbatery_1: Documentation/zbatery.1.html
-public_email: rainbows-talk@rubyforge.org
+public_email: rainbows-public@bogomips.org
 private_email: rainbows@bogomips.org
+ml_url: http://bogomips.org/rainbows-public/
diff --git a/Documentation/zbatery.1.txt b/Documentation/zbatery.1.txt
index 1072e01..f0500dc 100644
--- a/Documentation/zbatery.1.txt
+++ b/Documentation/zbatery.1.txt
@@ -1,5 +1,5 @@
 % zbatery(1) Zbatery User Manual
-% Zbatery hackers <rainbows-talk@rubyforge.org>
+% Zbatery hackers <rainbows-public@bogomips.org>
 % December 9, 2009
 
 # NAME
@@ -147,6 +147,6 @@ not require them.
 * [Rainbows! RDoc][4]
 
 [1]: http://zbatery.bogomip.org/
-[2]: http://rack.rubyforge.org/doc/
+[2]: http://rdoc.info/gems/r#/gems/rack/frames
 [3]: http://wiki.github.com/rack/rack/tutorial-rackup-howto
-[4]: http://rainbows.rubyforge.org/
+[4]: http://rainbows.bogomips.org/
diff --git a/FAQ b/FAQ
index b39d890..9053bb4 100644
--- a/FAQ
+++ b/FAQ
@@ -1,7 +1,7 @@
 = Frequently Asked Questions about Zbatery
 
 Be sure to check out the Rainbows!
-{FAQ}[http://rainbows.rubyforge.org/FAQ.html] and the Unicorn
+{FAQ}[http://rainbows.bogomips.org/FAQ.html] and the Unicorn
 {FAQ}[http://unicorn.bogomips.org/FAQ.html] as well.
 
 
@@ -26,7 +26,7 @@ the options Rainbows! provides instead of being tied to one.
 
 === What's Rack?  Do you support Rails?
 
-{Rack}[http://rack.rubyforge.org/] is a minimal specification between
+{Rack}[http://rack.github.io/] is a minimal specification between
 Ruby web servers (e.g. Mongrel, Zbatery) and Ruby web frameworks (e.g.
 Rails, Sinatra, Camping).  Instead of requiring a new handler for every
 framework a server wants to support, web servers only need to support
diff --git a/README b/README
index 5f5c103..6c64c90 100644
--- a/README
+++ b/README
@@ -14,7 +14,7 @@ for basic functionality.
 
 == Features
 
-* Designed for {Rack}[http://rack.rubyforge.org/], the standard for
+* Designed for {Rack}[http://rack.github.io/], the standard for
   modern Ruby HTTP applications.
 
 * Configuration files are compatible with Rainbows!, a superset
@@ -22,7 +22,7 @@ for basic functionality.
   {DSL}[http://unicorn.bogomips.org/Unicorn/Configurator.html].
 
 * Inherits all features and concurrency models Rainbows! supports
-  (and ever will support): http://rainbows.rubyforge.org/Summary.html
+  (and ever will support): http://rainbows.bogomips.org/Summary.html
 
 * Web Sockets support (via {Cramp}[http://cramp.in/])
 
@@ -36,12 +36,7 @@ See the included {LICENSE}[link:LICENSE.html] file for more details.
 
 == Install
 
-You may download the tarball from the Rainbows project page on Rubyforge
-and run setup.rb after unpacking it (and installing Unicorn and Rainbows!):
-
-http://rubyforge.org/frs/?group_id=8977
-
-You may also install it via RubyGems on RubyGems.org:
+You may install it via RubyGems on RubyGems.org:
 
   gem install zbatery
 
@@ -76,7 +71,7 @@ config file:
     end
 
 See the Rainbows! configuration
-{documentation}[http://rainbows.rubyforge.org/Rainbows/Configurator.html]
+{documentation}[http://rainbows.bogomips.org/Rainbows/Configurator.html]
 for more details.
 
 == Disclaimer
@@ -119,6 +114,6 @@ UNIX-specific) test suites.
 == Contact
 
 All feedback (bug reports, user/development discussion, patches, pull
-requests) go to the mailing list/newsgroup.  We are currently
+requests) go to the mailing list/public-inbox.  We are currently
 borrowing the Rainbows! mailing list since most of our code (and
-problems) are related to Rainbows! mailto:rainbows-talk@rubyforge.org.
+problems) are related to Rainbows! mailto:rainbows-public@bogomips.org.
diff --git a/zbatery.gemspec b/zbatery.gemspec
index 029a36c..76df6b1 100644
--- a/zbatery.gemspec
+++ b/zbatery.gemspec
@@ -10,16 +10,14 @@ Gem::Specification.new do |s|
   s.version = ENV["VERSION"].dup
 
   s.authors = ["Zbatery hackers"]
-  s.date = Time.now.utc.strftime('%Y-%m-%d')
   s.description = readme_description
-  s.email = %q{rainbows-talk@rubyforge.org}
+  s.email = %q{rainbows-public@bogomips.org}
   s.executables = %w(zbatery)
   s.extra_rdoc_files = extra_rdoc_files(manifest)
   s.files = manifest
   s.homepage = Wrongdoc.config[:rdoc_url]
   s.summary = summary
   s.rdoc_options = rdoc_options
-  s.require_paths = %w(lib)
   s.rubyforge_project = %q{rainbows}
 
   # rainbows has a boatload of optional dependencies