naether 0.10.1 → 0.11.0

Sign up to get free protection for your applications and to get access to all the features.
data/naether.gemspec CHANGED
@@ -5,15 +5,16 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = "naether"
8
- s.version = "0.10.1"
8
+ s.version = "0.11.0"
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 = "2012-10-16"
12
+ s.date = "2013-09-27"
13
13
  s.description = "Java dependency resolver using Maven's Aether"
14
14
  s.email = "michael@tobedevoured.com"
15
15
  s.extensions = ["Rakefile"]
16
16
  s.extra_rdoc_files = [
17
+ "LICENSE",
17
18
  "README.md"
18
19
  ]
19
20
  s.files = [
@@ -23,7 +24,28 @@ Gem::Specification.new do |s|
23
24
  "README.md",
24
25
  "Rakefile",
25
26
  "VERSION",
26
- "core-0.10.1.jar",
27
+ "core-0.11.0.jar",
28
+ "doc/Naether.html",
29
+ "doc/Naether/s_20Ja.html",
30
+ "doc/Naether/s_20Ja/s_20JRu.html",
31
+ "doc/Naether/s_20Ja/s_20Ru.html",
32
+ "doc/Naether/s_20Mav.html",
33
+ "doc/_index.html",
34
+ "doc/class_list.html",
35
+ "doc/css/common.css",
36
+ "doc/css/full_list.css",
37
+ "doc/css/style.css",
38
+ "doc/er_A_20_20_A_20.html",
39
+ "doc/er_A_20_20_A_20/tstrap_A_20_20.html",
40
+ "doc/file.README.html",
41
+ "doc/file_list.html",
42
+ "doc/frames.html",
43
+ "doc/index.html",
44
+ "doc/js/app.js",
45
+ "doc/js/full_list.js",
46
+ "doc/js/jquery.js",
47
+ "doc/method_list.html",
48
+ "doc/top-level-namespace.html",
27
49
  "jar_dependencies.yml",
28
50
  "lib/naether.rb",
29
51
  "lib/naether/bootstrap.rb",
@@ -33,6 +55,7 @@ Gem::Specification.new do |s|
33
55
  "lib/naether/java/ruby.rb",
34
56
  "lib/naether/maven.rb",
35
57
  "lib/naether/notation.rb",
58
+ "lib/naether/runtime.rb",
36
59
  "naether.gemspec",
37
60
  "pom.xml"
38
61
  ]
@@ -40,7 +63,7 @@ Gem::Specification.new do |s|
40
63
  s.licenses = ["Apache"]
41
64
  s.require_paths = ["lib"]
42
65
  s.rubyforge_project = "naether"
43
- s.rubygems_version = "1.8.24"
66
+ s.rubygems_version = "1.8.23"
44
67
  s.summary = "Java dependency resolver using Maven's Aether"
45
68
 
46
69
  if s.respond_to? :specification_version then
@@ -52,12 +75,26 @@ Gem::Specification.new do |s|
52
75
  s.add_development_dependency(%q<jeweler>, ["~> 1.8.0"])
53
76
  s.add_development_dependency(%q<yard>, [">= 0"])
54
77
  s.add_development_dependency(%q<kramdown>, [">= 0"])
78
+ s.add_development_dependency(%q<jruby-openssl>, [">= 0"])
79
+ s.add_runtime_dependency(%q<rjb>, ["~> 1.4.0"])
80
+ s.add_development_dependency(%q<rspec>, ["> 2.9.0"])
81
+ s.add_development_dependency(%q<jeweler>, ["~> 1.8.0"])
82
+ s.add_development_dependency(%q<yard>, [">= 0"])
83
+ s.add_development_dependency(%q<kramdown>, [">= 0"])
84
+ s.add_development_dependency(%q<jruby-openssl>, [">= 0"])
55
85
  else
56
86
  s.add_dependency(%q<rjb>, ["~> 1.4.0"])
57
87
  s.add_dependency(%q<rspec>, ["> 2.9.0"])
