jbundler 0.6.0 → 0.6.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/jbundler/cli.rb +1 -1
- data/lib/jbundler.jar +0 -0
- data/lib/jbundler.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 6f4ee68ce151f31442231dd2d93cf9f9d14d396f
|
|
4
|
+
data.tar.gz: 3e3db7d5cd818ab00b3799f703e4e8ec7d63f52c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 578a38f91c36e41b1b18a92d388040c054f640397cec75074e68c05fa0e1a03ea9ac7f60b49b0d1b7d4574186d7602167a2fa0ed5a6a8dabddf3c2c004b899bc
|
|
7
|
+
data.tar.gz: f987bf0a11a547083d8841ccdf9ade3e9e759c5804d139921e6cf6e36107d01d592d619cc7b9bd23d08304a068c1473446eb1272cf6368836b6f5afbeb4b11c7
|
data/lib/jbundler/cli.rb
CHANGED
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
# IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
|
19
19
|
# CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
20
20
|
#
|
|
21
|
-
require '
|
|
21
|
+
require 'bundler/vendored_thor'
|
|
22
22
|
require 'jbundler/config'
|
|
23
23
|
require 'jbundler/executable'
|
|
24
24
|
require 'jbundler/tree'
|
data/lib/jbundler.jar
CHANGED
|
Binary file
|
data/lib/jbundler.rb
CHANGED
|
@@ -63,7 +63,7 @@ module JBundler
|
|
|
63
63
|
end
|
|
64
64
|
elsif context.classpath.exists? && context.jarfile.exists_lock?
|
|
65
65
|
require 'java'
|
|
66
|
-
context.
|
|
66
|
+
context.classpath.require_classpath
|
|
67
67
|
if context.config.verbose
|
|
68
68
|
warn "jbundler classpath:"
|
|
69
69
|
JBUNDLER_CLASSPATH.each do |path|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: jbundler
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.6.
|
|
4
|
+
version: 0.6.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Christian Meier
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2014-
|
|
11
|
+
date: 2014-07-08 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: ruby-maven
|