Which Ruby Version?

Okay, since 1.8.3 is smoking, which version should I be using right
now?

ruby-1.8.3 2005-05-12 07:39
    ruby-1.8.3-preview1.tar.gz 3.95 MB 949 Any Source .gz
    ruby-1.8.3-preview2.tar.gz 4.01 MB 54 Any Source .gz
    ruby-1.8.3-preview3.tar.gz 4.03 MB 66 Any Source .gz
    ruby-1.8.3.tar.gz 4.03 MB 1,212 Any Source .gz
  ruby-1.8.2 2004-11-01 11:20
    ruby-1.8.2-preview2.tar.gz 3.28 MB 254 Any Source .gz
    ruby-1.8.2-preview3.tar.gz 3.39 MB 113 Any Source .gz
    ruby-1.8.2-preview4.tar.gz 3.44 MB 127 Any Source .gz
    ruby-1.8.2.tar.gz

Thanks,
T.

Hi,

···

In message "Re: Which Ruby Version?" on Mon, 31 Oct 2005 00:32:06 +0900, "Trans" <transfire@gmail.com> writes:

Okay, since 1.8.3 is smoking, which version should I be using right
now?

ftp://ftp.ruby-lang.org/pub/ruby/1.8/ruby-1.8.4-preview1.tar.gz :wink:
md5sum cfb6e4c53369c016ebb4061c240c493d

              matz.

Does that solve the "gems are not automatically distributed via
rubyforge problem"?

best regards,

Brian

···

On 30/10/05, Yukihiro Matsumoto <matz@ruby-lang.org> wrote:

Hi,

In message "Re: Which Ruby Version?" > on Mon, 31 Oct 2005 00:32:06 +0900, "Trans" <transfire@gmail.com> writes:

>Okay, since 1.8.3 is smoking, which version should I be using right
>now?

ftp://ftp.ruby-lang.org/pub/ruby/1.8/ruby-1.8.4-preview1.tar.gz :wink:
md5sum cfb6e4c53369c016ebb4061c240c493d

                                                        matz.

--
http://ruby.brian-schroeder.de/

Stringed instrument chords: http://chordlist.brian-schroeder.de/

I tried 1.8.4-preview1, and I can no longer require anything :frowning:

  trans@ubixie:/usr/local/lib/site_ruby/1.8$ export RUBYOPT=""
  trans@ubixie:/usr/local/lib/site_ruby/1.8$ ls
  databob fruitbasket,2005-10-04 helloworld nano rooms
unit
  databob.rb gemconfigure.rb markups oll.rb rubygems
  facet glue markups.rb rain rubygems.rb
  facets.rb glue.rb mega reap ubygems.rb
  trans@ubixie:/usr/local/lib/site_ruby/1.8$ cd ..
  trans@ubixie:/usr/local/lib/site_ruby$ irb
  irb(main):001:0> require 'facets'
  LoadError: no such file to load -- facets
        from (irb):1:in `require'
        from (irb):1
  irb(main):002:0> $:
  => ["/usr/local/lib/ruby/site_ruby/1.8",
"/usr/local/lib/ruby/site_ruby/1.8/i686-linux",
"/usr/local/lib/ruby/site_ruby", "/usr/local/lib/ruby/1.8",
"/usr/local/lib/ruby/1.8/i686-linux", "."]

T.

···

from :0

Mirrored here:

http://rubyforge.org/frs/?group_id=426

Yours,

Tom

···

On Mon, 2005-10-31 at 00:49 +0900, Yukihiro Matsumoto wrote:

Hi,

In message "Re: Which Ruby Version?" > on Mon, 31 Oct 2005 00:32:06 +0900, "Trans" <transfire@gmail.com> writes:

>Okay, since 1.8.3 is smoking, which version should I be using right
>now?

ftp://ftp.ruby-lang.org/pub/ruby/1.8/ruby-1.8.4-preview1.tar.gz :wink:
md5sum cfb6e4c53369c016ebb4061c240c493d

              matz.

Hi,

···

In message "Re: Which Ruby Version?" on Mon, 31 Oct 2005 01:45:19 +0900, Brian Schröder <ruby.brian@gmail.com> writes:

Does that solve the "gems are not automatically distributed via
rubyforge problem"?

I'm afraid it's not under our control. Ask RubyGems maintainers.

              matz.

Should I move all mystuff to /usr/local/lib/ruby/site_ruby/1.8 now? I
assume setup.rb is gogin to work with that now?

T.

Hi,

···

In message "Re: Which Ruby Version?" on Mon, 31 Oct 2005 02:07:05 +0900, "Trans" <transfire@gmail.com> writes:

I tried 1.8.4-preview1, and I can no longer require anything :frowning:

It's just a configuration problem. What were you using before
preview1? And what are load paths for it?

              matz.

Do you mean the YAML related problem?
Trying to install a gem with ruby 1.8.2 created by ruby 1.8.4
still gives:
ERROR: Error installing gem pkg/rant[.gem]: parse error on line 0,
col 31: `!ruby/object:Gem::Specification '