58
88
  s.add_dependency(%q<jeweler>, ["~> 1.8.0"])
59
89
  s.add_dependency(%q<yard>, [">= 0"])
60
90
  s.add_dependency(%q<kramdown>, [">= 0"])
91
+ s.add_dependency(%q<jruby-openssl>, [">= 0"])
92
+ s.add_dependency(%q<rjb>, ["~> 1.4.0"])
93
+ s.add_dependency(%q<rspec>, ["> 2.9.0"])
94
+ s.add_dependency(%q<jeweler>, ["~> 1.8.0"])
95
+ s.add_dependency(%q<yard>, [">= 0"])
96
+ s.add_dependency(%q<kramdown>, [">= 0"])
97
+ s.add_dependency(%q<jruby-openssl>, [">= 0"])
61
98
  end
62
99
  else
63
100
  s.add_dependency(%q<rjb>, ["~> 1.4.0"])
@@ -65,6 +102,13 @@ Gem::Specification.new do |s|
65
102
  s.add_dependency(%q<jeweler>, ["~> 1.8.0"])
66
103
  s.add_dependency(%q<yard>, [">= 0"])
67
104
  s.add_dependency(%q<kramdown>, [">= 0"])
105
+ s.add_dependency(%q<jruby-openssl>, [">= 0"])
106
+ s.add_dependency(%q<rjb>, ["~> 1.4.0"])
107
+ s.add_dependency(%q<rspec>, ["> 2.9.0"])
108
+ s.add_dependency(%q<jeweler>, ["~> 1.8.0"])
109
+ s.add_dependency(%q<yard>, [">= 0"])
110
+ s.add_dependency(%q<kramdown>, [">= 0"])
111
+ s.add_dependency(%q<jruby-openssl>, [">= 0"])
68
112
  end
69
113
  end
70
114
 
data/pom.xml CHANGED
@@ -1,135 +1,244 @@
1
1
  <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2
- xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
3
- <parent>
2
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
3
+ <modelVersion>4.0.0</modelVersion>
4
4
  <groupId>com.tobedevoured.naether</groupId>
5
- <artifactId>parent</artifactId>
6
- <version>0.10.1</version>
7
- </parent>
8
- <modelVersion>4.0.0</modelVersion>
9
- <artifactId>core</artifactId>
10
- <name>Naether</name>
11
- <packaging>jar</packaging>
12
- <url>https://github.com/mguymon/naether</url>
13
- <description>
5
+ <artifactId>core</artifactId>
6
+ <version>0.11.0</version>
7
+ <name>Naether</name>
8
+ <packaging>jar</packaging>
9
+ <url>https://github.com/mguymon/naether</url>
10
+ <description>
14
11
  A Java Dependency Resolver using Maven’s Aether.
