[DRE-commits] r3399 - tools/ruby-support/trunk/bin website/src
Lucas Nussbaum
lucas at alioth.debian.org
Mon Apr 20 10:59:54 UTC 2009
Author: lucas
Date: 2009-04-20 10:59:54 +0000 (Mon, 20 Apr 2009)
New Revision: 3399
Modified:
tools/ruby-support/trunk/bin/ruby-support
website/src/40.rubygems.en.page
Log:
added links to rubygems blog posts
Modified: tools/ruby-support/trunk/bin/ruby-support
===================================================================
--- tools/ruby-support/trunk/bin/ruby-support 2009-04-19 18:09:38 UTC (rev 3398)
+++ tools/ruby-support/trunk/bin/ruby-support 2009-04-20 10:59:54 UTC (rev 3399)
@@ -302,7 +302,7 @@
opts.separator ""
opts.separator "Options:"
- opts.on("", "--version", "Show version") do
+ opts.on("-v", "--version", "Show version") do
puts "ruby-support #{RS_VERSION}"
puts ""
puts "Known ruby versions:"
@@ -312,6 +312,14 @@
exit(0)
end
+ opts.on("-s", "--supported", "Show supported Ruby versions") do
+ puts "Supported Ruby versions (and library installation directory):"
+ RS_RUBY_VERSIONS.each do |rbver|
+ puts " #{rbver} (#{RS_RUBY_LIBDIR[rbver]})"
+ end
+ exit(0)
+ end
+
opts.on("-i", "--install-lib LIB", "Install symlinks for library LIB") do |l|
supported_versions(l).each do |rbver|
apply_links(needed_links(l, rbver))
Modified: website/src/40.rubygems.en.page
===================================================================
--- website/src/40.rubygems.en.page 2009-04-19 18:09:38 UTC (rev 3398)
+++ website/src/40.rubygems.en.page 2009-04-20 10:59:54 UTC (rev 3399)
@@ -57,3 +57,15 @@
@pkg-ruby-extras-maintainers AT lists.alioth.debian.org at . In particular, feel
free to send comments or questions about this document, or suggest Ruby
libraries that we should package in Debian.
+
+h2. Some links
+
+Rubygems triggered several discussions that are worth reading.
+* "Luke Kanies: Ruby has a distribution problem":http://www.madstop.com/ruby/ruby_has_a_distribution_problem.html
+* "Gunnar Wolf: Ruby has a distribution problem":http://gwolf.org/node/1740
+* "Gunnar Wolf: It's just a different mindset. Not necessarily a _sane_ one, though...":http://gwolf.org/node/1869
+* "Gunnar Wolf: Bringing closer Debian and Rails (talk at Debconf8)":https://penta.debconf.org/dc8_schedule/events/241.en.html
+* Wouter Verhelst: "Rails? Stay the f* away from my system.":http://grep.be/blog/en/computer/cluebat/rails_stay_away , "Rails: followup":http://grep.be/blog/en/computer/cluebat/rails_followup
+* "Diego Elio Pettenò: RubyGems, CPAN and other languages":http://blog.flameeyes.eu/2008/12/14/rubygems-cpan-and-other-languages
+* "Pelle Braendgaard: RubyGem is from Mars, AptGet is from Venus":http://stakeventures.com/articles/2008/12/04/rubygem-is-from-mars-aptget-is-from-venus
+* "Josselin Mouette: RubyGem is from Mars, apt-get is from Earth":http://np237.livejournal.com/21033.html
More information about the Pkg-ruby-extras-commits
mailing list