Gems created with ruby 1.8.2 work with all ruby 1.8.x (including
1.8.4) versions.

Regards,
  Stefan

···

On Sunday 30 October 2005 17:45, Brian Schröder wrote:

On 30/10/05, Yukihiro Matsumoto <matz@ruby-lang.org> wrote:
> Hi,
>
> In message "Re: Which Ruby Version?" > > > > on Mon, 31 Oct 2005 00:32:06 +0900, "Trans" <transfire@gmail.com> writes:
> >Okay, since 1.8.3 is smoking, which version should I be using
> > right now?
>
> ftp://ftp.ruby-lang.org/pub/ruby/1.8/ruby-1.8.4-preview1.tar.gz
> :wink: md5sum cfb6e4c53369c016ebb4061c240c493d
>
> matz.

Does that solve the "gems are not automatically distributed via
rubyforge problem"?

Yukihiro Matsumoto wrote:

Hi,

>I tried 1.8.4-preview1, and I can no longer require anything :frowning:

It's just a configuration problem. What were you using before
preview1? And what are load paths for it?

1.8.3 from Ubuntu repository. Load paths were the same but without the
/ruby/, i.e. /usr/local/lib/site_ruby/1.8

T.

···

In message "Re: Which Ruby Version?" > on Mon, 31 Oct 2005 02:07:05 +0900, "Trans" <transfire@gmail.com> writes:

Stefan Lang wrote:

Do you mean the YAML related problem?
Trying to install a gem with ruby 1.8.2 created by ruby 1.8.4
still gives:
ERROR: Error installing gem pkg/rant[.gem]: parse error on line 0,
col 31: `!ruby/object:Gem::Specification '

Gems created with ruby 1.8.2 work with all ruby 1.8.x (including
1.8.4) versions.

1,8.2-preview4 okay here?

T.

yes, that was what i meant.

thanks,

brian

···

On 30/10/05, Stefan Lang <langstefan@gmx.at> wrote:

On Sunday 30 October 2005 17:45, Brian Schröder wrote:
> On 30/10/05, Yukihiro Matsumoto <matz@ruby-lang.org> wrote:
> > Hi,
> >
> > In message "Re: Which Ruby Version?" > > > > > > on Mon, 31 Oct 2005 00:32:06 +0900, "Trans" > <transfire@gmail.com> writes:
> > >Okay, since 1.8.3 is smoking, which version should I be using
> > > right now?
> >
> > ftp://ftp.ruby-lang.org/pub/ruby/1.8/ruby-1.8.4-preview1.tar.gz
> > :wink: md5sum cfb6e4c53369c016ebb4061c240c493d
> >
> > matz.
>
> Does that solve the "gems are not automatically distributed via
> rubyforge problem"?

Do you mean the YAML related problem?
Trying to install a gem with ruby 1.8.2 created by ruby 1.8.4
still gives:
ERROR: Error installing gem pkg/rant[.gem]: parse error on line 0,
col 31: `!ruby/object:Gem::Specification '

Gems created with ruby 1.8.2 work with all ruby 1.8.x (including
1.8.4) versions.

Regards,
  Stefan

--
http://ruby.brian-schroeder.de/

Stringed instrument chords: http://chordlist.brian-schroeder.de/

Then you have to type

  ./configure --with-sitedir=/usr/local/lib/site_ruby

              matz.

···

In message "Re: Which Ruby Version?" on Mon, 31 Oct 2005 02:27:06 +0900, "Trans" <transfire@gmail.com> writes:

It's just a configuration problem. What were you using before
preview1? And what are load paths for it?

1.8.3 from Ubuntu repository. Load paths were the same but without the
/ruby/, i.e. /usr/local/lib/site_ruby/1.8

Did you mean 1.8.3-preview4? Didn't check that.

Regards,
  Stefan

···

On Sunday 30 October 2005 18:32, Trans wrote:

Stefan Lang wrote:
> Do you mean the YAML related problem?
> Trying to install a gem with ruby 1.8.2 created by ruby 1.8.4
> still gives:
> ERROR: Error installing gem pkg/rant[.gem]: parse error on line
> 0, col 31: `!ruby/object:Gem::Specification '
>
> Gems created with ruby 1.8.2 work with all ruby 1.8.x (including
> 1.8.4) versions.

1,8.2-preview4 okay here?

Yukihiro Matsumoto wrote:

···

In message "Re: Which Ruby Version?" > on Mon, 31 Oct 2005 02:27:06 +0900, "Trans" <transfire@gmail.com> writes:

>> It's just a configuration problem. What were you using before
>> preview1? And what are load paths for it?
>
>1.8.3 from Ubuntu repository. Load paths were the same but without the
>/ruby/, i.e. /usr/local/lib/site_ruby/1.8

Then you have to type

  ./configure --with-sitedir=/usr/local/lib/site_ruby

I see. Thanks. Though I've got a better idea: I've dumped Ubuntu/Debian
and switched to GoboLinux :slight_smile:

T.