Which Ruby Version?

T

Trans

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.
 
Y

Yukihiro Matsumoto

Hi,

In message "Re: Which Ruby Version?"

|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 ;-)
md5sum cfb6e4c53369c016ebb4061c240c493d

matz.
 
B

Brian Schröder

Hi,

In message "Re: Which Ruby Version?"
|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 ;-)
md5sum cfb6e4c53369c016ebb4061c240c493d

matz.

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

best regards,

Brian
 
Y

Yukihiro Matsumoto

Hi,

In message "Re: Which Ruby Version?"
|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.
 
T

Trans

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

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
from :0
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.
 
T

Trans

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.
 
Y

Yukihiro Matsumoto

Hi,

In message "Re: Which Ruby Version?"

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

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

matz.
 
S

Stefan Lang

Hi,

In message "Re: Which Ruby Version?"

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,=20
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
 
T

Trans

Yukihiro said:
Hi,

In message "Re: Which Ruby Version?"

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

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.
 
T

Trans

Stefan said:
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.
 
B

Brian Schröder

Hi,

In message "Re: Which Ruby Version?"

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

yes, that was what i meant.

thanks,

brian
 
Y

Yukihiro Matsumoto

In message "Re: Which Ruby Version?"

|> 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

matz.
 
T

Trans

Yukihiro said:
In message "Re: Which Ruby Version?"

|> 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 :)

T.
 
S

Stefan Lang

Stefan said:
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?

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

Regards,
Stefan
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,780
Messages
2,569,610
Members
45,255
Latest member
TopCryptoTwitterChannels

Latest Threads

Top