naether 0.13.3 → 0.13.4
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.
- data/README.md +1 -1
- data/VERSION +1 -1
- data/{core-0.13.3.jar → core-0.13.4.jar} +0 -0
- data/doc/Naether.html +476 -0
- 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 +206 -0
- data/doc/class_list.html +54 -0
- data/doc/css/common.css +1 -0
- data/doc/css/full_list.css +57 -0
- data/doc/css/style.css +338 -0
- data/doc/file.README.html +199 -0
- data/doc/file_list.html +56 -0
- data/doc/frames.html +26 -0
- data/doc/index.html +199 -0
- data/doc/js/app.js +219 -0
- data/doc/js/full_list.js +178 -0
- data/doc/js/jquery.js +4 -0
- data/doc/method_list.html +623 -0
- data/doc/top-level-namespace.html +112 -0
- data/jar_dependencies.yml +0 -2
- data/naether.gemspec +95 -0
- data/pom.xml +1 -6
- metadata +27 -3
@@ -0,0 +1,112 @@
|
|
1
|
+
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
2
|
+
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
3
|
+
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
4
|
+
<head>
|
5
|
+
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
6
|
+
<title>
|
7
|
+
Top Level Namespace
|
8
|
+
|
9
|
+
— Documentation by YARD 0.8.7.3
|
10
|
+
|
11
|
+
</title>
|
12
|
+
|
13
|
+
<link rel="stylesheet" href="css/style.css" type="text/css" charset="utf-8" />
|
14
|
+
|
15
|
+
<link rel="stylesheet" href="css/common.css" type="text/css" charset="utf-8" />
|
16
|
+
|
17
|
+
<script type="text/javascript" charset="utf-8">
|
18
|
+
hasFrames = window.top.frames.main ? true : false;
|
19
|
+
relpath = '';
|
20
|
+
framesUrl = "frames.html#!" + escape(window.location.href);
|
21
|
+
</script>
|
22
|
+
|
23
|
+
|
24
|
+
<script type="text/javascript" charset="utf-8" src="js/jquery.js"></script>
|
25
|
+
|
26
|
+
<script type="text/javascript" charset="utf-8" src="js/app.js"></script>
|
27
|
+
|
28
|
+
|
29
|
+
</head>
|
30
|
+
<body>
|
31
|
+
<div id="header">
|
32
|
+
<div id="menu">
|
33
|
+
|
34
|
+
<a href="_index.html">Index</a> »
|
35
|
+
|
36
|
+
|
37
|
+
<span class="title">Top Level Namespace</span>
|
38
|
+
|
39
|
+
|
40
|
+
<div class="noframes"><span class="title">(</span><a href="." target="_top">no frames</a><span class="title">)</span></div>
|
41
|
+
</div>
|
42
|
+
|
43
|
+
<div id="search">
|
44
|
+
|
45
|
+
<a class="full_list_link" id="class_list_link"
|
46
|
+
href="class_list.html">
|
47
|
+
Class List
|
48
|
+
</a>
|
49
|
+
|
50
|
+
<a class="full_list_link" id="method_list_link"
|
51
|
+
href="method_list.html">
|
52
|
+
Method List
|
53
|
+
</a>
|
54
|
+
|
55
|
+
<a class="full_list_link" id="file_list_link"
|
56
|
+
href="file_list.html">
|
57
|
+
File List
|
58
|
+
</a>
|
59
|
+
|
60
|
+
</div>
|
61
|
+
<div class="clear"></div>
|
62
|
+
</div>
|
63
|
+
|
64
|
+
<iframe id="search_frame"></iframe>
|
65
|
+
|
66
|
+
<div id="content"><h1>Top Level Namespace
|
67
|
+
|
68
|
+
|
69
|
+
|
70
|
+
</h1>
|
71
|
+
|
72
|
+
<dl class="box">
|
73
|
+
|
74
|
+
|
75
|
+
|
76
|
+
|
77
|
+
|
78
|
+
|
79
|
+
|
80
|
+
|
81
|
+
</dl>
|
82
|
+
<div class="clear"></div>
|
83
|
+
|
84
|
+
<h2>Defined Under Namespace</h2>
|
85
|
+
<p class="children">
|
86
|
+
|
87
|
+
|
88
|
+
<strong class="modules">Modules:</strong> <span class='object_link'><a href="Naether.html" title="Naether (module)">Naether</a></span>
|
89
|
+
|
90
|
+
|
91
|
+
|
92
|
+
|
93
|
+
</p>
|
94
|
+
|
95
|
+
|
96
|
+
|
97
|
+
|
98
|
+
|
99
|
+
|
100
|
+
|
101
|
+
|
102
|
+
|
103
|
+
</div>
|
104
|
+
|
105
|
+
<div id="footer">
|
106
|
+
Generated on Thu Mar 6 22:37:58 2014 by
|
107
|
+
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
108
|
+
0.8.7.3 (ruby-1.9.3).
|
109
|
+
</div>
|
110
|
+
|
111
|
+
</body>
|
112
|
+
</html>
|
data/jar_dependencies.yml
CHANGED
data/naether.gemspec
ADDED
@@ -0,0 +1,95 @@
|
|
1
|
+
# Generated by jeweler
|
2
|
+
# DO NOT EDIT THIS FILE DIRECTLY
|
3
|
+
# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
|
4
|
+
# -*- encoding: utf-8 -*-
|
5
|
+
|
6
|
+
Gem::Specification.new do |s|
|
7
|
+
s.name = "naether"
|
8
|
+
s.version = "0.13.4"
|
9
|
+
|
10
|
+
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
11
|
+
s.authors = ["Michael Guymon"]
|
12
|
+
s.date = "2014-03-07"
|
13
|
+
s.description = "Java dependency resolver using Maven's Aether"
|
14
|
+
s.email = "michael@tobedevoured.com"
|
15
|
+
s.extensions = ["Rakefile"]
|
16
|
+
s.extra_rdoc_files = [
|
17
|
+
"LICENSE",
|
18
|
+
"README.md"
|
19
|
+
]
|
20
|
+
s.files = [
|
21
|
+
"Gemfile",
|
22
|
+
"Gemfile.lock",
|
23
|
+
"LICENSE",
|
24
|
+
"README.md",
|
25
|
+
"Rakefile",
|
26
|
+
"VERSION",
|
27
|
+
"core-0.13.4.jar",
|
28
|
+
"doc/Naether.html",
|
29
|
+
"doc/Naether/Bootstrap.html",
|
30
|
+
"doc/Naether/Configurator.html",
|
31
|
+
"doc/Naether/Java.html",
|
32
|
+
"doc/Naether/Java/JRuby.html",
|
33
|
+
"doc/Naether/Java/Ruby.html",
|
34
|
+
"doc/Naether/Maven.html",
|
35
|
+
"doc/Naether/Notation.html",
|
36
|
+
"doc/Naether/Runtime.html",
|
37
|
+
"doc/_index.html",
|
38
|
+
"doc/class_list.html",
|
39
|
+
"doc/css/common.css",
|
40
|
+
"doc/css/full_list.css",
|
41
|
+
"doc/css/style.css",
|
42
|
+
"doc/file.README.html",
|
43
|
+
"doc/file_list.html",
|
44
|
+
"doc/frames.html",
|
45
|
+
"doc/index.html",
|
46
|
+
"doc/js/app.js",
|
47
|
+
"doc/js/full_list.js",
|
48
|
+
"doc/js/jquery.js",
|
49
|
+
"doc/method_list.html",
|
50
|
+
"doc/top-level-namespace.html",
|
51
|
+
"jar_dependencies.yml",
|
52
|
+
"lib/naether.rb",
|
53
|
+
"lib/naether/bootstrap.rb",
|
54
|
+
"lib/naether/configuration.rb",
|
55
|
+
"lib/naether/java.rb",
|
56
|
+
"lib/naether/java/jruby.rb",
|
57
|
+
"lib/naether/java/ruby.rb",
|
58
|
+
"lib/naether/maven.rb",
|
59
|
+
"lib/naether/notation.rb",
|
60
|
+
"lib/naether/runtime.rb",
|
61
|
+
"naether.gemspec",
|
62
|
+
"pom.xml"
|
63
|
+
]
|
64
|
+
s.homepage = "http://github.com/mguymon/naether"
|
65
|
+
s.licenses = ["Apache"]
|
66
|
+
s.require_paths = ["lib"]
|
67
|
+
s.rubyforge_project = "naether"
|
68
|
+
s.rubygems_version = "1.8.23"
|
69
|
+
s.summary = "Java dependency resolver using Maven's Aether"
|
70
|
+
|
71
|
+
if s.respond_to? :specification_version then
|
72
|
+
s.specification_version = 3
|
73
|
+
|
74
|
+
if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
|
75
|
+
s.add_runtime_dependency(%q<rjb>, ["~> 1.4.0"])
|
76
|
+
s.add_development_dependency(%q<rspec>, ["> 2.9.0"])
|
77
|
+
s.add_development_dependency(%q<jeweler>, ["~> 2.0.0"])
|
78
|
+
s.add_development_dependency(%q<yard>, [">= 0"])
|
79
|
+
s.add_development_dependency(%q<kramdown>, [">= 0"])
|
80
|
+
else
|
81
|
+
s.add_dependency(%q<rjb>, ["~> 1.4.0"])
|
82
|
+
s.add_dependency(%q<rspec>, ["> 2.9.0"])
|
83
|
+
s.add_dependency(%q<jeweler>, ["~> 2.0.0"])
|
84
|
+
s.add_dependency(%q<yard>, [">= 0"])
|
85
|
+
s.add_dependency(%q<kramdown>, [">= 0"])
|
86
|
+
end
|
87
|
+
else
|
88
|
+
s.add_dependency(%q<rjb>, ["~> 1.4.0"])
|
89
|
+
s.add_dependency(%q<rspec>, ["> 2.9.0"])
|
90
|
+
s.add_dependency(%q<jeweler>, ["~> 2.0.0"])
|
91
|
+
s.add_dependency(%q<yard>, [">= 0"])
|
92
|
+
s.add_dependency(%q<kramdown>, [">= 0"])
|
93
|
+
end
|
94
|
+
end
|
95
|
+
|
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.13.
|
6
|
+
<version>0.13.4</version>
|
7
7
|
<name>Naether</name>
|
8
8
|
<packaging>jar</packaging>
|
9
9
|
<url>https://github.com/mguymon/naether</url>
|
@@ -54,11 +54,6 @@
|
|
54
54
|
<dependencies>
|
55
55
|
|
56
56
|
<!-- Logging -->
|
57
|
-
<dependency>
|
58
|
-
<groupId>ch.qos.logback</groupId>
|
59
|
-
<artifactId>logback-classic</artifactId>
|
60
|
-
<version>1.0.6</version>
|
61
|
-
</dependency>
|
62
57
|
<dependency>
|
63
58
|
<groupId>org.slf4j</groupId>
|
64
59
|
<artifactId>jcl-over-slf4j</artifactId>
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: naether
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.13.
|
4
|
+
version: 0.13.4
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -106,7 +106,30 @@ files:
|
|
106
106
|
- README.md
|
107
107
|
- Rakefile
|
108
108
|
- VERSION
|
109
|
-
- core-0.13.
|
109
|
+
- core-0.13.4.jar
|
110
|
+
- doc/Naether.html
|
111
|
+
- doc/Naether/Bootstrap.html
|
112
|
+
- doc/Naether/Configurator.html
|
113
|
+
- doc/Naether/Java.html
|
114
|
+
- doc/Naether/Java/JRuby.html
|
115
|
+
- doc/Naether/Java/Ruby.html
|
116
|
+
- doc/Naether/Maven.html
|
117
|
+
- doc/Naether/Notation.html
|
118
|
+
- doc/Naether/Runtime.html
|
119
|
+
- doc/_index.html
|
120
|
+
- doc/class_list.html
|
121
|
+
- doc/css/common.css
|
122
|
+
- doc/css/full_list.css
|
123
|
+
- doc/css/style.css
|
124
|
+
- doc/file.README.html
|
125
|
+
- doc/file_list.html
|
126
|
+
- doc/frames.html
|
127
|
+
- doc/index.html
|
128
|
+
- doc/js/app.js
|
129
|
+
- doc/js/full_list.js
|
130
|
+
- doc/js/jquery.js
|
131
|
+
- doc/method_list.html
|
132
|
+
- doc/top-level-namespace.html
|
110
133
|
- jar_dependencies.yml
|
111
134
|
- lib/naether.rb
|
112
135
|
- lib/naether/bootstrap.rb
|
@@ -117,6 +140,7 @@ files:
|
|
117
140
|
- lib/naether/maven.rb
|
118
141
|
- lib/naether/notation.rb
|
119
142
|
- lib/naether/runtime.rb
|
143
|
+
- naether.gemspec
|
120
144
|
- pom.xml
|
121
145
|
homepage: http://github.com/mguymon/naether
|
122
146
|
licenses:
|
@@ -133,7 +157,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
133
157
|
version: '0'
|
134
158
|
segments:
|
135
159
|
- 0
|
136
|
-
hash:
|
160
|
+
hash: -4267070343241472186
|
137
161
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
138
162
|
none: false
|
139
163
|
requirements:
|