naether 0.12.2 → 0.13.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- data/Gemfile +1 -1
- data/Gemfile.lock +35 -33
- data/README.md +1 -1
- data/VERSION +1 -1
- data/{core-0.12.2.jar → core-0.13.0.jar} +0 -0
- data/doc/Naether.html +6 -6
- data/doc/Naether/Bootstrap.html +1111 -0
- data/doc/Naether/Configurator.html +503 -0
- data/doc/Naether/Java.html +1207 -0
- data/doc/Naether/Java/JRuby.html +1208 -0
- data/doc/Naether/Java/Ruby.html +1330 -0
- data/doc/Naether/Maven.html +1391 -0
- data/doc/Naether/Notation.html +705 -0
- data/doc/Naether/Runtime.html +2967 -0
- data/doc/_index.html +4 -4
- data/doc/css/style.css +1 -1
- data/doc/file.README.html +10 -10
- data/doc/frames.html +1 -1
- data/doc/index.html +10 -10
- data/doc/js/app.js +7 -2
- data/doc/top-level-namespace.html +3 -3
- data/lib/naether/configuration.rb +10 -3
- data/lib/naether/maven.rb +8 -1
- data/naether.gemspec +19 -29
- data/pom.xml +5 -1
- metadata +28 -120
- data/doc/Naether/sJa.html +0 -607
- data/doc/Naether/sJa/sJRu.html +0 -597
- data/doc/Naether/sMav.html +0 -979
- data/doc/r_A_20_20_A_20_20.html +0 -121
- data/doc/r_A_20_20_A_20_20/strap.html +0 -229
data/doc/_index.html
CHANGED
@@ -4,7 +4,7 @@
|
|
4
4
|
<head>
|
5
5
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
6
6
|
<title>
|
7
|
-
Documentation by YARD 0.8.7.
|
7
|
+
Documentation by YARD 0.8.7.3
|
8
8
|
|
9
9
|
</title>
|
10
10
|
|
@@ -56,7 +56,7 @@
|
|
56
56
|
|
57
57
|
<iframe id="search_frame"></iframe>
|
58
58
|
|
59
|
-
<div id="content"><h1 class="noborder title">Documentation by YARD 0.8.7.
|
59
|
+
<div id="content"><h1 class="noborder title">Documentation by YARD 0.8.7.3</h1>
|
60
60
|
<div id="listing">
|
61
61
|
<h1 class="alphaindex">Alphabetic Index</h1>
|
62
62
|
|
@@ -197,9 +197,9 @@
|
|
197
197
|
</div>
|
198
198
|
|
199
199
|
<div id="footer">
|
200
|
-
Generated on
|
200
|
+
Generated on Mon Jan 20 23:06:20 2014 by
|
201
201
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
202
|
-
0.8.7.
|
202
|
+
0.8.7.3 (ruby-2.1.0).
|
203
203
|
</div>
|
204
204
|
|
205
205
|
</body>
|
data/doc/css/style.css
CHANGED
@@ -324,9 +324,9 @@ pre.code .dot + pre.code .id,
|
|
324
324
|
pre.code .rubyid_to_i pre.code .rubyid_each { color: #0085FF; }
|
325
325
|
pre.code .comment { color: #0066FF; }
|
326
326
|
pre.code .const, pre.code .constant { color: #585CF6; }
|
327
|
+
pre.code .label,
|
327
328
|
pre.code .symbol { color: #C5060B; }
|
328
329
|
pre.code .kw,
|
329
|
-
pre.code .label,
|
330
330
|
pre.code .rubyid_require,
|
331
331
|
pre.code .rubyid_extend,
|
332
332
|
pre.code .rubyid_include { color: #0000FF; }
|
data/doc/file.README.html
CHANGED
@@ -2,11 +2,11 @@
|
|
2
2
|
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
3
3
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
4
4
|
<head>
|
5
|
-
<meta http-equiv="Content-Type" content="text/html; charset=
|
5
|
+
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
6
6
|
<title>
|
7
7
|
File: README
|
8
8
|
|
9
|
-
— Documentation by YARD 0.8.7.
|
9
|
+
— Documentation by YARD 0.8.7.3
|
10
10
|
|
11
11
|
</title>
|
12
12
|
|
@@ -65,7 +65,7 @@
|
|
65
65
|
|
66
66
|
<p><a href="https://travis-ci.org/mguymon/naether"><img src="https://travis-ci.org/mguymon/naether.png?branch=master" alt="Build Status" /></a></p>
|
67
67
|
|
68
|
-
<p>Naether is a Java Dependency Resolver using Maven
|
68
|
+
<p>Naether is a Java Dependency Resolver using Maven’s <a href="https://github.com/sonatype/sonatype-aether">Aether</a>
|
69
69
|
that can be used by Ruby or Java.</p>
|
70
70
|
|
71
71
|
<p><a href="https://github.com/mguymon/naether">https://github.com/mguymon/naether</a></p>
|
@@ -96,7 +96,7 @@ that can be used by Ruby or Java.</p>
|
|
96
96
|
<pre class="code ruby"><code class="ruby"><dependency>
|
97
97
|
<groupId>com.tobedevoured.naether</groupId>
|
98
98
|
<artifactId>naether</artifactId>
|
99
|
-
<version>0.
|
99
|
+
<version>0.13.0</version>
|
100
100
|
</dependency>
|
101
101
|
</code></pre>
|
102
102
|
|
@@ -127,8 +127,8 @@ must be loaded for Naether to work. This is easily done with the <a href="http:/
|
|
127
127
|
|
128
128
|
<h4 id="resolving-dependencies">Resolving Dependencies</h4>
|
129
129
|
|
130
|
-
<pre class="code ruby"><code class="ruby"><span class='id identifier rubyid_require'>require</span> <span class='tstring'><span class='tstring_beg'
|
131
|
-
<span class='id identifier rubyid_require'>require</span> <span class='tstring'><span class='tstring_beg'
|
130
|
+
<pre class="code ruby"><code class="ruby"><span class='id identifier rubyid_require'>require</span> <span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>rubygems</span><span class='tstring_end'>'</span></span>
|
131
|
+
<span class='id identifier rubyid_require'>require</span> <span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>naether</span><span class='tstring_end'>'</span></span>
|
132
132
|
|
133
133
|
<span class='const'>Naether</span><span class='op'>::</span><span class='const'>Bootstrap</span><span class='period'>.</span><span class='id identifier rubyid_bootstrap_local_repo'>bootstrap_local_repo</span>
|
134
134
|
<span class='id identifier rubyid_naether'>naether</span> <span class='op'>=</span> <span class='const'>Naether</span><span class='period'>.</span><span class='id identifier rubyid_create'>create</span>
|
@@ -177,22 +177,22 @@ System.out.println( naether.getDependenciesNotation().toString() );
|
|
177
177
|
contributor license agreements. See the NOTICE file distributed with this
|
178
178
|
work for additional information regarding copyright ownership. The ASF
|
179
179
|
licenses this file to you under the Apache License, Version 2.0 (the
|
180
|
-
|
180
|
+
“License”); you may not use this file except in compliance with the License.
|
181
181
|
You may obtain a copy of the License at</p>
|
182
182
|
|
183
183
|
<p>http://www.apache.org/licenses/LICENSE-2.0</p>
|
184
184
|
|
185
185
|
<p>Unless required by applicable law or agreed to in writing, software
|
186
|
-
distributed under the License is distributed on an
|
186
|
+
distributed under the License is distributed on an “AS IS” BASIS, WITHOUT
|
187
187
|
WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
|
188
188
|
License for the specific language governing permissions and limitations under
|
189
189
|
the License.</p>
|
190
190
|
</div></div>
|
191
191
|
|
192
192
|
<div id="footer">
|
193
|
-
Generated on
|
193
|
+
Generated on Mon Jan 20 23:06:21 2014 by
|
194
194
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
195
|
-
0.8.7.
|
195
|
+
0.8.7.3 (ruby-2.1.0).
|
196
196
|
</div>
|
197
197
|
|
198
198
|
</body>
|
data/doc/frames.html
CHANGED
@@ -4,7 +4,7 @@
|
|
4
4
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
5
5
|
<head>
|
6
6
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
|
7
|
-
<title>Documentation by YARD 0.8.7.
|
7
|
+
<title>Documentation by YARD 0.8.7.3</title>
|
8
8
|
</head>
|
9
9
|
<script type="text/javascript" charset="utf-8">
|
10
10
|
window.onload = function() {
|
data/doc/index.html
CHANGED
@@ -2,11 +2,11 @@
|
|
2
2
|
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
3
3
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
4
4
|
<head>
|
5
|
-
<meta http-equiv="Content-Type" content="text/html; charset=
|
5
|
+
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
6
6
|
<title>
|
7
7
|
File: README
|
8
8
|
|
9
|
-
— Documentation by YARD 0.8.7.
|
9
|
+
— Documentation by YARD 0.8.7.3
|
10
10
|
|
11
11
|
</title>
|
12
12
|
|
@@ -65,7 +65,7 @@
|
|
65
65
|
|
66
66
|
<p><a href="https://travis-ci.org/mguymon/naether"><img src="https://travis-ci.org/mguymon/naether.png?branch=master" alt="Build Status" /></a></p>
|
67
67
|
|
68
|
-
<p>Naether is a Java Dependency Resolver using Maven
|
68
|
+
<p>Naether is a Java Dependency Resolver using Maven’s <a href="https://github.com/sonatype/sonatype-aether">Aether</a>
|
69
69
|
that can be used by Ruby or Java.</p>
|
70
70
|
|
71
71
|
<p><a href="https://github.com/mguymon/naether">https://github.com/mguymon/naether</a></p>
|
@@ -96,7 +96,7 @@ that can be used by Ruby or Java.</p>
|
|
96
96
|
<pre class="code ruby"><code class="ruby"><dependency>
|
97
97
|
<groupId>com.tobedevoured.naether</groupId>
|
98
98
|
<artifactId>naether</artifactId>
|
99
|
-
<version>0.
|
99
|
+
<version>0.13.0</version>
|
100
100
|
</dependency>
|
101
101
|
</code></pre>
|
102
102
|
|
@@ -127,8 +127,8 @@ must be loaded for Naether to work. This is easily done with the <a href="http:/
|
|
127
127
|
|
128
128
|
<h4 id="resolving-dependencies">Resolving Dependencies</h4>
|
129
129
|
|
130
|
-
<pre class="code ruby"><code class="ruby"><span class='id identifier rubyid_require'>require</span> <span class='tstring'><span class='tstring_beg'
|
131
|
-
<span class='id identifier rubyid_require'>require</span> <span class='tstring'><span class='tstring_beg'
|
130
|
+
<pre class="code ruby"><code class="ruby"><span class='id identifier rubyid_require'>require</span> <span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>rubygems</span><span class='tstring_end'>'</span></span>
|
131
|
+
<span class='id identifier rubyid_require'>require</span> <span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>naether</span><span class='tstring_end'>'</span></span>
|
132
132
|
|
133
133
|
<span class='const'>Naether</span><span class='op'>::</span><span class='const'>Bootstrap</span><span class='period'>.</span><span class='id identifier rubyid_bootstrap_local_repo'>bootstrap_local_repo</span>
|
134
134
|
<span class='id identifier rubyid_naether'>naether</span> <span class='op'>=</span> <span class='const'>Naether</span><span class='period'>.</span><span class='id identifier rubyid_create'>create</span>
|
@@ -177,22 +177,22 @@ System.out.println( naether.getDependenciesNotation().toString() );
|
|
177
177
|
contributor license agreements. See the NOTICE file distributed with this
|
178
178
|
work for additional information regarding copyright ownership. The ASF
|
179
179
|
licenses this file to you under the Apache License, Version 2.0 (the
|
180
|
-
|
180
|
+
“License”); you may not use this file except in compliance with the License.
|
181
181
|
You may obtain a copy of the License at</p>
|
182
182
|
|
183
183
|
<p>http://www.apache.org/licenses/LICENSE-2.0</p>
|
184
184
|
|
185
185
|
<p>Unless required by applicable law or agreed to in writing, software
|
186
|
-
distributed under the License is distributed on an
|
186
|
+
distributed under the License is distributed on an “AS IS” BASIS, WITHOUT
|
187
187
|
WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
|
188
188
|
License for the specific language governing permissions and limitations under
|
189
189
|
the License.</p>
|
190
190
|
</div></div>
|
191
191
|
|
192
192
|
<div id="footer">
|
193
|
-
Generated on
|
193
|
+
Generated on Mon Jan 20 23:06:21 2014 by
|
194
194
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
195
|
-
0.8.7.
|
195
|
+
0.8.7.3 (ruby-2.1.0).
|
196
196
|
</div>
|
197
197
|
|
198
198
|
</body>
|
data/doc/js/app.js
CHANGED
@@ -78,7 +78,12 @@ function framesInit() {
|
|
78
78
|
if (hasFrames) {
|
79
79
|
document.body.className = 'frames';
|
80
80
|
$('#menu .noframes a').attr('href', document.location);
|
81
|
-
|
81
|
+
try {
|
82
|
+
window.top.document.title = $('html head title').text();
|
83
|
+
} catch(error) {
|
84
|
+
// some browsers will not allow this when serving from file://
|
85
|
+
// but we don't want to stop the world.
|
86
|
+
}
|
82
87
|
}
|
83
88
|
else {
|
84
89
|
$('#menu .noframes a').text('frames').attr('href', framesUrl);
|
@@ -211,4 +216,4 @@ $(linkSummaries);
|
|
211
216
|
$(keyboardShortcuts);
|
212
217
|
$(summaryToggle);
|
213
218
|
$(fixOutsideWorldLinks);
|
214
|
-
$(generateTOC);
|
219
|
+
$(generateTOC);
|
@@ -6,7 +6,7 @@
|
|
6
6
|
<title>
|
7
7
|
Top Level Namespace
|
8
8
|
|
9
|
-
— Documentation by YARD 0.8.7.
|
9
|
+
— Documentation by YARD 0.8.7.3
|
10
10
|
|
11
11
|
</title>
|
12
12
|
|
@@ -103,9 +103,9 @@
|
|
103
103
|
</div>
|
104
104
|
|
105
105
|
<div id="footer">
|
106
|
-
Generated on
|
106
|
+
Generated on Mon Jan 20 23:06:21 2014 by
|
107
107
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
108
|
-
0.8.7.
|
108
|
+
0.8.7.3 (ruby-2.1.0).
|
109
109
|
</div>
|
110
110
|
|
111
111
|
</body>
|
@@ -59,8 +59,15 @@ module Naether
|
|
59
59
|
end
|
60
60
|
end
|
61
61
|
end
|
62
|
-
|
63
|
-
|
64
|
-
|
62
|
+
|
63
|
+
if RUBY_VERSION == '1.8.7'
|
64
|
+
unless Naether.const_defined?('Configuration')
|
65
|
+
Naether::Configuration = Naether::Configurator.new
|
66
|
+
end
|
67
|
+
else
|
68
|
+
unless Naether.const_defined?('Configuration', false)
|
69
|
+
Naether::Configuration = Naether::Configurator.new
|
70
|
+
end
|
65
71
|
end
|
72
|
+
|
66
73
|
end
|
data/lib/naether/maven.rb
CHANGED
@@ -153,6 +153,7 @@ module Naether
|
|
153
153
|
#defaults
|
154
154
|
config = {
|
155
155
|
# Checks ENV for maven home, otherwise defaults /usr/share/maven
|
156
|
+
# XXX: Reuse Eng.getMavenHome?
|
156
157
|
:maven_home => ENV['maven.home'] || ENV['MAVEN_HOME'] || '/usr/share/maven',
|
157
158
|
:local_repo => File.expand_path('~/.m2/repository')
|
158
159
|
}
|
@@ -165,7 +166,13 @@ module Naether
|
|
165
166
|
pom = @project.getPomFile().getAbsolutePath()
|
166
167
|
|
167
168
|
invoker = Naether::Java.create("com.tobedevoured.naether.maven.Invoker", config[:local_repo], config[:maven_home] )
|
168
|
-
|
169
|
+
|
170
|
+
java_list = Naether::Java.convert_to_java_list(goals)
|
171
|
+
if Naether.platform == 'java'
|
172
|
+
invoker.execute( pom, java_list )
|
173
|
+
else
|
174
|
+
invoker._invoke('execute', 'Ljava.lang.String;Ljava.util.List;', pom, java_list)
|
175
|
+
end
|
169
176
|
end
|
170
177
|
|
171
178
|
def final_name
|
data/naether.gemspec
CHANGED
@@ -2,14 +2,17 @@
|
|
2
2
|
# DO NOT EDIT THIS FILE DIRECTLY
|
3
3
|
# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
|
4
4
|
# -*- encoding: utf-8 -*-
|
5
|
+
# stub: naether 0.13.0 ruby lib
|
6
|
+
# stub: Rakefile
|
5
7
|
|
6
8
|
Gem::Specification.new do |s|
|
7
9
|
s.name = "naether"
|
8
|
-
s.version = "0.
|
10
|
+
s.version = "0.13.0"
|
9
11
|
|
10
12
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
13
|
+
s.require_paths = ["lib"]
|
11
14
|
s.authors = ["Michael Guymon"]
|
12
|
-
s.date = "
|
15
|
+
s.date = "2014-01-21"
|
13
16
|
s.description = "Java dependency resolver using Maven's Aether"
|
14
17
|
s.email = "michael@tobedevoured.com"
|
15
18
|
s.extensions = ["Rakefile"]
|
@@ -24,11 +27,16 @@ Gem::Specification.new do |s|
|
|
24
27
|
"README.md",
|
25
28
|
"Rakefile",
|
26
29
|
"VERSION",
|
27
|
-
"core-0.
|
30
|
+
"core-0.13.0.jar",
|
28
31
|
"doc/Naether.html",
|
29
|
-
"doc/Naether/
|
30
|
-
"doc/Naether/
|
31
|
-
"doc/Naether/
|
32
|
+
"doc/Naether/Bootstrap.html",
|
33
|
+
"doc/Naether/Configurator.html",
|
34
|
+
"doc/Naether/Java.html",
|
35
|
+
"doc/Naether/Java/JRuby.html",
|
36
|
+
"doc/Naether/Java/Ruby.html",
|
37
|
+
"doc/Naether/Maven.html",
|
38
|
+
"doc/Naether/Notation.html",
|
39
|
+
"doc/Naether/Runtime.html",
|
32
40
|
"doc/_index.html",
|
33
41
|
"doc/class_list.html",
|
34
42
|
"doc/css/common.css",
|
@@ -42,8 +50,6 @@ Gem::Specification.new do |s|
|
|
42
50
|
"doc/js/full_list.js",
|
43
51
|
"doc/js/jquery.js",
|
44
52
|
"doc/method_list.html",
|
45
|
-
"doc/r_A_20_20_A_20_20.html",
|
46
|
-
"doc/r_A_20_20_A_20_20/strap.html",
|
47
53
|
"doc/top-level-namespace.html",
|
48
54
|
"jar_dependencies.yml",
|
49
55
|
"lib/naether.rb",
|
@@ -60,46 +66,30 @@ Gem::Specification.new do |s|
|
|
60
66
|
]
|
61
67
|
s.homepage = "http://github.com/mguymon/naether"
|
62
68
|
s.licenses = ["Apache"]
|
63
|
-
s.require_paths = ["lib"]
|
64
69
|
s.rubyforge_project = "naether"
|
65
|
-
s.rubygems_version = "
|
70
|
+
s.rubygems_version = "2.2.0"
|
66
71
|
s.summary = "Java dependency resolver using Maven's Aether"
|
67
72
|
|
68
73
|
if s.respond_to? :specification_version then
|
69
|
-
s.specification_version =
|
74
|
+
s.specification_version = 4
|
70
75
|
|
71
76
|
if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
|
72
77
|
s.add_runtime_dependency(%q<rjb>, ["~> 1.4.0"])
|
73
78
|
s.add_development_dependency(%q<rspec>, ["> 2.9.0"])
|
74
|
-
s.add_development_dependency(%q<jeweler>, ["~>
|
75
|
-
s.add_development_dependency(%q<yard>, [">= 0"])
|
76
|
-
s.add_development_dependency(%q<kramdown>, [">= 0"])
|
77
|
-
s.add_runtime_dependency(%q<rjb>, ["~> 1.4.0"])
|
78
|
-
s.add_development_dependency(%q<rspec>, ["> 2.9.0"])
|
79
|
-
s.add_development_dependency(%q<jeweler>, ["~> 1.8.0"])
|
79
|
+
s.add_development_dependency(%q<jeweler>, ["~> 2.0.0"])
|
80
80
|
s.add_development_dependency(%q<yard>, [">= 0"])
|
81
81
|
s.add_development_dependency(%q<kramdown>, [">= 0"])
|
82
82
|
else
|
83
83
|
s.add_dependency(%q<rjb>, ["~> 1.4.0"])
|
84
84
|
s.add_dependency(%q<rspec>, ["> 2.9.0"])
|
85
|
-
s.add_dependency(%q<jeweler>, ["~>
|
86
|
-
s.add_dependency(%q<yard>, [">= 0"])
|
87
|
-
s.add_dependency(%q<kramdown>, [">= 0"])
|
88
|
-
s.add_dependency(%q<rjb>, ["~> 1.4.0"])
|
89
|
-
s.add_dependency(%q<rspec>, ["> 2.9.0"])
|
90
|
-
s.add_dependency(%q<jeweler>, ["~> 1.8.0"])
|
85
|
+
s.add_dependency(%q<jeweler>, ["~> 2.0.0"])
|
91
86
|
s.add_dependency(%q<yard>, [">= 0"])
|
92
87
|
s.add_dependency(%q<kramdown>, [">= 0"])
|
93
88
|
end
|
94
89
|
else
|
95
90
|
s.add_dependency(%q<rjb>, ["~> 1.4.0"])
|
96
91
|
s.add_dependency(%q<rspec>, ["> 2.9.0"])
|
97
|
-
s.add_dependency(%q<jeweler>, ["~>
|
98
|
-
s.add_dependency(%q<yard>, [">= 0"])
|
99
|
-
s.add_dependency(%q<kramdown>, [">= 0"])
|
100
|
-
s.add_dependency(%q<rjb>, ["~> 1.4.0"])
|
101
|
-
s.add_dependency(%q<rspec>, ["> 2.9.0"])
|
102
|
-
s.add_dependency(%q<jeweler>, ["~> 1.8.0"])
|
92
|
+
s.add_dependency(%q<jeweler>, ["~> 2.0.0"])
|
103
93
|
s.add_dependency(%q<yard>, [">= 0"])
|
104
94
|
s.add_dependency(%q<kramdown>, [">= 0"])
|
105
95
|
end
|
data/pom.xml
CHANGED
@@ -3,7 +3,7 @@
|
|
3
3
|
<modelVersion>4.0.0</modelVersion>
|
4
4
|
<groupId>com.tobedevoured.naether</groupId>
|
5
5
|
<artifactId>core</artifactId>
|
6
|
-
<version>0.
|
6
|
+
<version>0.13.0</version>
|
7
7
|
<name>Naether</name>
|
8
8
|
<packaging>jar</packaging>
|
9
9
|
<url>https://github.com/mguymon/naether</url>
|
@@ -188,6 +188,7 @@
|
|
188
188
|
<plugin>
|
189
189
|
<groupId>org.apache.maven.plugins</groupId>
|
190
190
|
<artifactId>maven-source-plugin</artifactId>
|
191
|
+
<version>2.2.1</version>
|
191
192
|
<executions>
|
192
193
|
<execution>
|
193
194
|
<id>attach-sources</id>
|
@@ -200,6 +201,7 @@
|
|
200
201
|
<plugin>
|
201
202
|
<groupId>org.apache.maven.plugins</groupId>
|
202
203
|
<artifactId>maven-javadoc-plugin</artifactId>
|
204
|
+
<version>2.9.1</version>
|
203
205
|
<executions>
|
204
206
|
<execution>
|
205
207
|
<id>attach-javadocs</id>
|
@@ -212,6 +214,7 @@
|
|
212
214
|
<plugin>
|
213
215
|
<groupId>org.apache.maven.plugins</groupId>
|
214
216
|
<artifactId>maven-gpg-plugin</artifactId>
|
217
|
+
<version>1.4</version>
|
215
218
|
<executions>
|
216
219
|
<execution>
|
217
220
|
<id>sign-artifacts</id>
|
@@ -225,6 +228,7 @@
|
|
225
228
|
<plugin>
|
226
229
|
<groupId>org.apache.maven.plugins</groupId>
|
227
230
|
<artifactId>maven-dependency-plugin</artifactId>
|
231
|
+
<version>2.8</version>
|
228
232
|
<executions>
|
229
233
|
<execution>
|
230
234
|
<id>copy-dependencies</id>
|
metadata
CHANGED
@@ -1,174 +1,83 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: naether
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
5
|
-
prerelease:
|
4
|
+
version: 0.13.0
|
6
5
|
platform: ruby
|
7
6
|
authors:
|
8
7
|
- Michael Guymon
|
9
8
|
autorequire:
|
10
9
|
bindir: bin
|
11
10
|
cert_chain: []
|
12
|
-
date:
|
11
|
+
date: 2014-01-21 00:00:00.000000000 Z
|
13
12
|
dependencies:
|
14
13
|
- !ruby/object:Gem::Dependency
|
15
14
|
name: rjb
|
16
15
|
requirement: !ruby/object:Gem::Requirement
|
17
|
-
none: false
|
18
16
|
requirements:
|
19
|
-
- - ~>
|
17
|
+
- - "~>"
|
20
18
|
- !ruby/object:Gem::Version
|
21
19
|
version: 1.4.0
|
22
20
|
type: :runtime
|
23
21
|
prerelease: false
|
24
22
|
version_requirements: !ruby/object:Gem::Requirement
|
25
|
-
none: false
|
26
23
|
requirements:
|
27
|
-
- - ~>
|
24
|
+
- - "~>"
|
28
25
|
- !ruby/object:Gem::Version
|
29
26
|
version: 1.4.0
|
30
27
|
- !ruby/object:Gem::Dependency
|
31
28
|
name: rspec
|
32
29
|
requirement: !ruby/object:Gem::Requirement
|
33
|
-
none: false
|
34
30
|
requirements:
|
35
|
-
- -
|
31
|
+
- - ">"
|
36
32
|
- !ruby/object:Gem::Version
|
37
33
|
version: 2.9.0
|
38
34
|
type: :development
|
39
35
|
prerelease: false
|
40
36
|
version_requirements: !ruby/object:Gem::Requirement
|
41
|
-
none: false
|
42
37
|
requirements:
|
43
|
-
- -
|
38
|
+
- - ">"
|
44
39
|
- !ruby/object:Gem::Version
|
45
40
|
version: 2.9.0
|
46
41
|
- !ruby/object:Gem::Dependency
|
47
42
|
name: jeweler
|
48
43
|
requirement: !ruby/object:Gem::Requirement
|
49
|
-
none: false
|
50
44
|
requirements:
|
51
|
-
- - ~>
|
45
|
+
- - "~>"
|
52
46
|
- !ruby/object:Gem::Version
|
53
|
-
version:
|
47
|
+
version: 2.0.0
|
54
48
|
type: :development
|
55
49
|
prerelease: false
|
56
50
|
version_requirements: !ruby/object:Gem::Requirement
|
57
|
-
none: false
|
58
51
|
requirements:
|
59
|
-
- - ~>
|
52
|
+
- - "~>"
|
60
53
|
- !ruby/object:Gem::Version
|
61
|
-
version:
|
54
|
+
version: 2.0.0
|
62
55
|
- !ruby/object:Gem::Dependency
|
63
56
|
name: yard
|
64
57
|
requirement: !ruby/object:Gem::Requirement
|
65
|
-
none: false
|
66
58
|
requirements:
|
67
|
-
- -
|
59
|
+
- - ">="
|
68
60
|
- !ruby/object:Gem::Version
|
69
61
|
version: '0'
|
70
62
|
type: :development
|
71
63
|
prerelease: false
|
72
64
|
version_requirements: !ruby/object:Gem::Requirement
|
73
|
-
none: false
|
74
65
|
requirements:
|
75
|
-
- -
|
66
|
+
- - ">="
|
76
67
|
- !ruby/object:Gem::Version
|
77
68
|
version: '0'
|
78
69
|
- !ruby/object:Gem::Dependency
|
79
70
|
name: kramdown
|
80
71
|
requirement: !ruby/object:Gem::Requirement
|
81
|
-
none: false
|
82
72
|
requirements:
|
83
|
-
- -
|
73
|
+
- - ">="
|
84
74
|
- !ruby/object:Gem::Version
|
85
75
|
version: '0'
|
86
76
|
type: :development
|
87
77
|
prerelease: false
|
88
78
|
version_requirements: !ruby/object:Gem::Requirement
|
89
|
-
none: false
|
90
79
|
requirements:
|
91
|
-
- -
|
92
|
-
- !ruby/object:Gem::Version
|
93
|
-
version: '0'
|
94
|
-
- !ruby/object:Gem::Dependency
|
95
|
-
name: rjb
|
96
|
-
requirement: !ruby/object:Gem::Requirement
|
97
|
-
none: false
|
98
|
-
requirements:
|
99
|
-
- - ~>
|
100
|
-
- !ruby/object:Gem::Version
|
101
|
-
version: 1.4.0
|
102
|
-
type: :runtime
|
103
|
-
prerelease: false
|
104
|
-
version_requirements: !ruby/object:Gem::Requirement
|
105
|
-
none: false
|
106
|
-
requirements:
|
107
|
-
- - ~>
|
108
|
-
- !ruby/object:Gem::Version
|
109
|
-
version: 1.4.0
|
110
|
-
- !ruby/object:Gem::Dependency
|
111
|
-
name: rspec
|
112
|
-
requirement: !ruby/object:Gem::Requirement
|
113
|
-
none: false
|
114
|
-
requirements:
|
115
|
-
- - ! '>'
|
116
|
-
- !ruby/object:Gem::Version
|
117
|
-
version: 2.9.0
|
118
|
-
type: :development
|
119
|
-
prerelease: false
|
120
|
-
version_requirements: !ruby/object:Gem::Requirement
|
121
|
-
none: false
|
122
|
-
requirements:
|
123
|
-
- - ! '>'
|
124
|
-
- !ruby/object:Gem::Version
|
125
|
-
version: 2.9.0
|
126
|
-
- !ruby/object:Gem::Dependency
|
127
|
-
name: jeweler
|
128
|
-
requirement: !ruby/object:Gem::Requirement
|
129
|
-
none: false
|
130
|
-
requirements:
|
131
|
-
- - ~>
|
132
|
-
- !ruby/object:Gem::Version
|
133
|
-
version: 1.8.0
|
134
|
-
type: :development
|
135
|
-
prerelease: false
|
136
|
-
version_requirements: !ruby/object:Gem::Requirement
|
137
|
-
none: false
|
138
|
-
requirements:
|
139
|
-
- - ~>
|
140
|
-
- !ruby/object:Gem::Version
|
141
|
-
version: 1.8.0
|
142
|
-
- !ruby/object:Gem::Dependency
|
143
|
-
name: yard
|
144
|
-
requirement: !ruby/object:Gem::Requirement
|
145
|
-
none: false
|
146
|
-
requirements:
|
147
|
-
- - ! '>='
|
148
|
-
- !ruby/object:Gem::Version
|
149
|
-
version: '0'
|
150
|
-
type: :development
|
151
|
-
prerelease: false
|
152
|
-
version_requirements: !ruby/object:Gem::Requirement
|
153
|
-
none: false
|
154
|
-
requirements:
|
155
|
-
- - ! '>='
|
156
|
-
- !ruby/object:Gem::Version
|
157
|
-
version: '0'
|
158
|
-
- !ruby/object:Gem::Dependency
|
159
|
-
name: kramdown
|
160
|
-
requirement: !ruby/object:Gem::Requirement
|
161
|
-
none: false
|
162
|
-
requirements:
|
163
|
-
- - ! '>='
|
164
|
-
- !ruby/object:Gem::Version
|
165
|
-
version: '0'
|
166
|
-
type: :development
|
167
|
-
prerelease: false
|
168
|
-
version_requirements: !ruby/object:Gem::Requirement
|
169
|
-
none: false
|
170
|
-
requirements:
|
171
|
-
- - ! '>='
|
80
|
+
- - ">="
|
172
81
|
- !ruby/object:Gem::Version
|
173
82
|
version: '0'
|
174
83
|
description: Java dependency resolver using Maven's Aether
|
@@ -186,11 +95,16 @@ files:
|
|
186
95
|
- README.md
|
187
96
|
- Rakefile
|
188
97
|
- VERSION
|
189
|
-
- core-0.
|
98
|
+
- core-0.13.0.jar
|
190
99
|
- doc/Naether.html
|
191
|
-
- doc/Naether/
|
192
|
-
- doc/Naether/
|
193
|
-
- doc/Naether/
|
100
|
+
- doc/Naether/Bootstrap.html
|
101
|
+
- doc/Naether/Configurator.html
|
102
|
+
- doc/Naether/Java.html
|
103
|
+
- doc/Naether/Java/JRuby.html
|
104
|
+
- doc/Naether/Java/Ruby.html
|
105
|
+
- doc/Naether/Maven.html
|
106
|
+
- doc/Naether/Notation.html
|
107
|
+
- doc/Naether/Runtime.html
|
194
108
|
- doc/_index.html
|
195
109
|
- doc/class_list.html
|
196
110
|
- doc/css/common.css
|
@@ -204,8 +118,6 @@ files:
|
|
204
118
|
- doc/js/full_list.js
|
205
119
|
- doc/js/jquery.js
|
206
120
|
- doc/method_list.html
|
207
|
-
- doc/r_A_20_20_A_20_20.html
|
208
|
-
- doc/r_A_20_20_A_20_20/strap.html
|
209
121
|
- doc/top-level-namespace.html
|
210
122
|
- jar_dependencies.yml
|
211
123
|
- lib/naether.rb
|
@@ -222,29 +134,25 @@ files:
|
|
222
134
|
homepage: http://github.com/mguymon/naether
|
223
135
|
licenses:
|
224
136
|
- Apache
|
137
|
+
metadata: {}
|
225
138
|
post_install_message:
|
226
139
|
rdoc_options: []
|
227
140
|
require_paths:
|
228
141
|
- lib
|
229
142
|
required_ruby_version: !ruby/object:Gem::Requirement
|
230
|
-
none: false
|
231
143
|
requirements:
|
232
|
-
- -
|
144
|
+
- - ">="
|
233
145
|
- !ruby/object:Gem::Version
|
234
146
|
version: '0'
|
235
|
-
segments:
|
236
|
-
- 0
|
237
|
-
hash: 1349812075955637252
|
238
147
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
239
|
-
none: false
|
240
148
|
requirements:
|
241
|
-
- -
|
149
|
+
- - ">="
|
242
150
|
- !ruby/object:Gem::Version
|
243
151
|
version: '0'
|
244
152
|
requirements: []
|
245
153
|
rubyforge_project: naether
|
246
|
-
rubygems_version:
|
154
|
+
rubygems_version: 2.2.0
|
247
155
|
signing_key:
|
248
|
-
specification_version:
|
156
|
+
specification_version: 4
|
249
157
|
summary: Java dependency resolver using Maven's Aether
|
250
158
|
test_files: []
|