15
- </description>
16
- <licenses>
17
- <license>
18
- <name>The Apache Software License, Version 2.0</name>
19
- <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
20
- <distribution>repo</distribution>
21
- </license>
22
- </licenses>
23
-
24
- <scm>
25
- <url>scm:git:http://github.com/mguymon/naether.git</url>
26
- <developerConnection>scm:git:http://github.com/mguymon/naether.git</developerConnection>
27
- <connection>scm:git:http://github.com/mguymon/naether.git</connection>
28
- </scm>
29
-
30
- <developers>
31
- <developer>
32
- <id>mguymon</id>
33
- <name>Michael Guymon</name>
34
- <email>michael@tobedevoured.com</email>
35
- </developer>
36
- </developers>
37
-
38
- <distributionManagement>
39
- <repository>
40
- <id>nexus-releases</id>
41
- <name>Nexus Release Repository</name>
42
- <url>http://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
43
- </repository>
44
- </distributionManagement>
45
-
46
- <properties>
47
- <github.global.server>github</github.global.server>
48
- <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
49
- <aetherVersion>1.13.1</aetherVersion>
50
- <mavenVersion>3.0.3</mavenVersion>
51
- <wagonVersion>1.0</wagonVersion>
52
- <org.slf4j.version>1.6.6</org.slf4j.version>
53
- </properties>
54
-
55
- <dependencies>
56
-
57
- <!-- Logging -->
58
- <dependency>
59
- <groupId>org.slf4j</groupId>
60
- <artifactId>jcl-over-slf4j</artifactId>
61
- <version>${org.slf4j.version}</version>
62
- </dependency>
63
- <dependency>
64
- <groupId>org.slf4j</groupId>
65
- <artifactId>log4j-over-slf4j</artifactId>
66
- <version>${org.slf4j.version}</version>
67
- </dependency>
68
-
69
- <!-- Aeth -->
70
- <dependency>
71
- <groupId>org.sonatype.aether</groupId>
72
- <artifactId>aether-api</artifactId>
73
- <version>${aetherVersion}</version>
74
- </dependency>
75
- <dependency>
76
- <groupId>org.sonatype.aether</groupId>
77
- <artifactId>aether-util</artifactId>
78
- <version>${aetherVersion}</version>
79
- </dependency>
80
- <dependency>
81
- <groupId>org.sonatype.aether</groupId>
82
- <artifactId>aether-impl</artifactId>
83
- <version>${aetherVersion}</version>
84
- </dependency>
85
- <dependency>
86
- <groupId>org.sonatype.aether</groupId>
87
- <artifactId>aether-connector-file</artifactId>
88
- <version>${aetherVersion}</version>
89
- </dependency>
90
- <dependency>
91
- <groupId>org.sonatype.aether</groupId>
92
- <artifactId>aether-connector-asynchttpclient</artifactId>
93
- <version>${aetherVersion}</version>
94
- <exclusions>
95
- <exclusion>
96
- <artifactId>netty</artifactId>
97
- <groupId>org.jboss.netty</groupId>
98
- </exclusion>
99
- </exclusions>
100
- </dependency>
101
- <dependency>
102
- <groupId>org.sonatype.aether</groupId>
103
- <artifactId>aether-connector-wagon</artifactId>
104
- <version>${aetherVersion}</version>
105
- <exclusions>
106
- <exclusion>
107
- <artifactId>sisu-inject-plexus</artifactId>
108
- <groupId>org.sonatype.sisu</groupId>
109
- </exclusion>
110
- </exclusions>
111
- </dependency>
112
- <dependency>
113
- <groupId>org.apache.maven</groupId>
114
- <artifactId>maven-aether-provider</artifactId>
115
- <version>${mavenVersion}</version>
116
- </dependency>
117
- <dependency>
118
- <groupId>org.apache.maven.wagon</groupId>
119
- <artifactId>wagon-ssh</artifactId>
120
- <version>${wagonVersion}</version>
121
- </dependency>
122
- <dependency>
123
- <groupId>org.apache.maven.wagon</groupId>
124
- <artifactId>wagon-http-lightweight</artifactId>
125
- <version>${wagonVersion}</version>
126
- </dependency>
127
- <dependency>
128
- <groupId>org.apache.maven.wagon</groupId>
129
- <artifactId>wagon-file</artifactId>
130
- <version>${wagonVersion}</version>
131
- </dependency>
12
+ </description>
13
+ <licenses>
14
+ <license>
15
+ <name>The Apache Software License, Version 2.0</name>
16
+ <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
17
+ <distribution>repo</distribution>
18
+ </license>
19
+ </licenses>
132
20
 
