5

Or in another words, why isn't there a separate ruby-1.9.2 package?

Source info:
http://packages.ubuntu.com/maverick/ruby1.9.1

htorque
  • 64,798

1 Answers1

6

The 1.9.1 stands for the binary-compatibility version (and as you can read in the package description, ruby 1.9.2 is binary-compatible to ruby 1.9.1).

This is rather confusing - more explanations can be found here and here.

htorque
  • 64,798
  • 1
    Thanks for the links. Ugh, that's all I can say for Debian ruby packages maintainers. – Paweł Gościcki Feb 04 '11 at 13:11
  • Yeah, most of the ruby devs I know do rvm, binary install on their own, or really goof around with manipulating environment path variables to get gems/includes/versioning to work. Think metasploit. – RobotHumans Feb 04 '11 at 15:56