From ba419772ac228e8775b1659eb93f968b9e887b29 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Mon, 12 May 2014 06:59:17 +0000 Subject: documentation updates for Rubyforge death We're migrating to a new public-inbox[1] + mailing list rainbows-public@bogomips.org [1] http://public-inbox.org/ --- .wrongdoc.yml | 3 ++- Documentation/comparison.haml | 2 +- Documentation/rainbows.1.txt | 4 ++-- HACKING | 9 ++++----- README | 18 ++++++------------ lib/rainbows/rev.rb | 4 ++-- rainbows.gemspec | 4 ++-- t/test_isolate.rb | 7 +++---- 8 files changed, 22 insertions(+), 29 deletions(-) diff --git a/.wrongdoc.yml b/.wrongdoc.yml index 57966c9..82cefb0 100644 --- a/.wrongdoc.yml +++ b/.wrongdoc.yml @@ -6,5 +6,6 @@ changelog_start: v0.97.0 merge_html: rainbows_1: Documentation/rainbows.1.html Summary: Documentation/comparison.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/comparison.haml b/Documentation/comparison.haml index 716ecc0..4fd02eb 100644 --- a/Documentation/comparison.haml +++ b/Documentation/comparison.haml @@ -310,7 +310,7 @@ %th.app_pool %a(href="Rainbows/AppPool.html") AppPool %th.lock - %a(href="http://rack.rubyforge.org/doc/Rack/Lock.html") Rack::Lock + %a(href="http://rdoc.info/gems/rack/Rack/Lock") Rack::Lock %th.async async %tr.comp_row %td.mod Unicorn/Base diff --git a/Documentation/rainbows.1.txt b/Documentation/rainbows.1.txt index f2c86f1..372f236 100644 --- a/Documentation/rainbows.1.txt +++ b/Documentation/rainbows.1.txt @@ -1,5 +1,5 @@ % rainbows(1) Rainbows! User Manual -% Rainbows! Hackers +% Rainbows! Hackers % December 3, 2009 # NAME @@ -156,6 +156,6 @@ RACKUP_FILE, some frameworks do not require them. * [Rackup HowTo][3] [1]: http://rainbows.bogomips.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.bogomips.org/SIGNALS.html diff --git a/HACKING b/HACKING index a855eac..946887d 100644 --- a/HACKING +++ b/HACKING @@ -15,8 +15,8 @@ Please wrap documentation at 72 characters-per-line or less (long URLs are exempt) so it is comfortably readable from terminals. When referencing mailing list posts, use -"http://mid.gmane.org/$MESSAGE_ID" if possible since the Message-ID -remains searchable even if Gmane becomes unavailable. +"http://bogomips.org/rainbows-public/m/$MESSAGE_ID" if possible since +the Message-ID remains searchable even if the website becomes unavailable. == Contributing @@ -40,10 +40,9 @@ distributed with git on on patch submission guidelines to follow. Just don't email the git mailing list or maintainer with Rainbows! patches :) No subscription is required to post to the mailing list at -rainbows-talk@rubyforge.org +rainbows-public@bogomips.org -Please ask for Cc: if you are not subscribed (Cc:-by-default is uncommon -on Ruby mailing lists) +Please Cc: everyone on replies, as not everyone is subscribed. == Building a Gem diff --git a/README b/README index b986456..727a0a7 100644 --- a/README +++ b/README @@ -49,7 +49,7 @@ network concurrency. == 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. * Built on {Unicorn}[http://unicorn.bogomips.org/], inheriting its @@ -97,12 +97,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: - -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 rainbows @@ -168,12 +163,11 @@ and we'll try our best to fix it. == Contact All feedback (bug reports, user/development discussion, patches, pull -requests) go to the mailing list/newsgroup. Patches must be sent inline +requests) go to the mailing list. Patches must be sent inline (git format-patch -M + git send-email). No subscription is necessary to post on the mailing list. No top posting. Address replies +To:+ the mailing list. -* email: mailto:rainbows-talk@rubyforge.org -* nntp: nntp://news.gmane.org/gmane.comp.lang.ruby.rainbows.general -* subscribe: http://rubyforge.org/mailman/listinfo/rainbows-talk -* archives: http://rubyforge.org/pipermail/rainbows-talk +* email: mailto:rainbows-public@bogomips.org +* subscribe: mailto:rainbows-public+subscribe@bogomips.org +* archives: http://bogomips.org/rainbows-public/ diff --git a/lib/rainbows/rev.rb b/lib/rainbows/rev.rb index b0a8940..8a3a974 100644 --- a/lib/rainbows/rev.rb +++ b/lib/rainbows/rev.rb @@ -2,8 +2,8 @@ Rainbows.const_set(:Rev, Rainbows::Coolio) # Coolio is the new version of this, use that instead. # -# Implements a basic single-threaded event model with -# {Rev}[http://rev.rubyforge.org/]. It is capable of handling +# Implements a basic single-threaded event model with Rev. +# It is capable of handling # thousands of simultaneous client connections, but with only a # single-threaded app dispatch. It is suited for slow clients and # fast applications (applications that do not have slow network diff --git a/rainbows.gemspec b/rainbows.gemspec index e55c7de..5aa2dce 100644 --- a/rainbows.gemspec +++ b/rainbows.gemspec @@ -12,7 +12,7 @@ Gem::Specification.new do |s| s.authors = ["#{name} 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(rainbows) s.extra_rdoc_files = extra_rdoc_files(manifest) s.files = manifest @@ -33,7 +33,7 @@ Gem::Specification.new do |s| s.add_dependency(%q, ["~> 4.8"]) s.add_development_dependency(%q, "~> 3.1") - s.add_development_dependency(%q, "~> 1.6") + s.add_development_dependency(%q, "~> 1.8") # optional runtime dependencies depending on configuration # see t/test_isolate.rb for the exact versions we've tested with diff --git a/t/test_isolate.rb b/t/test_isolate.rb index 411612a..ee66ea3 100644 --- a/t/test_isolate.rb +++ b/t/test_isolate.rb @@ -16,18 +16,17 @@ $stdout.reopen($stderr) lock = File.open(__FILE__, "rb") lock.flock(File::LOCK_EX) Isolate.now!(opts) do - gem 'kgio', '2.8.1' + gem 'kgio', '2.9.2' gem 'rack', '1.5.2' gem 'kcar', '0.4.0' - gem 'raindrops', '0.12.0' - gem 'unicorn', '4.8.0' + gem 'raindrops', '0.13.0' + gem 'unicorn', '4.8.3' if engine == "ruby" gem 'sendfile', '1.2.1' gem 'cool.io', '1.1.0' gem 'eventmachine', '1.0.3' - gem 'sinatra', '1.3.3' gem 'async_sinatra', '1.0.0' gem 'neverblock', '0.1.6.2' -- cgit v1.2.3-24-ge0c7