naether 0.5.7 → 0.5.8

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 +4 -4
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
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: naether
3
3
  version: !ruby/object:Gem::Version
4
- hash: 5
4
+ hash: 27
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 5
9
- - 7
10
- version: 0.5.7
9
+ - 8
10
+ version: 0.5.8
11
11
  platform: ruby
12
12
  authors:
13
13
  - Michael Guymon
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2011-12-16 00:00:00 Z
18
+ date: 2012-01-13 00:00:00 Z
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency
21
21
  prerelease: false