naether 0.12.1 → 0.12.2

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.
@@ -152,12 +152,13 @@ module Naether
152
152
  def invoke( *opts )
153
153
  #defaults
154
154
  config = {
155
- :maven_home => ENV['maven.home'] || '/usr/share/maven',
155
+ # Checks ENV for maven home, otherwise defaults /usr/share/maven
156
+ :maven_home => ENV['maven.home'] || ENV['MAVEN_HOME'] || '/usr/share/maven',
156
157
  :local_repo => File.expand_path('~/.m2/repository')
157
158
  }
158
159
 
159
160
  if opts.last.is_a? Hash
160
- config = defaults.merge( opts.pop )
161
+ config = config.merge( opts.pop )
161
162
  end
162
163
  goals = opts
163
164
 
@@ -5,11 +5,11 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = "naether"
8
- s.version = "0.12.1"
8
+ s.version = "0.12.2"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Michael Guymon"]
12
- s.date = "2013-10-02"
12
+ s.date = "2013-10-03"
13
13
  s.description = "Java dependency resolver using Maven's Aether"
14
14
  s.email = "michael@tobedevoured.com"
15
15
  s.extensions = ["Rakefile"]
@@ -24,7 +24,27 @@ Gem::Specification.new do |s|
24
24
  "README.md",
25
25
  "Rakefile",
26
26
  "VERSION",
27
- "core-0.12.1.jar",
27
+ "core-0.12.2.jar",
28
+ "doc/Naether.html",
29
+ "doc/Naether/sJa.html",
30
+ "doc/Naether/sJa/sJRu.html",
31
+ "doc/Naether/sMav.html",
32
+ "doc/_index.html",
33
+ "doc/class_list.html",
34
+ "doc/css/common.css",
35
+ "doc/css/full_list.css",
36
+ "doc/css/style.css",
37
+ "doc/file.README.html",
38
+ "doc/file_list.html",
39
+ "doc/frames.html",
40
+ "doc/index.html",
41
+ "doc/js/app.js",
42
+ "doc/js/full_list.js",
43
+ "doc/js/jquery.js",
44
+ "doc/method_list.html",
45
+ "doc/r_A_20_20_A_20_20.html",
46
+ "doc/r_A_20_20_A_20_20/strap.html",
47
+ "doc/top-level-namespace.html",
28
48
  "jar_dependencies.yml",
29
49
  "lib/naether.rb",
30
50
  "lib/naether/bootstrap.rb",
data/pom.xml CHANGED
@@ -3,7 +3,7 @@
3
3
  <modelVersion>4.0.0</modelVersion>
4
4
  <groupId>com.tobedevoured.naether</groupId>
5
5
  <artifactId>core</artifactId>
6
- <version>0.12.1</version>
6
+ <version>0.12.2</version>
7
7
  <name>Naether</name>
8
8
  <packaging>jar</packaging>
9
9
  <url>https://github.com/mguymon/naether</url>
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: naether
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.12.1
4
+ version: 0.12.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-10-02 00:00:00.000000000 Z
12
+ date: 2013-10-03 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rjb
@@ -186,7 +186,27 @@ files:
186
186
  - README.md
187
187
  - Rakefile
188
188
  - VERSION
189
- - core-0.12.1.jar
189
+ - core-0.12.2.jar
190
+ - doc/Naether.html
191
+ - doc/Naether/sJa.html
192
+ - doc/Naether/sJa/sJRu.html
193
+ - doc/Naether/sMav.html
194
+ - doc/_index.html
195
+ - doc/class_list.html
196
+ - doc/css/common.css
197
+ - doc/css/full_list.css
198
+ - doc/css/style.css
199
+ - doc/file.README.html
200
+ - doc/file_list.html
201
+ - doc/frames.html
202
+ - doc/index.html
203
+ - doc/js/app.js
204
+ - doc/js/full_list.js
205
+ - doc/js/jquery.js
206
+ - doc/method_list.html
207
+ - doc/r_A_20_20_A_20_20.html
208
+ - doc/r_A_20_20_A_20_20/strap.html
209
+ - doc/top-level-namespace.html
190
210
  - jar_dependencies.yml
191
211
  - lib/naether.rb
192
212
  - lib/naether/bootstrap.rb
@@ -214,7 +234,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
214
234
  version: '0'
215
235
  segments:
216
236
  - 0
217
- hash: -3911866969926416961
237
+ hash: 1349812075955637252
218
238
  required_rubygems_version: !ruby/object:Gem::Requirement
219
239
  none: false
220
240
  requirements: