javagems 0.4.6 → 0.4.7
Sign up to get free protection for your applications and to get access to all the features.
- data/VERSION +1 -1
- data/javagems.gemspec +1 -1
- data/lib/javagems/classpath_builder.rb +1 -1
- data/lib/javagems/gem_overrides.rb +2 -1
- metadata +1 -1
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.4.
|
1
|
+
0.4.7
|
data/javagems.gemspec
CHANGED
@@ -31,7 +31,7 @@ module JavaGems
|
|
31
31
|
|
32
32
|
# FIXME - Until we have actual bundler support, use the Gem home source index.
|
33
33
|
def sources
|
34
|
-
[Bundler::
|
34
|
+
[Bundler::SystemGemSource.instance]
|
35
35
|
end
|
36
36
|
|
37
37
|
end # ClasspathBuilder
|
@@ -20,7 +20,8 @@ module Gem
|
|
20
20
|
:gempath => [File.join(Gem.user_home, ".javagem/java")]
|
21
21
|
)
|
22
22
|
|
23
|
-
|
23
|
+
self.configuration = nil # To force Gem to re-read the config
|
24
|
+
self.clear_paths # And clear out our paths so they're re-read
|
24
25
|
end
|
25
26
|
|
26
27
|
class Gem::AbstractCommand < Gem::Command
|