Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: jruby/jruby
base: c1be61a501d1
Choose a base ref
...
head repository: jruby/jruby
compare: 8e34ffa890eb
Choose a head ref
  • 2 commits
  • 5 files changed
  • 1 contributor

Commits on Dec 28, 2014

  1. use uri:classloader://META-INF/jruby.home for all cases with a jar-co…

    …ntext
    
    uri:classloader is the classloader whichi loaded jruby itself.
    mkristian committed Dec 28, 2014
    Copy the full SHA
    c55172a View commit details
    Browse the repository at this point in the history
  2. cleanup GEM_PATH when evaluating it

    when populating the Gem::Specification.dirs from GEM_PATH and the found
    specifications directories in the classloader, make sure the uri-like pathes
    are all understood by jruby and do indeed exists.
    mkristian committed Dec 28, 2014
    Copy the full SHA
    8e34ffa View commit details
    Browse the repository at this point in the history