naether 0.5.7-java → 0.5.8-java

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. data/VERSION +1 -1
  2. data/lib/naether.rb +4 -0
  3. data/naether-0.5.7.jar +0 -0
  4. metadata +2 -2
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.5.7
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.7
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: 2011-12-15 00:00:00 -05:00
13
+ date: 2012-01-12 00:00:00 -05:00
14
14
  default_executable:
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency