[ANN] rubygems-update 1.8.4 Released051 (5/26/2011 4:34:58 AM) comp.lang.ruby rubygems-update version 1.8.4 has been released! * http://rubygems.org * http://docs.rubygems.org * http://help.rubygems.org * http://github.com/rubygems * http://rubyforge.org/projects/rubygems RubyGems is a... Eric
[ANN] rubygems-update 1.8.3 Released051 (5/20/2011 12:44:35 AM) comp.lang.ruby rubygems-update version 1.8.3 has been released! * http://rubygems.org * http://docs.rubygems.org * http://help.rubygems.org * http://github.com/rubygems * http://rubyforge.org/projects/rubygems RubyGems is a... Eric
[ANN] rdoc 3.6 Released454 (5/14/2011 12:30:24 AM) comp.lang.ruby rdoc version 3.6 has been released! * RDoc Project Page: https://github.com/rdoc/rdoc/ * RDoc Documentation: http://docs.seattlerb.org/rdoc * RDoc Bug Tracker: https://github.com/rdoc/rdoc/issues RDoc produce... Eric
[ANN] rubygems-update 1.8.2 Released561 (5/12/2011 12:54:26 AM) comp.lang.ruby rubygems-update version 1.8.2 has been released! * * * * * RubyGems is a package management framework for Ruby. This gem is an update for the RubyGems software. You must have an installation of RubyGems... Eric
Ruby 1.9.3 documentation challenge1648 (5/10/2011 6:34:28 PM) comp.lang.ruby With the freeze of Ruby 1.9.3 coming up near the end of the month I = looked at how much documentation coverage ruby has for it's standard = library: Files: 511 Classes: 1036 ( 624 undocumented) Mo... Eric
[ANN] rubygems-update 1.8.1 Released1048 (5/6/2011 9:14:19 PM) comp.lang.ruby rubygems-update version 1.8.1 has been released! * http://rubygems.org * http://docs.rubygems.org * http://help.rubygems.org * http://github.com/rubygems * http://rubyforge.org/projects/rubygems RubyGems is a... Eric
[ANN] rubygems-update 1.8.0572 (5/4/2011 9:40:12 PM) comp.lang.ruby rubygems-update version 1.8.0 has been released! * * * * * RubyGems is a package management framework for Ruby. This gem is an update for the RubyGems software. You must have an installation of RubyGems... Eric
[ANN] Mechanize 2.0.pre.2048 (4/18/2011 5:24:56 AM) comp.lang.ruby mechanize version 2.0.pre.2 has been released! Please test this release = and let me know if I have broken anything important. * * The Mechanize library is used for automating interaction with websites. Me... Eric
[ANN] RubyGems 1.7.2055 (4/5/2011 9:33:25 PM) comp.lang.ruby rubygems-update version 1.7.2 has been released! * http://rubygems.org * http://docs.rubygems.org * http://help.rubygems.org * http://github.com/rubygems * http://rubyforge.org/projects/rubygems RubyGems is a... Eric
[ANN] rubygems 1.7.1350 (4/1/2011 10:57:43 PM) comp.lang.ruby After much finger-pointing, rubygems-update version 1.7.1 has been = released! * http://rubygems.org * http://docs.rubygems.org * http://help.rubygems.org * http://github.com/rubygems * http://rubyforge.org/pr... Eric
Rdoc hosting?852 (2/28/2010 10:42:37 PM) comp.lang.ruby Hi, I've started using GitHub and I really liked the idea of the rdoc.info web-hook (which generated ruby documentation after every commit). The problem is that I thought rdoc.info was actually for RDoc documen... phreakuencies(8)
Compile/Close Ruby Code649 (3/9/2010 7:20:53 PM) comp.lang.ruby I write scripts under Linux using Ruby. It wouldn't matter releasing the code as long as the code is MINE. However, if I develop software for a company, and if a rival gets a hold of the code; you can consider... axabert(3)
Recommended way to install Rubygems4950 (3/16/2010 10:22:28 AM) comp.lang.ruby [Note: parts of this message were removed to make it a legal post.] Hi! I am trying to install Ruby1.9.1 under Ubuntu 9.10 - with gems. I can "apt-get install ruby1.9.1", but I have often had trouble mixing ... leslieviljoen(259)
[ANN] net-ldap 0.1.0450 (3/18/2010 1:10:11 AM) comp.lang.ruby I have two things to announce today. The first is that net-ldap version 0.1.0 has been released! The second is that net-ldap development is not an ex-parrot. Thanks to Kaspar Schiess and Rory O'Connell, we're ... halostatue(1713)
[ANN] rdoc 2.5 Released736 (4/1/2010 8:16:19 AM) comp.lang.ruby rdoc version 2.5 has been released! * RDoc Project Page http://rubyforge.org/projects/rdoc/ * RDoc Documentation http://rdoc.rubyforge.org/ * RDoc Bug Tracker = http://rubyforge.org/tracker/?atid=3D2472&gro... drbrain(2203)
Cann't require UTF-8 files.13147 (4/30/2010 5:26:39 PM) comp.lang.ruby When I require file with UTF-8 encoding I get error:
irb(main):001:0> require '/tmp/share/mudserver/game.rb'
SyntaxError: /tmp/share/mudserver/game.rb:2: invalid multibyte char
(US-ASCII)
/tmp/share/mudse... o01eg(3)
NoMethodError#message takes very long849 (3/16/2011 3:25:20 AM) comp.lang.ruby Hello. I've been noticing a problem for a while in a larger application and today I produced a minimal example, given below. When a method is not found, Sinatra calls NoMethodError#message to display a nice er... adiel(5)
The future of the character-encodings library439 (3/16/2011 1:26:08 PM) comp.lang.ruby Hi! As some of you know the character-encodings library is a bit stale. It currently can=E2=80=99t be used from Ruby 1.9 (you may ask yourself why = you would, I suppose) because of the Encoding namespace bein... now1(18)
Ruby 1.9.3 documentation challenge1648 (5/10/2011 6:34:28 PM) comp.lang.ruby With the freeze of Ruby 1.9.3 coming up near the end of the month I = looked at how much documentation coverage ruby has for it's standard = library: Files: 511 Classes: 1036 ( 624 undocumented) Mo... drbrain(2203)
Plugin best practices564 (6/15/2011 9:36:38 AM) comp.lang.ruby If your making a plugin/extension for another project, do you create a hyphenated lib file or do you put the library file in a subdirectory, e.g. say it's a plugin for rdoc, lib/rdoc-foo.rb Or lib/rd... transfire(2969)