Problem with loading gems
-------------------------

                 Key: JRUBY-6242
                 URL: https://jira.codehaus.org/browse/JRUBY-6242
             Project: JRuby
          Issue Type: Bug
          Components: Ruby 1.9.2
    Affects Versions: JRuby 1.6.5
         Environment: Linux, Windows
            Reporter: Petr Bartos
            Assignee: Thomas E Enebo


In JRuby 1.6.4 (with 1.9.2) it was possible to load gem with:
require "my_gem_name"

In JRuby 1.6.5 (with 1.9.2) it is necessary to load gem with:
gem "my_gem_name"
require "my_gem_name"

However according to documentation 
(http://docs.rubygems.org/read/chapter/4#page71) "gem" method should be 
necessary only for specifying concrete version and need not to be used for 
loading of latest version of gem

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


Reply via email to