naether 0.5.7-java → 0.5.8-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/VERSION +1 -1
- data/lib/naether.rb +4 -0
- data/naether-0.5.7.jar +0 -0
- metadata +2 -2
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.5.
|
|
1
|
+
0.5.8
|
data/lib/naether.rb
CHANGED
|
@@ -198,6 +198,10 @@ class Naether
|
|
|
198
198
|
@resolver.resolveDependencies( download_artifacts, map );
|
|
199
199
|
dependenciesNotation
|
|
200
200
|
end
|
|
201
|
+
|
|
202
|
+
def to_local_paths( notations )
|
|
203
|
+
Naether::Java.convert_to_ruby_array( @resolver.getLocalPaths( notations ) )
|
|
204
|
+
end
|
|
201
205
|
|
|
202
206
|
# Deploy artifact to remote repo url
|
|
203
207
|
def deploy_artifact( notation, file_path, url, opts = {} )
|
data/naether-0.5.7.jar
CHANGED
|
Binary file
|
metadata
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
name: naether
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
4
|
prerelease:
|
|
5
|
-
version: 0.5.
|
|
5
|
+
version: 0.5.8
|
|
6
6
|
platform: java
|
|
7
7
|
authors:
|
|
8
8
|
- Michael Guymon
|
|
@@ -10,7 +10,7 @@ autorequire:
|
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
12
|
|
|
13
|
-
date:
|
|
13
|
+
date: 2012-01-12 00:00:00 -05:00
|
|
14
14
|
default_executable:
|
|
15
15
|
dependencies:
|
|
16
16
|
- !ruby/object:Gem::Dependency
|