doubleshot 0.6.0-java → 0.6.1-java

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.
data/Doubleshot CHANGED
@@ -4,7 +4,7 @@ Doubleshot.new do |config|
4
4
 
5
5
  config.project = "doubleshot"
6
6
  config.group = "org.sam.doubleshot"
7
- config.version = "0.6.0"
7
+ config.version = "0.6.1"
8
8
 
9
9
  config.gem "minitest", ">= 3.0.1"
10
10
  config.gem "minitest-wscolor", ">= 0"
@@ -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
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.0
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-16 00:00:00.000000000 Z
12
+ date: 2012-11-19 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: minitest