naether 0.2.1 → 0.2.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.
Files changed (4) hide show
  1. data/README.rdoc +2 -1
  2. data/VERSION +1 -1
  3. data/jar_dependencies.yml +37 -0
  4. metadata +14 -11
data/README.rdoc CHANGED
@@ -1,11 +1,12 @@
1
1
  = Naether
2
2
 
3
- A Java Dependency Resolver using Maven's Aether
3
+ A Java Dependency Resolver using Maven's {Aether}[https://github.com/sonatype/sonatype-aether]
4
4
 
5
5
  https://github.com/mguymon/naether
6
6
 
7
7
 
8
8
  === Install
9
+
9
10
  gem install naether
10
11
 
11
12
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.2.1
1
+ 0.2.2
@@ -0,0 +1,37 @@
1
+ ---
2
+ :dependencies:
3
+ - ch.qos.logback:logback-classic:jar:0.9.24
4
+ - ch.qos.logback:logback-core:jar:0.9.24
5
+ - org.slf4j:slf4j-api:jar:1.6.1
6
+ - org.slf4j:jcl-over-slf4j:jar:1.6.1
7
+ - org.slf4j:log4j-over-slf4j:jar:1.6.1
8
+ - org.codehaus.plexus:plexus-utils:jar:1.5.8
9
+ - org.apache.maven:maven-model-v3:jar:2.0
10
+ - org.codehaus.plexus:plexus-container-default:jar:1.5.5
11
+ - org.codehaus.plexus:plexus-classworlds:jar:2.2.2
12
+ - org.apache.xbean:xbean-reflect:jar:3.4
13
+ - com.google.collections:google-collections:jar:1.0
14
+ - org.sonatype.aether:aether-api:jar:1.11
15
+ - org.sonatype.aether:aether-util:jar:1.11
16
+ - org.sonatype.aether:aether-impl:jar:1.11
17
+ - org.sonatype.aether:aether-spi:jar:1.11
18
+ - org.sonatype.aether:aether-connector-file:jar:1.11
19
+ - org.sonatype.aether:aether-connector-asynchttpclient:jar:1.11
20
+ - com.ning:async-http-client:jar:1.6.1
21
+ - org.jboss.netty:netty:jar:3.2.4.Final
22
+ - org.sonatype.aether:aether-connector-wagon:jar:1.11
23
+ - org.apache.maven.wagon:wagon-provider-api:jar:1.0-beta-6
24
+ - org.apache.maven:maven-aether-provider:jar:3.0.2
25
+ - org.apache.maven:maven-model:jar:3.0.2
26
+ - org.apache.maven:maven-model-builder:jar:3.0.2
27
+ - org.codehaus.plexus:plexus-interpolation:jar:1.14
28
+ - org.apache.maven:maven-repository-metadata:jar:3.0.2
29
+ - org.codehaus.plexus:plexus-component-annotations:jar:1.5.5
30
+ - org.apache.maven.wagon:wagon-ssh:jar:1.0-beta-7
31
+ - com.jcraft:jsch:jar:0.1.38
32
+ - org.apache.maven.wagon:wagon-ssh-common:jar:1.0-beta-7
33
+ - org.codehaus.plexus:plexus-interactivity-api:jar:1.0-alpha-6
34
+ - org.apache.maven.wagon:wagon-http-lightweight:jar:1.0-beta-7
35
+ - org.apache.maven.wagon:wagon-http-shared:jar:1.0-beta-7
36
+ - nekohtml:xercesMinimal:jar:1.9.6.2
37
+ - nekohtml:nekohtml:jar:1.9.6.2
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: 21
4
+ hash: 19
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 2
9
- - 1
10
- version: 0.2.1
9
+ - 2
10
+ version: 0.2.2
11
11
  platform: ruby
12
12
  authors:
13
13
  - Michael Guymon
@@ -24,12 +24,14 @@ dependencies:
24
24
  version_requirements: &id001 !ruby/object:Gem::Requirement
25
25
  none: false
26
26
  requirements:
27
- - - ">="
27
+ - - "="
28
28
  - !ruby/object:Gem::Version
29
- hash: 3
29
+ hash: 29
30
30
  segments:
31
- - 0
32
- version: "0"
31
+ - 1
32
+ - 3
33
+ - 3
34
+ version: 1.3.3
33
35
  requirement: *id001
34
36
  type: :runtime
35
37
  - !ruby/object:Gem::Dependency
@@ -40,12 +42,12 @@ dependencies:
40
42
  requirements:
41
43
  - - ~>
42
44
  - !ruby/object:Gem::Version
43
- hash: 11
45
+ hash: 25
44
46
  segments:
45
- - 2
46
47
  - 1
47
- - 0
48
- version: 2.1.0
48
+ - 3
49
+ - 1
50
+ version: 1.3.1
49
51
  requirement: *id002
50
52
  type: :development
51
53
  - !ruby/object:Gem::Dependency
@@ -93,6 +95,7 @@ files:
93
95
  - LICENSE
94
96
  - README.rdoc
95
97
  - VERSION
98
+ - jar_dependencies.yml
96
99
  - pom.xml
97
100
  has_rdoc: true
98
101
  homepage: http://github.com/mguymon/naether