naether 0.15.0 → 0.15.5
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.
- checksums.yaml +4 -4
- data/Gemfile +1 -5
- data/Gemfile.lock +5 -2
- data/README.md +11 -11
- data/VERSION +1 -1
- data/core-0.15.5.jar +0 -0
- data/lib/naether/configuration.rb +1 -2
- data/lib/naether/runtime.rb +1 -1
- data/naether.gemspec +77 -0
- data/pom.xml +1 -1
- metadata +6 -5
- data/core-0.15.0.jar +0 -0
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 793256be0b046dc3e6a2eafbd523175270ba3beb
|
|
4
|
+
data.tar.gz: 3f199476865cc11bd829f3d9c873d3231ad7e097
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 0f1ab19a253e3116bacfb25d098f871380a987f5160306168ce001368dd65e8ac5eb3122a85ff86a44fb755dc2ae9ce5940a813f939157531f3beec53a874618
|
|
7
|
+
data.tar.gz: c248e065dfa416f536bdc290a4aac51253a3eed0039acea06d68882278e5900142e25bdfeb611fe406cb435f31bc558eae68f0550fcc1f4e31fe9ab5b4a5157a
|
data/Gemfile
CHANGED
data/Gemfile.lock
CHANGED
|
@@ -50,7 +50,7 @@ GEM
|
|
|
50
50
|
rake (10.4.2)
|
|
51
51
|
rdoc (4.2.0)
|
|
52
52
|
json (~> 1.4)
|
|
53
|
-
rjb (1.5.
|
|
53
|
+
rjb (1.5.5)
|
|
54
54
|
rspec (2.14.1)
|
|
55
55
|
rspec-core (~> 2.14.0)
|
|
56
56
|
rspec-expectations (~> 2.14.0)
|
|
@@ -69,8 +69,11 @@ PLATFORMS
|
|
|
69
69
|
|
|
70
70
|
DEPENDENCIES
|
|
71
71
|
httpclient
|
|
72
|
-
jeweler (~> 2.0.
|
|
72
|
+
jeweler (~> 2.0.1)
|
|
73
73
|
kramdown
|
|
74
74
|
rjb (> 1.4.0, < 1.6.0)
|
|
75
75
|
rspec (> 2.9.0)
|
|
76
76
|
yard
|
|
77
|
+
|
|
78
|
+
BUNDLED WITH
|
|
79
|
+
1.14.5
|
data/README.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
[](https://travis-ci.org/mguymon/naether)
|
|
4
4
|
|
|
5
|
-
Naether is a Java Dependency Resolver using Maven's [Aether](https://github.com/sonatype/sonatype-aether)
|
|
5
|
+
Naether is a Java Dependency Resolver using Maven's [Aether](https://github.com/sonatype/sonatype-aether)
|
|
6
6
|
that can be used by Ruby or Java.
|
|
7
7
|
|
|
8
8
|
<https://github.com/mguymon/naether>
|
|
@@ -16,15 +16,15 @@ that can be used by Ruby or Java.
|
|
|
16
16
|
JRuby is natively supported. Vanilla Ruby uses [Rjb](http://rjb.rubyforge.org) to proxy over JNI.
|
|
17
17
|
|
|
18
18
|
gem install naether
|
|
19
|
-
|
|
19
|
+
|
|
20
20
|
The jar dependencies for Naether will automatically be downloaded when the gem installs.
|
|
21
|
-
|
|
21
|
+
|
|
22
22
|
#### Custom Maven Repo
|
|
23
23
|
|
|
24
24
|
You can override the default Maven Repo used in bootstraping Naether by setting the _NAETHER_MIRROR_ environment variable.
|
|
25
25
|
|
|
26
26
|
NAETHER_MIRROR=http://my.local.repo/m2 gem install naether
|
|
27
|
-
|
|
27
|
+
|
|
28
28
|
The _NAETHER_MIRROR_ environment is also appended to the remote repositories used when resolving dependences.
|
|
29
29
|
|
|
30
30
|
### Java
|
|
@@ -32,9 +32,9 @@ The _NAETHER_MIRROR_ environment is also appended to the remote repositories use
|
|
|
32
32
|
<dependency>
|
|
33
33
|
<groupId>com.tobedevoured.naether</groupId>
|
|
34
34
|
<artifactId>core</artifactId>
|
|
35
|
-
<version>0.
|
|
35
|
+
<version>0.15.5</version>
|
|
36
36
|
</dependency>
|
|
37
|
-
|
|
37
|
+
|
|
38
38
|
May have to add the Sonatype Repo if the sync to Maven Central is slow.
|
|
39
39
|
|
|
40
40
|
<repositories>
|
|
@@ -53,7 +53,7 @@ All of the Naether dependencies are loaded via a Custom ClassLoader.
|
|
|
53
53
|
|
|
54
54
|
#### Bootstraping
|
|
55
55
|
|
|
56
|
-
Naether [jar dependences](https://github.com/mguymon/naether/blob/master/jar_dependencies.yml)
|
|
56
|
+
Naether [jar dependences](https://github.com/mguymon/naether/blob/master/jar_dependencies.yml)
|
|
57
57
|
must be loaded for Naether to work. This is easily done with the [bootstrap helper](http://rdoc.info/gems/naether/Naether/Bootstrap)
|
|
58
58
|
|
|
59
59
|
Naether::Bootstrap.bootstrap_local_repo
|
|
@@ -62,14 +62,14 @@ must be loaded for Naether to work. This is easily done with the [bootstrap help
|
|
|
62
62
|
|
|
63
63
|
require 'rubygems'
|
|
64
64
|
require 'naether'
|
|
65
|
-
|
|
65
|
+
|
|
66
66
|
Naether::Bootstrap.bootstrap_local_repo
|
|
67
67
|
naether = Naether.create
|
|
68
68
|
naether.dependencies = [ "ch.qos.logback:logback-classic:jar:0.9.29", "junit:junit:jar:4.8.2" ]
|
|
69
69
|
naether.resolve_dependencies()
|
|
70
|
-
|
|
70
|
+
|
|
71
71
|
puts naether.dependencies_notation
|
|
72
|
-
|
|
72
|
+
|
|
73
73
|
Will output
|
|
74
74
|
|
|
75
75
|
["ch.qos.logback:logback-core:jar:0.9.29",
|
|
@@ -92,7 +92,7 @@ Will output
|
|
|
92
92
|
System.out.println( naether.getDependenciesNotation().toString() );
|
|
93
93
|
|
|
94
94
|
Will output:
|
|
95
|
-
|
|
95
|
+
|
|
96
96
|
["ch.qos.logback:logback-core:jar:0.9.29",
|
|
97
97
|
"ch.qos.logback:logback-classic:jar:0.9.29",
|
|
98
98
|
"junit:junit:jar:4.8.2",
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.15.
|
|
1
|
+
0.15.5
|
data/core-0.15.5.jar
ADDED
|
Binary file
|
|
@@ -26,7 +26,6 @@ module Naether
|
|
|
26
26
|
:gem_dir => gem_dir,
|
|
27
27
|
:naether_jar => File.join( gem_dir, "core-#{version}.jar"),
|
|
28
28
|
:platform => ($platform || RUBY_PLATFORM[/java/] || 'ruby'),
|
|
29
|
-
:version => version,
|
|
30
29
|
:dependencies_yml => File.expand_path("#{File.dirname( __FILE__ )}/../../jar_dependencies.yml")
|
|
31
30
|
}
|
|
32
31
|
|
|
@@ -70,4 +69,4 @@ module Naether
|
|
|
70
69
|
end
|
|
71
70
|
end
|
|
72
71
|
|
|
73
|
-
end
|
|
72
|
+
end
|
data/lib/naether/runtime.rb
CHANGED
data/naether.gemspec
ADDED
|
@@ -0,0 +1,77 @@
|
|
|
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
|
+
# stub: naether 0.15.5 ruby lib
|
|
6
|
+
# stub: Rakefile
|
|
7
|
+
|
|
8
|
+
Gem::Specification.new do |s|
|
|
9
|
+
s.name = "naether"
|
|
10
|
+
s.version = "0.15.5"
|
|
11
|
+
|
|
12
|
+
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
|
13
|
+
s.require_paths = ["lib"]
|
|
14
|
+
s.authors = ["Michael Guymon"]
|
|
15
|
+
s.date = "2017-10-24"
|
|
16
|
+
s.description = "Java dependency resolver using Maven's Aether"
|
|
17
|
+
s.email = "michael@tobedevoured.com"
|
|
18
|
+
s.extensions = ["Rakefile"]
|
|
19
|
+
s.extra_rdoc_files = [
|
|
20
|
+
"LICENSE",
|
|
21
|
+
"README.md"
|
|
22
|
+
]
|
|
23
|
+
s.files = [
|
|
24
|
+
"Gemfile",
|
|
25
|
+
"Gemfile.lock",
|
|
26
|
+
"LICENSE",
|
|
27
|
+
"README.md",
|
|
28
|
+
"Rakefile",
|
|
29
|
+
"VERSION",
|
|
30
|
+
"core-0.15.5.jar",
|
|
31
|
+
"jar_dependencies.yml",
|
|
32
|
+
"lib/naether.rb",
|
|
33
|
+
"lib/naether/bootstrap.rb",
|
|
34
|
+
"lib/naether/configuration.rb",
|
|
35
|
+
"lib/naether/java.rb",
|
|
36
|
+
"lib/naether/java/jruby.rb",
|
|
37
|
+
"lib/naether/java/ruby.rb",
|
|
38
|
+
"lib/naether/maven.rb",
|
|
39
|
+
"lib/naether/notation.rb",
|
|
40
|
+
"lib/naether/runtime.rb",
|
|
41
|
+
"naether.gemspec",
|
|
42
|
+
"pom.xml"
|
|
43
|
+
]
|
|
44
|
+
s.homepage = "http://github.com/mguymon/naether"
|
|
45
|
+
s.licenses = ["Apache"]
|
|
46
|
+
s.rubyforge_project = "naether"
|
|
47
|
+
s.rubygems_version = "2.2.2"
|
|
48
|
+
s.summary = "Java dependency resolver using Maven's Aether"
|
|
49
|
+
|
|
50
|
+
if s.respond_to? :specification_version then
|
|
51
|
+
s.specification_version = 4
|
|
52
|
+
|
|
53
|
+
if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
|
|
54
|
+
s.add_runtime_dependency(%q<httpclient>, [">= 0"])
|
|
55
|
+
s.add_runtime_dependency(%q<rjb>, ["< 1.6.0", "> 1.4.0"])
|
|
56
|
+
s.add_development_dependency(%q<rspec>, ["> 2.9.0"])
|
|
57
|
+
s.add_development_dependency(%q<jeweler>, ["~> 2.0.1"])
|
|
58
|
+
s.add_development_dependency(%q<yard>, [">= 0"])
|
|
59
|
+
s.add_development_dependency(%q<kramdown>, [">= 0"])
|
|
60
|
+
else
|
|
61
|
+
s.add_dependency(%q<httpclient>, [">= 0"])
|
|
62
|
+
s.add_dependency(%q<rjb>, ["< 1.6.0", "> 1.4.0"])
|
|
63
|
+
s.add_dependency(%q<rspec>, ["> 2.9.0"])
|
|
64
|
+
s.add_dependency(%q<jeweler>, ["~> 2.0.1"])
|
|
65
|
+
s.add_dependency(%q<yard>, [">= 0"])
|
|
66
|
+
s.add_dependency(%q<kramdown>, [">= 0"])
|
|
67
|
+
end
|
|
68
|
+
else
|
|
69
|
+
s.add_dependency(%q<httpclient>, [">= 0"])
|
|
70
|
+
s.add_dependency(%q<rjb>, ["< 1.6.0", "> 1.4.0"])
|
|
71
|
+
s.add_dependency(%q<rspec>, ["> 2.9.0"])
|
|
72
|
+
s.add_dependency(%q<jeweler>, ["~> 2.0.1"])
|
|
73
|
+
s.add_dependency(%q<yard>, [">= 0"])
|
|
74
|
+
s.add_dependency(%q<kramdown>, [">= 0"])
|
|
75
|
+
end
|
|
76
|
+
end
|
|
77
|
+
|
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.15.
|
|
6
|
+
<version>0.15.5</version>
|
|
7
7
|
<name>Naether</name>
|
|
8
8
|
<packaging>jar</packaging>
|
|
9
9
|
<url>https://github.com/mguymon/naether</url>
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: naether
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.15.
|
|
4
|
+
version: 0.15.5
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Michael Guymon
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2017-10-24 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: httpclient
|
|
@@ -64,14 +64,14 @@ dependencies:
|
|
|
64
64
|
requirements:
|
|
65
65
|
- - "~>"
|
|
66
66
|
- !ruby/object:Gem::Version
|
|
67
|
-
version: 2.0.
|
|
67
|
+
version: 2.0.1
|
|
68
68
|
type: :development
|
|
69
69
|
prerelease: false
|
|
70
70
|
version_requirements: !ruby/object:Gem::Requirement
|
|
71
71
|
requirements:
|
|
72
72
|
- - "~>"
|
|
73
73
|
- !ruby/object:Gem::Version
|
|
74
|
-
version: 2.0.
|
|
74
|
+
version: 2.0.1
|
|
75
75
|
- !ruby/object:Gem::Dependency
|
|
76
76
|
name: yard
|
|
77
77
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -115,7 +115,7 @@ files:
|
|
|
115
115
|
- README.md
|
|
116
116
|
- Rakefile
|
|
117
117
|
- VERSION
|
|
118
|
-
- core-0.15.
|
|
118
|
+
- core-0.15.5.jar
|
|
119
119
|
- jar_dependencies.yml
|
|
120
120
|
- lib/naether.rb
|
|
121
121
|
- lib/naether/bootstrap.rb
|
|
@@ -126,6 +126,7 @@ files:
|
|
|
126
126
|
- lib/naether/maven.rb
|
|
127
127
|
- lib/naether/notation.rb
|
|
128
128
|
- lib/naether/runtime.rb
|
|
129
|
+
- naether.gemspec
|
|
129
130
|
- pom.xml
|
|
130
131
|
homepage: http://github.com/mguymon/naether
|
|
131
132
|
licenses:
|
data/core-0.15.0.jar
DELETED
|
Binary file
|