133
- </dependencies>
21
+ <scm>
22
+ <url>scm:git:http://github.com/mguymon/naether.git</url>
23
+ <developerConnection>scm:git:http://github.com/mguymon/naether.git</developerConnection>
24
+ <connection>scm:git:http://github.com/mguymon/naether.git</connection>
25
+ </scm>
26
+
27
+ <developers>
28
+ <developer>
29
+ <id>mguymon</id>
30
+ <name>Michael Guymon</name>
31
+ <email>michael@tobedevoured.com</email>
32
+ </developer>
33
+ </developers>
34
+
35
+ <distributionManagement>
36
+ <repository>
37
+ <id>nexus-releases</id>
38
+ <name>Nexus Release Repository</name>
39
+ <url>http://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
40
+ </repository>
41
+ </distributionManagement>
42
+
43
+ <properties>
44
+ <github.global.server>github</github.global.server>
45
+ <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
46
+ <aetherVersion>1.13.1</aetherVersion>
47
+ <mavenVersion>3.0.3</mavenVersion>
48
+ <wagonVersion>1.0</wagonVersion>
49
+ <org.slf4j.version>1.6.6</org.slf4j.version>
50
+ <maven.compiler.source>1.5</maven.compiler.source>
51
+ <maven.compiler.target>1.5</maven.compiler.target>
52
+ </properties>
53
+
54
+ <dependencies>
55
+
56
+ <!-- Logging -->
57
+ <dependency>
58
+ <groupId>ch.qos.logback</groupId>
59
+ <artifactId>logback-classic</artifactId>
60
+ <version>1.0.6</version>
61
+ </dependency>
62
+ <dependency>
63
+ <groupId>org.slf4j</groupId>
64
+ <artifactId>jcl-over-slf4j</artifactId>
65
+ <version>${org.slf4j.version}</version>
66
+ </dependency>
67
+ <dependency>
68
+ <groupId>org.slf4j</groupId>
69
+ <artifactId>log4j-over-slf4j</artifactId>
70
+ <version>${org.slf4j.version}</version>
71
+ </dependency>
72
+
73
+ <!-- Aeth -->
74
+ <dependency>
75
+ <groupId>org.sonatype.aether</groupId>
76
+ <artifactId>aether-api</artifactId>
77
+ <version>${aetherVersion}</version>
78
+ </dependency>
79
+ <dependency>
80
+ <groupId>org.sonatype.aether</groupId>
81
+ <artifactId>aether-util</artifactId>
82
+ <version>${aetherVersion}</version>
83
+ </dependency>
84
+ <dependency>
85
+ <groupId>org.sonatype.aether</groupId>
86
+ <artifactId>aether-impl</artifactId>
87
+ <version>${aetherVersion}</version>
88
+ </dependency>
89
+ <dependency>
90
+ <groupId>org.sonatype.aether</groupId>
91
+ <artifactId>aether-connector-file</artifactId>
92
+ <version>${aetherVersion}</version>
93
+ </dependency>
94
+ <dependency>
95
+ <groupId>org.sonatype.aether</groupId>
96
+ <artifactId>aether-connector-asynchttpclient</artifactId>
97
+ <version>${aetherVersion}</version>
98
+ <exclusions>
99
+ <exclusion>
100
+ <artifactId>netty</artifactId>
101
+ <groupId>org.jboss.netty</groupId>
102
+ </exclusion>
103
+ </exclusions>
104
+ </dependency>
105
+ <dependency>
106
+ <groupId>org.sonatype.aether</groupId>
107
+ <artifactId>aether-connector-wagon</artifactId>
108
+ <version>${aetherVersion}</version>
109
+ <exclusions>
110
+ <exclusion>
111
+ <artifactId>sisu-inject-plexus</artifactId>
112
+ <groupId>org.sonatype.sisu</groupId>
113
+ </exclusion>
114
+ </exclusions>
115
+ </dependency>
116
+ <dependency>
117
+ <groupId>org.apache.maven</groupId>
118
+ <artifactId>maven-aether-provider</artifactId>
119
+ <version>${mavenVersion}</version>
120
+ </dependency>
121
+ <dependency>
122
+ <groupId>org.apache.maven.wagon</groupId>
123
+ <artifactId>wagon-ssh</artifactId>
124
+ <version>${wagonVersion}</version>
125
+ </dependency>
126
+ <dependency>
127
+ <groupId>org.apache.maven.wagon</groupId>
128
+ <artifactId>wagon-http-lightweight</artifactId>
129
+ <version>${wagonVersion}</version>
130
+ </dependency>
131
+ <dependency>
132
+ <groupId>org.apache.maven.wagon</groupId>
133
+ <artifactId>wagon-file</artifactId>
134
+ <version>${wagonVersion}</version>
135
+ </dependency>
136
+
137
+ <!-- Testing -->
138
+ <dependency>
139
+ <groupId>junit</groupId>
140
+ <artifactId>junit</artifactId>
141
+ <version>4.10</version>
142
+ <scope>test</scope>
143
+ </dependency>
144
+
145
+ </dependencies>
146
+
147
+ <build>
148
+ <plugins>
149
+ <plugin>
150
+ <groupId>org.codehaus.mojo</groupId>
151
+ <artifactId>sonar-maven-plugin</artifactId>
152
+ <version>2.0</version>
153
+ </plugin>
154
+ <plugin>
155
+ <groupId>com.github.github</groupId>
156
+ <artifactId>site-maven-plugin</artifactId>
157
+ <version>0.6</version>
158
+ <configuration>
159
+ <message>Creating site for ${project.version}</message>
160
+ </configuration>
161
+ <executions>
162
+ <execution>
163
+ <goals>
164
+ <goal>site</goal>
165
+ </goals>
166
+ <phase>site</phase>
167
+ </execution>
168
+ </executions>
169
+ </plugin>
170
+ <plugin>
171
+ <groupId>org.apache.maven.plugins</groupId>
172
+ <artifactId>maven-source-plugin</artifactId>
173
+ <executions>
174
+ <execution>
175
+ <id>attach-sources</id>
176
+ <goals>
177
+ <goal>jar</goal>
178
+ </goals>
179
+ </execution>
180
+ </executions>
181
+ </plugin>
182
+ <plugin>
183
+ <groupId>org.apache.maven.plugins</groupId>
184
+ <artifactId>maven-javadoc-plugin</artifactId>
185
+ <executions>
186
+ <execution>
187
+ <id>attach-javadocs</id>
188
+ <goals>
189
+ <goal>jar</goal>
190
+ </goals>
191
+ </execution>
192
+ </executions>
193
+ </plugin>
194
+ <plugin>
195
+ <groupId>org.apache.maven.plugins</groupId>
196
+ <artifactId>maven-gpg-plugin</artifactId>
197
+ <executions>
198
+ <execution>
199
+ <id>sign-artifacts</id>
200
+ <phase>verify</phase>
201
+ <goals>
202
+ <goal>sign</goal>
203
+ </goals>
204
+ </execution>
205
+ </executions>
206
+ </plugin>
207
+ </plugins>
208
+ </build>
209
+
210
+ <reporting>
211
+ <plugins>
212
+ <plugin>
213
+ <groupId>org.apache.maven.plugins</groupId>
214
+ <artifactId>maven-project-info-reports-plugin</artifactId>
215
+ <version>2.7</version>
216
+ <configuration>
217
+ <dependencyDetailsEnabled>false</dependencyDetailsEnabled>
218
+ <dependencyLocationsEnabled>false</dependencyLocationsEnabled>
219
+ </configuration>
220
+ <reportSets>
221
+ <reportSet>
222
+ <reports>
223
+ <report>dependencies</report>
224
+ <report>scm</report>
225
+ </reports>
226
+ </reportSet>
227
+ </reportSets>
228
+ </plugin>
229
+ <plugin>
230
+ <groupId>org.apache.maven.plugins</groupId>
231
+ <artifactId>maven-javadoc-plugin</artifactId>
232
+ <version>2.8.1</version>
233
+ <configuration>
234
+ </configuration>
235
+ </plugin>
236
+ <plugin>
237
+ <groupId>org.apache.maven.plugins</groupId>
238
+ <artifactId>maven-surefire-report-plugin</artifactId>
239
+ <version>2.12.3</version>
240
+ </plugin>
241
+ </plugins>
242
+ </reporting>
134
243
 
135
244
  </project>