doubleshot 0.6.0-java → 0.6.1-java
Sign up to get free protection for your applications and to get access to all the features.
- data/Doubleshot +1 -1
- data/lib/doubleshot.rb +6 -0
- data/target/doubleshot.jar +0 -0
- metadata +2 -2
data/Doubleshot
CHANGED
data/lib/doubleshot.rb
CHANGED
@@ -88,6 +88,8 @@ class Doubleshot
|
|
88
88
|
|
89
89
|
load_gems! unless @config.runtime.gems.empty? && @config.development.gems.empty?
|
90
90
|
load_jars! unless @config.runtime.jars.empty? && @config.development.jars.empty?
|
91
|
+
|
92
|
+
self
|
91
93
|
end
|
92
94
|
|
93
95
|
def build!(conditional = true)
|
@@ -109,6 +111,8 @@ class Doubleshot
|
|
109
111
|
else
|
110
112
|
puts "Conditional build: No source changes."
|
111
113
|
end
|
114
|
+
|
115
|
+
self
|
112
116
|
end
|
113
117
|
|
114
118
|
def load_gems!
|
@@ -261,5 +265,7 @@ class Doubleshot
|
|
261
265
|
# TODO: This is problematic since Maven and Aether resolve different dependencies...
|
262
266
|
setup!
|
263
267
|
end
|
268
|
+
|
269
|
+
self
|
264
270
|
end
|
265
271
|
end
|
data/target/doubleshot.jar
CHANGED
Binary file
|
metadata
CHANGED
@@ -2,14 +2,14 @@
|
|
2
2
|
name: doubleshot
|
3
3
|
version: !ruby/object:Gem::Version
|
4
4
|
prerelease:
|
5
|
-
version: 0.6.
|
5
|
+
version: 0.6.1
|
6
6
|
platform: java
|
7
7
|
authors:
|
8
8
|
- Sam Smoot
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2012-11-
|
12
|
+
date: 2012-11-19 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: minitest
|