naether 0.10.0-java → 0.10.1-java
Sign up to get free protection for your applications and to get access to all the features.
- data/Gemfile +17 -0
- data/Gemfile.lock +37 -0
- data/README.md +1 -1
- data/VERSION +1 -1
- data/{core-0.10.0.jar → core-0.10.1.jar} +0 -0
- data/doc/Naether.html +1 -1
- data/doc/Naether/Bootstrap.html +1 -1
- data/doc/Naether/Configurator.html +1 -1
- data/doc/Naether/Java.html +1 -1
- data/doc/Naether/Java/JRuby.html +1 -1
- data/doc/Naether/Java/Ruby.html +1 -1
- data/doc/Naether/Maven.html +1 -1
- data/doc/Naether/Notation.html +1 -1
- data/doc/_index.html +1 -1
- data/doc/file.README.html +2 -2
- data/doc/index.html +2 -2
- data/doc/top-level-namespace.html +1 -1
- data/naether.gemspec +20 -3
- data/pom.xml +1 -1
- metadata +86 -4
data/Gemfile
ADDED
@@ -0,0 +1,17 @@
|
|
1
|
+
source "http://rubygems.org"
|
2
|
+
|
3
|
+
platform = $platform || RUBY_PLATFORM[/java/] || 'ruby'
|
4
|
+
if platform != 'java'
|
5
|
+
gem 'rjb', '~> 1.4.0'
|
6
|
+
end
|
7
|
+
|
8
|
+
group :development do
|
9
|
+
gem "rspec", "> 2.9.0"
|
10
|
+
gem "jeweler", "~> 1.8.0"
|
11
|
+
gem "yard"
|
12
|
+
gem "kramdown"
|
13
|
+
|
14
|
+
if platform == 'java'
|
15
|
+
gem 'jruby-openssl'
|
16
|
+
end
|
17
|
+
end
|
data/Gemfile.lock
ADDED
@@ -0,0 +1,37 @@
|
|
1
|
+
GEM
|
2
|
+
remote: http://rubygems.org/
|
3
|
+
specs:
|
4
|
+
bouncy-castle-java (1.5.0146.1)
|
5
|
+
diff-lcs (1.1.3)
|
6
|
+
git (1.2.5)
|
7
|
+
jeweler (1.8.4)
|
8
|
+
bundler (~> 1.0)
|
9
|
+
git (>= 1.2.5)
|
10
|
+
rake
|
11
|
+
rdoc
|
12
|
+
jruby-openssl (0.7.7)
|
13
|
+
bouncy-castle-java (>= 1.5.0146.1)
|
14
|
+
json (1.7.5-java)
|
15
|
+
kramdown (0.14.0)
|
16
|
+
rake (0.9.2.2)
|
17
|
+
rdoc (3.12)
|
18
|
+
json (~> 1.4)
|
19
|
+
rspec (2.11.0)
|
20
|
+
rspec-core (~> 2.11.0)
|
21
|
+
rspec-expectations (~> 2.11.0)
|
22
|
+
rspec-mocks (~> 2.11.0)
|
23
|
+
rspec-core (2.11.1)
|
24
|
+
rspec-expectations (2.11.3)
|
25
|
+
diff-lcs (~> 1.1.3)
|
26
|
+
rspec-mocks (2.11.3)
|
27
|
+
yard (0.8.3)
|
28
|
+
|
29
|
+
PLATFORMS
|
30
|
+
java
|
31
|
+
|
32
|
+
DEPENDENCIES
|
33
|
+
jeweler (~> 1.8.0)
|
34
|
+
jruby-openssl
|
35
|
+
kramdown
|
36
|
+
rspec (> 2.9.0)
|
37
|
+
yard
|
data/README.md
CHANGED
@@ -22,7 +22,7 @@ The jar dependencies for Naether will automatically be downloaded when the gem i
|
|
22
22
|
<dependency>
|
23
23
|
<groupId>com.tobedevoured.naether</groupId>
|
24
24
|
<artifactId>naether</artifactId>
|
25
|
-
<version>0.
|
25
|
+
<version>0.10.0</version>
|
26
26
|
</dependency>
|
27
27
|
|
28
28
|
May have to add the Sonatype Repo if the sync to Maven Central is slow.
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.10.
|
1
|
+
0.10.1
|
Binary file
|
data/doc/Naether.html
CHANGED
@@ -3299,7 +3299,7 @@ jar_path</p>
|
|
3299
3299
|
</div>
|
3300
3300
|
|
3301
3301
|
<div id="footer">
|
3302
|
-
Generated on Mon Oct 15
|
3302
|
+
Generated on Mon Oct 15 21:42:25 2012 by
|
3303
3303
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
3304
3304
|
0.8.3 (ruby-1.9.2).
|
3305
3305
|
</div>
|
data/doc/Naether/Bootstrap.html
CHANGED
@@ -1112,7 +1112,7 @@ result after first run.</p>
|
|
1112
1112
|
</div>
|
1113
1113
|
|
1114
1114
|
<div id="footer">
|
1115
|
-
Generated on Mon Oct 15
|
1115
|
+
Generated on Mon Oct 15 21:42:27 2012 by
|
1116
1116
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
1117
1117
|
0.8.3 (ruby-1.9.2).
|
1118
1118
|
</div>
|
@@ -497,7 +497,7 @@
|
|
497
497
|
</div>
|
498
498
|
|
499
499
|
<div id="footer">
|
500
|
-
Generated on Mon Oct 15
|
500
|
+
Generated on Mon Oct 15 21:42:28 2012 by
|
501
501
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
502
502
|
0.8.3 (ruby-1.9.2).
|
503
503
|
</div>
|
data/doc/Naether/Java.html
CHANGED
@@ -1209,7 +1209,7 @@ params one to one.</p>
|
|
1209
1209
|
</div>
|
1210
1210
|
|
1211
1211
|
<div id="footer">
|
1212
|
-
Generated on Mon Oct 15
|
1212
|
+
Generated on Mon Oct 15 21:42:26 2012 by
|
1213
1213
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
1214
1214
|
0.8.3 (ruby-1.9.2).
|
1215
1215
|
</div>
|
data/doc/Naether/Java/JRuby.html
CHANGED
@@ -1209,7 +1209,7 @@ params one to one.</p>
|
|
1209
1209
|
</div>
|
1210
1210
|
|
1211
1211
|
<div id="footer">
|
1212
|
-
Generated on Mon Oct 15
|
1212
|
+
Generated on Mon Oct 15 21:42:28 2012 by
|
1213
1213
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
1214
1214
|
0.8.3 (ruby-1.9.2).
|
1215
1215
|
</div>
|
data/doc/Naether/Java/Ruby.html
CHANGED
@@ -1315,7 +1315,7 @@ params one to one.</p>
|
|
1315
1315
|
</div>
|
1316
1316
|
|
1317
1317
|
<div id="footer">
|
1318
|
-
Generated on Mon Oct 15
|
1318
|
+
Generated on Mon Oct 15 21:42:28 2012 by
|
1319
1319
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
1320
1320
|
0.8.3 (ruby-1.9.2).
|
1321
1321
|
</div>
|
data/doc/Naether/Maven.html
CHANGED
@@ -1239,7 +1239,7 @@
|
|
1239
1239
|
</div>
|
1240
1240
|
|
1241
1241
|
<div id="footer">
|
1242
|
-
Generated on Mon Oct 15
|
1242
|
+
Generated on Mon Oct 15 21:42:26 2012 by
|
1243
1243
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
1244
1244
|
0.8.3 (ruby-1.9.2).
|
1245
1245
|
</div>
|
data/doc/Naether/Notation.html
CHANGED
@@ -705,7 +705,7 @@
|
|
705
705
|
</div>
|
706
706
|
|
707
707
|
<div id="footer">
|
708
|
-
Generated on Mon Oct 15
|
708
|
+
Generated on Mon Oct 15 21:42:27 2012 by
|
709
709
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
710
710
|
0.8.3 (ruby-1.9.2).
|
711
711
|
</div>
|
data/doc/_index.html
CHANGED
@@ -190,7 +190,7 @@
|
|
190
190
|
</div>
|
191
191
|
|
192
192
|
<div id="footer">
|
193
|
-
Generated on Mon Oct 15
|
193
|
+
Generated on Mon Oct 15 21:42:22 2012 by
|
194
194
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
195
195
|
0.8.3 (ruby-1.9.2).
|
196
196
|
</div>
|
data/doc/file.README.html
CHANGED
@@ -94,7 +94,7 @@ that can be used by Ruby or Java.</p>
|
|
94
94
|
<pre class="code ruby"><code><span class='lt op'><</span><span class='rubyid_dependency identifier id'>dependency</span><span class='gt op'>></span>
|
95
95
|
<span class='lt op'><</span><span class='rubyid_groupId identifier id'>groupId</span><span class='gt op'>></span><span class='rubyid_com identifier id'>com</span><span class='dot token'>.</span><span class='rubyid_tobedevoured identifier id'>tobedevoured</span><span class='dot token'>.</span><span class='rubyid_naether identifier id'>naether</span><span class='lt op'><</span><span class='regexp val'>/groupId>
|
96
96
|
<artifactId>naether</</span><span class='rubyid_artifactId identifier id'>artifactId</span><span class='gt op'>></span>
|
97
|
-
<span class='lt op'><</span><span class='rubyid_version identifier id'>version</span><span class='gt op'>></span><span class='integer val'>0</span><span class='float val'>.
|
97
|
+
<span class='lt op'><</span><span class='rubyid_version identifier id'>version</span><span class='gt op'>></span><span class='integer val'>0</span><span class='float val'>.10.0</span><span class='lt op'><</span><span class='regexp val'>/version>
|
98
98
|
</</span><span class='rubyid_dependency identifier id'>dependency</span><span class='gt op'>></span>
|
99
99
|
</code></pre>
|
100
100
|
|
@@ -186,7 +186,7 @@ the License.</p>
|
|
186
186
|
</div></div>
|
187
187
|
|
188
188
|
<div id="footer">
|
189
|
-
Generated on Mon Oct 15
|
189
|
+
Generated on Mon Oct 15 21:42:23 2012 by
|
190
190
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
191
191
|
0.8.3 (ruby-1.9.2).
|
192
192
|
</div>
|
data/doc/index.html
CHANGED
@@ -94,7 +94,7 @@ that can be used by Ruby or Java.</p>
|
|
94
94
|
<pre class="code ruby"><code><span class='lt op'><</span><span class='rubyid_dependency identifier id'>dependency</span><span class='gt op'>></span>
|
95
95
|
<span class='lt op'><</span><span class='rubyid_groupId identifier id'>groupId</span><span class='gt op'>></span><span class='rubyid_com identifier id'>com</span><span class='dot token'>.</span><span class='rubyid_tobedevoured identifier id'>tobedevoured</span><span class='dot token'>.</span><span class='rubyid_naether identifier id'>naether</span><span class='lt op'><</span><span class='regexp val'>/groupId>
|
96
96
|
<artifactId>naether</</span><span class='rubyid_artifactId identifier id'>artifactId</span><span class='gt op'>></span>
|
97
|
-
<span class='lt op'><</span><span class='rubyid_version identifier id'>version</span><span class='gt op'>></span><span class='integer val'>0</span><span class='float val'>.
|
97
|
+
<span class='lt op'><</span><span class='rubyid_version identifier id'>version</span><span class='gt op'>></span><span class='integer val'>0</span><span class='float val'>.10.0</span><span class='lt op'><</span><span class='regexp val'>/version>
|
98
98
|
</</span><span class='rubyid_dependency identifier id'>dependency</span><span class='gt op'>></span>
|
99
99
|
</code></pre>
|
100
100
|
|
@@ -186,7 +186,7 @@ the License.</p>
|
|
186
186
|
</div></div>
|
187
187
|
|
188
188
|
<div id="footer">
|
189
|
-
Generated on Mon Oct 15
|
189
|
+
Generated on Mon Oct 15 21:42:23 2012 by
|
190
190
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
191
191
|
0.8.3 (ruby-1.9.2).
|
192
192
|
</div>
|
@@ -103,7 +103,7 @@
|
|
103
103
|
</div>
|
104
104
|
|
105
105
|
<div id="footer">
|
106
|
-
Generated on Mon Oct 15
|
106
|
+
Generated on Mon Oct 15 21:42:23 2012 by
|
107
107
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
108
108
|
0.8.3 (ruby-1.9.2).
|
109
109
|
</div>
|
data/naether.gemspec
CHANGED
@@ -5,12 +5,12 @@
|
|
5
5
|
|
6
6
|
Gem::Specification.new do |s|
|
7
7
|
s.name = "naether"
|
8
|
-
s.version = "0.10.
|
8
|
+
s.version = "0.10.1"
|
9
9
|
s.platform = "java"
|
10
10
|
|
11
11
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
12
12
|
s.authors = ["Michael Guymon"]
|
13
|
-
s.date = "2012-10-
|
13
|
+
s.date = "2012-10-16"
|
14
14
|
s.description = "Java dependency resolver using Maven's Aether"
|
15
15
|
s.email = "michael@tobedevoured.com"
|
16
16
|
s.extensions = ["Rakefile"]
|
@@ -18,11 +18,13 @@ Gem::Specification.new do |s|
|
|
18
18
|
"README.md"
|
19
19
|
]
|
20
20
|
s.files = [
|
21
|
+
"Gemfile",
|
22
|
+
"Gemfile.lock",
|
21
23
|
"LICENSE",
|
22
24
|
"README.md",
|
23
25
|
"Rakefile",
|
24
26
|
"VERSION",
|
25
|
-
"core-0.10.
|
27
|
+
"core-0.10.1.jar",
|
26
28
|
"doc/Naether.html",
|
27
29
|
"doc/Naether/Bootstrap.html",
|
28
30
|
"doc/Naether/Configurator.html",
|
@@ -68,9 +70,24 @@ Gem::Specification.new do |s|
|
|
68
70
|
s.specification_version = 3
|
69
71
|
|
70
72
|
if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
|
73
|
+
s.add_development_dependency(%q<rspec>, ["> 2.9.0"])
|
74
|
+
s.add_development_dependency(%q<jeweler>, ["~> 1.8.0"])
|
75
|
+
s.add_development_dependency(%q<yard>, [">= 0"])
|
76
|
+
s.add_development_dependency(%q<kramdown>, [">= 0"])
|
77
|
+
s.add_development_dependency(%q<jruby-openssl>, [">= 0"])
|
71
78
|
else
|
79
|
+
s.add_dependency(%q<rspec>, ["> 2.9.0"])
|
80
|
+
s.add_dependency(%q<jeweler>, ["~> 1.8.0"])
|
81
|
+
s.add_dependency(%q<yard>, [">= 0"])
|
82
|
+
s.add_dependency(%q<kramdown>, [">= 0"])
|
83
|
+
s.add_dependency(%q<jruby-openssl>, [">= 0"])
|
72
84
|
end
|
73
85
|
else
|
86
|
+
s.add_dependency(%q<rspec>, ["> 2.9.0"])
|
87
|
+
s.add_dependency(%q<jeweler>, ["~> 1.8.0"])
|
88
|
+
s.add_dependency(%q<yard>, [">= 0"])
|
89
|
+
s.add_dependency(%q<kramdown>, [">= 0"])
|
90
|
+
s.add_dependency(%q<jruby-openssl>, [">= 0"])
|
74
91
|
end
|
75
92
|
end
|
76
93
|
|
data/pom.xml
CHANGED
metadata
CHANGED
@@ -2,15 +2,95 @@
|
|
2
2
|
name: naether
|
3
3
|
version: !ruby/object:Gem::Version
|
4
4
|
prerelease:
|
5
|
-
version: 0.10.
|
5
|
+
version: 0.10.1
|
6
6
|
platform: java
|
7
7
|
authors:
|
8
8
|
- Michael Guymon
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2012-10-
|
13
|
-
dependencies:
|
12
|
+
date: 2012-10-16 00:00:00.000000000 Z
|
13
|
+
dependencies:
|
14
|
+
- !ruby/object:Gem::Dependency
|
15
|
+
name: rspec
|
16
|
+
version_requirements: !ruby/object:Gem::Requirement
|
17
|
+
requirements:
|
18
|
+
- - ! '>'
|
19
|
+
- !ruby/object:Gem::Version
|
20
|
+
version: 2.9.0
|
21
|
+
none: false
|
22
|
+
requirement: !ruby/object:Gem::Requirement
|
23
|
+
requirements:
|
24
|
+
- - ! '>'
|
25
|
+
- !ruby/object:Gem::Version
|
26
|
+
version: 2.9.0
|
27
|
+
none: false
|
28
|
+
prerelease: false
|
29
|
+
type: :development
|
30
|
+
- !ruby/object:Gem::Dependency
|
31
|
+
name: jeweler
|
32
|
+
version_requirements: !ruby/object:Gem::Requirement
|
33
|
+
requirements:
|
34
|
+
- - ~>
|
35
|
+
- !ruby/object:Gem::Version
|
36
|
+
version: 1.8.0
|
37
|
+
none: false
|
38
|
+
requirement: !ruby/object:Gem::Requirement
|
39
|
+
requirements:
|
40
|
+
- - ~>
|
41
|
+
- !ruby/object:Gem::Version
|
42
|
+
version: 1.8.0
|
43
|
+
none: false
|
44
|
+
prerelease: false
|
45
|
+
type: :development
|
46
|
+
- !ruby/object:Gem::Dependency
|
47
|
+
name: yard
|
48
|
+
version_requirements: !ruby/object:Gem::Requirement
|
49
|
+
requirements:
|
50
|
+
- - ! '>='
|
51
|
+
- !ruby/object:Gem::Version
|
52
|
+
version: '0'
|
53
|
+
none: false
|
54
|
+
requirement: !ruby/object:Gem::Requirement
|
55
|
+
requirements:
|
56
|
+
- - ! '>='
|
57
|
+
- !ruby/object:Gem::Version
|
58
|
+
version: '0'
|
59
|
+
none: false
|
60
|
+
prerelease: false
|
61
|
+
type: :development
|
62
|
+
- !ruby/object:Gem::Dependency
|
63
|
+
name: kramdown
|
64
|
+
version_requirements: !ruby/object:Gem::Requirement
|
65
|
+
requirements:
|
66
|
+
- - ! '>='
|
67
|
+
- !ruby/object:Gem::Version
|
68
|
+
version: '0'
|
69
|
+
none: false
|
70
|
+
requirement: !ruby/object:Gem::Requirement
|
71
|
+
requirements:
|
72
|
+
- - ! '>='
|
73
|
+
- !ruby/object:Gem::Version
|
74
|
+
version: '0'
|
75
|
+
none: false
|
76
|
+
prerelease: false
|
77
|
+
type: :development
|
78
|
+
- !ruby/object:Gem::Dependency
|
79
|
+
name: jruby-openssl
|
80
|
+
version_requirements: !ruby/object:Gem::Requirement
|
81
|
+
requirements:
|
82
|
+
- - ! '>='
|
83
|
+
- !ruby/object:Gem::Version
|
84
|
+
version: '0'
|
85
|
+
none: false
|
86
|
+
requirement: !ruby/object:Gem::Requirement
|
87
|
+
requirements:
|
88
|
+
- - ! '>='
|
89
|
+
- !ruby/object:Gem::Version
|
90
|
+
version: '0'
|
91
|
+
none: false
|
92
|
+
prerelease: false
|
93
|
+
type: :development
|
14
94
|
description: Java dependency resolver using Maven's Aether
|
15
95
|
email: michael@tobedevoured.com
|
16
96
|
executables: []
|
@@ -19,11 +99,13 @@ extensions:
|
|
19
99
|
extra_rdoc_files:
|
20
100
|
- README.md
|
21
101
|
files:
|
102
|
+
- Gemfile
|
103
|
+
- Gemfile.lock
|
22
104
|
- LICENSE
|
23
105
|
- README.md
|
24
106
|
- Rakefile
|
25
107
|
- VERSION
|
26
|
-
- core-0.10.
|
108
|
+
- core-0.10.1.jar
|
27
109
|
- doc/Naether.html
|
28
110
|
- doc/Naether/Bootstrap.html
|
29
111
|
- doc/Naether/Configurator.html
|