naether 0.14.3 → 0.15.8

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
- SHA1:
3
- metadata.gz: 1ddfc1ced670b4f4d029d8019427c3ae59d7a4d5
4
- data.tar.gz: 4b9b8050ae257cef2ab2302095d2b968e7e193f9
2
+ SHA256:
3
+ metadata.gz: 859e330b22394772c7b531889c485a87563944c775f30f2123cdee2ddb9d7751
4
+ data.tar.gz: a8d61dafb06ff69d43c50b04038f60494124e29ddf476bf85ced41a9cd618be1
5
5
  SHA512:
6
- metadata.gz: a689eeeba6e0ae8e62c7257a34243b88951f9a07803a34e3d26324db56181171a0705d5b2c22d7169bcbcc80b3bbea3e5c36d528b97cd76ef7b388c0daa1c7ed
7
- data.tar.gz: dcaec30be0987a25f10b2a5428ce1c8c6fbfa8c0f2ac01131e0bcae78071c5e072d7fab9a1f842cf85c4db9c2e68b11001edd9e11b790f7ab2195ad627fb8111
6
+ metadata.gz: 3783e108dba80eddd98bb3073e44703f97bd53e7cc347dc343bb1626edeac67be4be104bb3b74c69eaba7ae72d3bc3379b4a48d8771e6f02720bb9740310bb85
7
+ data.tar.gz: b29aae783aa2b29a5b8704761d030cf43595cbefea72c1ba324494777306fc9a3f6d605db1a090a1d4973ac084b4dcdff612a7b625897e2e469c97214a551f7f
data/Gemfile CHANGED
@@ -1,19 +1,16 @@
1
1
  source "http://rubygems.org"
2
2
 
3
3
  gem 'httpclient'
4
+ gem 'rake', '>= 12.3.3'
4
5
 
5
6
  platform = $platform || RUBY_PLATFORM[/java/] || 'ruby'
6
7
  if platform != 'java'
7
- gem 'rjb', '> 1.4.0', '< 1.6.0'
8
+ gem 'rjb', '> 1.6'
8
9
  end
9
10
 
10
11
  group :development do
11
- gem "rspec", "> 2.9.0"
12
- gem "jeweler", "~> 2.0.0"
12
+ gem "rspec", "> 2.9"
13
+ gem "jeweler", "~> 2.1"
13
14
  gem "yard"
14
15
  gem "kramdown"
15
-
16
- if platform == 'java'
17
- gem 'jruby-openssl'
18
- end
19
16
  end
data/Gemfile.lock CHANGED
@@ -1,76 +1,90 @@
1
1
  GEM
2
2
  remote: http://rubygems.org/
3
3
  specs:
4
- addressable (2.3.6)
5
- builder (3.2.2)
4
+ addressable (2.4.0)
5
+ builder (3.2.4)
6
6
  descendants_tracker (0.0.4)
7
7
  thread_safe (~> 0.3, >= 0.3.1)
8
- diff-lcs (1.2.4)
9
- faraday (0.9.1)
8
+ diff-lcs (1.3)
9
+ faraday (0.9.2)
10
10
  multipart-post (>= 1.2, < 3)
11
- git (1.2.9)
12
- github_api (0.12.2)
13
- addressable (~> 2.3)
11
+ git (1.5.0)
12
+ github_api (0.16.0)
13
+ addressable (~> 2.4.0)
14
14
  descendants_tracker (~> 0.0.4)
15
15
  faraday (~> 0.8, < 0.10)
16
- hashie (>= 3.3)
17
- multi_json (>= 1.7.5, < 2.0)
18
- nokogiri (~> 1.6.3)
19
- oauth2
20
- hashie (3.3.2)
21
- highline (1.6.21)
22
- httpclient (2.6.0.1)
23
- jeweler (2.0.1)
16
+ hashie (>= 3.4)
17
+ mime-types (>= 1.16, < 3.0)
18
+ oauth2 (~> 1.0)
19
+ hashie (4.0.0)
20
+ highline (2.0.3)
21
+ httpclient (2.8.3)
22
+ jar-dependencies (0.4.0)
23
+ jeweler (2.3.9)
24
24
  builder
25
- bundler (>= 1.0)
25
+ bundler
26
26
  git (>= 1.2.5)
27
- github_api
27
+ github_api (~> 0.16.0)
28
28
  highline (>= 1.6.15)
29
29
  nokogiri (>= 1.5.10)
30
+ psych
30
31
  rake
31
32
  rdoc
32
- json (1.8.2)
33
- json (1.8.2-java)
34
- jwt (1.2.0)
35
- kramdown (1.2.0)
36
- mini_portile (0.6.2)
37
- multi_json (1.10.1)
38
- multi_xml (0.5.5)
39
- multipart-post (2.0.0)
40
- nokogiri (1.6.5)
41
- mini_portile (~> 0.6.0)
42
- nokogiri (1.6.5-java)
43
- oauth2 (1.0.0)
44
- faraday (>= 0.8, < 0.10)
45
- jwt (~> 1.0)
33
+ semver2
34
+ jwt (2.2.1)
35
+ kramdown (2.1.0)
36
+ mime-types (2.99.3)
37
+ mini_portile2 (2.4.0)
38
+ multi_json (1.14.1)
39
+ multi_xml (0.6.0)
40
+ multipart-post (2.1.1)
41
+ nokogiri (1.10.7)
42
+ mini_portile2 (~> 2.4.0)
43
+ nokogiri (1.10.7-java)
44
+ oauth2 (1.4.2)
45
+ faraday (>= 0.8, < 2.0)
46
+ jwt (>= 1.0, < 3.0)
46
47
  multi_json (~> 1.3)
47
48
  multi_xml (~> 0.5)
48
- rack (~> 1.2)
49
- rack (1.6.0)
50
- rake (10.4.2)
51
- rdoc (4.2.0)
52
- json (~> 1.4)
53
- rjb (1.5.3)
54
- rspec (2.14.1)
55
- rspec-core (~> 2.14.0)
56
- rspec-expectations (~> 2.14.0)
57
- rspec-mocks (~> 2.14.0)
58
- rspec-core (2.14.5)
59
- rspec-expectations (2.14.3)
60
- diff-lcs (>= 1.1.3, < 2.0)
61
- rspec-mocks (2.14.3)
62
- thread_safe (0.3.4)
63
- thread_safe (0.3.4-java)
64
- yard (0.8.7.2)
49
+ rack (>= 1.2, < 3)
50
+ psych (3.1.0)
51
+ psych (3.1.0-java)
52
+ jar-dependencies (>= 0.1.7)
53
+ rack (2.1.1)
54
+ rake (13.0.3)
55
+ rdoc (6.2.1)
56
+ rjb (1.6.4)
57
+ rspec (3.9.0)
58
+ rspec-core (~> 3.9.0)
59
+ rspec-expectations (~> 3.9.0)
60
+ rspec-mocks (~> 3.9.0)
61
+ rspec-core (3.9.1)
62
+ rspec-support (~> 3.9.1)
63
+ rspec-expectations (3.9.0)
64
+ diff-lcs (>= 1.2.0, < 2.0)
65
+ rspec-support (~> 3.9.0)
66
+ rspec-mocks (3.9.1)
67
+ diff-lcs (>= 1.2.0, < 2.0)
68
+ rspec-support (~> 3.9.0)
69
+ rspec-support (3.9.2)
70
+ semver2 (3.4.2)
71
+ thread_safe (0.3.6)
72
+ thread_safe (0.3.6-java)
73
+ yard (0.9.24)
65
74
 
66
75
  PLATFORMS
67
76
  java
68
77
  ruby
78
+ universal-java-15
69
79
 
70
80
  DEPENDENCIES
71
81
  httpclient
72
- jeweler (~> 2.0.0)
82
+ jeweler (~> 2.1)
73
83
  kramdown
74
- rjb (> 1.4.0, < 1.6.0)
75
- rspec (> 2.9.0)
84
+ rake (>= 12.3.3)
85
+ rjb (> 1.6)
86
+ rspec (> 2.9)
76
87
  yard
88
+
89
+ BUNDLED WITH
90
+ 2.2.16
data/README.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  [![Build Status](https://travis-ci.org/mguymon/naether.png?branch=master)](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,25 +16,25 @@ 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
- NAETHER_MIRROR=http://my.local.repo/m2 gem install naether
27
-
26
+ NAETHER_MIRROR=https://my.local.repo/m2 gem install naether
27
+
28
28
  The _NAETHER_MIRROR_ environment is also appended to the remote repositories used when resolving dependences.
29
29
 
30
30
  ### Java
31
31
 
32
32
  <dependency>
33
33
  <groupId>com.tobedevoured.naether</groupId>
34
- <artifactId>naether</artifactId>
35
- <version>0.14.1</version>
34
+ <artifactId>core</artifactId>
35
+ <version>0.15.6</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",
@@ -82,6 +82,7 @@ Will output
82
82
  ### Java
83
83
 
84
84
  #### Resolving Dependencies
85
+
85
86
  import com.tobedevoured.naether.api.Naether;
86
87
  import com.tobedevoured.naether.impl.NaetherImpl;
87
88
 
@@ -92,7 +93,7 @@ Will output
92
93
  System.out.println( naether.getDependenciesNotation().toString() );
93
94
 
94
95
  Will output:
95
-
96
+
96
97
  ["ch.qos.logback:logback-core:jar:0.9.29",
97
98
  "ch.qos.logback:logback-classic:jar:0.9.29",
98
99
  "junit:junit:jar:4.8.2",
@@ -103,16 +104,16 @@ Will output:
103
104
  ## License
104
105
 
105
106
  Licensed to the Apache Software Foundation (ASF) under one or more
106
- contributor license agreements. See the NOTICE file distributed with this
107
- work for additional information regarding copyright ownership. The ASF
107
+ contributor license agreements. See the NOTICE file distributed with this
108
+ work for additional information regarding copyright ownership. The ASF
108
109
  licenses this file to you under the Apache License, Version 2.0 (the
109
110
  "License"); you may not use this file except in compliance with the License.
110
111
  You may obtain a copy of the License at
111
112
 
112
- http://www.apache.org/licenses/LICENSE-2.0
113
+ http://www.apache.org/licenses/LICENSE-2.0
113
114
 
114
115
  Unless required by applicable law or agreed to in writing, software
115
116
  distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
116
- WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
117
+ WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
117
118
  License for the specific language governing permissions and limitations under
118
119
  the License.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.14.3
1
+ 0.15.8
data/core-0.15.7.jar ADDED
Binary file
data/core-0.15.8.jar ADDED
Binary file
@@ -1,10 +1,10 @@
1
1
  require "#{File.dirname(__FILE__)}/../naether"
2
2
  require "#{File.dirname(__FILE__)}/java"
3
3
  require "#{File.dirname(__FILE__)}/configuration"
4
- require 'yaml'
5
- require 'open-uri'
6
- require 'fileutils'
7
- require 'httpclient'
4
+ require "yaml"
5
+ require "open-uri"
6
+ require "fileutils"
7
+ require "httpclient"
8
8
 
9
9
  module Naether
10
10
 
@@ -14,7 +14,6 @@ module Naether
14
14
  # @author Michael Guymon
15
15
  #
16
16
  class Bootstrap
17
-
18
17
  @@dependencies = nil
19
18
 
20
19
  class << self
@@ -23,28 +22,28 @@ module Naether
23
22
  #
24
23
  # @return [String]
25
24
  def default_local_repo
26
- ENV['M2_REPO'] || File.expand_path('~/.m2/repository')
25
+ ENV["M2_REPO"] || File.expand_path("~/.m2/repository")
27
26
  end
28
27
 
29
28
  # Maven URL to fetch jars from, ENV['NAETHER_MIRROR'] or
30
29
  #
31
30
  # @return [String]
32
31
  def maven_url
33
- ENV['NAETHER_MIRROR'] || 'http://repo1.maven.org/maven2'
32
+ ENV["NAETHER_MIRROR"] || "https://repo1.maven.org/maven2"
34
33
  end
35
34
 
36
35
  # Write bootstrap dependencies to yaml file
37
- def write_dependencies( dest = 'jar_dependencies.yml' )
38
- deps = {};
39
- if Naether::Configuration.platform == 'java'
36
+ def write_dependencies(dest = "jar_dependencies.yml")
37
+ deps = {}
38
+ if Naether::Configuration.platform == "java"
40
39
  deps[:dependencies] = com.tobedevoured.naether.Bootstrap.dependencies.to_a
41
40
  else
42
- bootstrap = Rjb::import('com.tobedevoured.naether.Bootstrap')
43
- deps[:dependencies] = bootstrap.dependencies.toArray().map{ |dep| dep.toString() }
41
+ bootstrap = Rjb::import("com.tobedevoured.naether.Bootstrap")
42
+ deps[:dependencies] = bootstrap.dependencies.toArray().map { |dep| dep.toString() }
44
43
  end
45
44
 
46
- File.open( dest, 'w' ) do |out|
47
- YAML.dump( deps, out )
45
+ File.open(dest, "w") do |out|
46
+ YAML.dump(deps, out)
48
47
  end
49
48
  end
50
49
 
@@ -53,8 +52,7 @@ module Naether
53
52
  #
54
53
  # @param [String] dep_file path, defaults to Naether::Configuration.dependencies_yml
55
54
  # @return [List]
56
- def dependencies( dep_file=nil )
57
-
55
+ def dependencies(dep_file = nil)
58
56
  if @@dependencies
59
57
  return @@dependencies
60
58
  end
@@ -63,31 +61,30 @@ module Naether
63
61
  dep_file = Naether::Configuration.dependencies_yml
64
62
  end
65
63
 
66
- dep = YAML.load_file( dep_file )
64
+ dep = YAML.load_file(dep_file)
67
65
  @@dependencies = dep[:dependencies]
68
66
  end
69
67
 
70
-
71
68
  #
72
69
  # Bootstrap the local repo by downloading Naether's dependencies
73
70
  # @param [String] local_repo defaults to #default_local_repo
74
71
  # @param [hash] opts
75
72
  #
76
- def bootstrap_local_repo(local_repo = nil, opts = {} )
73
+ def bootstrap_local_repo(local_repo = nil, opts = {})
77
74
  local_repo = local_repo || default_local_repo
78
75
 
79
76
  opts[:local_repo] = local_repo
80
77
 
81
- temp_naether_dir = File.join( local_repo, ".naether" )
78
+ temp_naether_dir = File.join(local_repo, ".naether")
82
79
 
83
- deps = download_dependencies( temp_naether_dir, opts )
80
+ deps = download_dependencies(temp_naether_dir, opts)
84
81
 
85
- jars = (deps[:exists] + deps[:downloaded]).map {|jar| jar.values.first }
82
+ jars = (deps[:exists] + deps[:downloaded]).map { |jar| jar.values.first }
86
83
 
87
- jars = Naether::Java.internal_load_paths( jars )
84
+ jars = Naether::Java.internal_load_paths(jars)
88
85
 
89
- if ( deps[:downloaded].size > 0)
90
- install_dependencies_to_local_repo( deps[:downloaded], jars, opts )
86
+ if (deps[:downloaded].size > 0)
87
+ install_dependencies_to_local_repo(deps[:downloaded], jars, opts)
91
88
  end
92
89
  end
93
90
 
@@ -97,10 +94,9 @@ module Naether
97
94
  # @param [String] dest to download dependencies t
98
95
  # @param [Hash] opts
99
96
  # @return [Hash] with status of missing, downloaded, exists dependencies
100
- def download_dependencies( dest, opts = {} )
101
-
97
+ def download_dependencies(dest, opts = {})
102
98
  if !File.exists? dest
103
- FileUtils.mkdir_p( dest )
99
+ FileUtils.mkdir_p(dest)
104
100
  end
105
101
 
106
102
  deps = {}
@@ -108,7 +104,7 @@ module Naether
108
104
  if opts[:deps]
109
105
  deps[:missing] = opts[:deps]
110
106
  else
111
- deps = check_local_repo_for_deps( opts[:local_repo], opts )
107
+ deps = check_local_repo_for_deps(opts[:local_repo], opts)
112
108
  end
113
109
 
114
110
  deps[:downloaded] = []
@@ -133,7 +129,7 @@ module Naether
133
129
  data = http_client.get(maven_jar_url)
134
130
 
135
131
  if data.ok?
136
- open(maven_path, 'wb') do |io|
132
+ open(maven_path, "wb") do |io|
137
133
  io.print data.content
138
134
  end
139
135
  else
@@ -156,16 +152,15 @@ module Naether
156
152
  # @param [String] local_repo
157
153
  # @param [Hash] opts
158
154
  # @return [Hash] with status of missing, downloaded, exists dependencies
159
- def check_local_repo_for_deps(local_repo = nil, opts = {} )
160
-
155
+ def check_local_repo_for_deps(local_repo = nil, opts = {})
161
156
  local_repo = local_repo || default_local_repo
162
157
  local_repo = File.expand_path(local_repo)
163
158
 
164
159
  #puts "Checking #{local_repo} for jars to bootstrap Naether"
165
160
 
166
- deps = {:exists => [], :missing => [], :downloaded => [] }
161
+ deps = { :exists => [], :missing => [], :downloaded => [] }
167
162
 
168
- dependencies( opts[:dep_yaml] ).each do |dep|
163
+ dependencies(opts[:dep_yaml]).each do |dep|
169
164
  notation = dep.split(":")
170
165
  group = notation[0].gsub("\.", File::SEPARATOR)
171
166
  artifact = notation[1].gsub("\.", File::SEPARATOR)
@@ -181,7 +176,6 @@ module Naether
181
176
  else
182
177
  deps[:missing] << dep
183
178
  end
184
-
185
179
  end
186
180
  deps
187
181
  end
@@ -194,11 +188,10 @@ module Naether
194
188
  # @param [Hash] opts
195
189
  # @return [Naether]
196
190
  #
197
- def install_dependencies_to_local_repo( install_jars, naether_jars, opts = {} )
198
-
191
+ def install_dependencies_to_local_repo(install_jars, naether_jars, opts = {})
199
192
  require "#{File.dirname(__FILE__)}/../naether"
200
193
 
201
- @naether = Naether.create_from_jars( naether_jars )
194
+ @naether = Naether.create_from_jars(naether_jars)
202
195
 
203
196
  if opts[:local_repo]
204
197
  @naether.local_repo_path = opts[:local_repo]
@@ -206,7 +199,7 @@ module Naether
206
199
 
207
200
  install_jars.each do |dep|
208
201
  notation, path = dep.to_a.first
209
- @naether.install( notation, nil, path )
202
+ @naether.install(notation, nil, path)
210
203
  end
211
204
 
212
205
  @naether
@@ -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
@@ -276,7 +276,7 @@ module Naether
276
276
  #
277
277
  # @return [Array] of loaded jars
278
278
  def load_dependencies_to_classpath
279
- jars = dependencies_classpath.split(":")
279
+ jars = dependencies_classpath.split(File::PATH_SEPARATOR)
280
280
  Naether::Java.load_jars(jars)
281
281
 
282
282
  jars
data/naether.gemspec ADDED
@@ -0,0 +1,72 @@
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.8 ruby lib
6
+ # stub: Rakefile
7
+
8
+ Gem::Specification.new do |s|
9
+ s.name = "naether".freeze
10
+ s.version = "0.15.8"
11
+
12
+ s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version=
13
+ s.require_paths = ["lib".freeze]
14
+ s.authors = ["Michael Guymon".freeze]
15
+ s.date = "2021-04-14"
16
+ s.description = "Java dependency resolver using Maven's Aether".freeze
17
+ s.email = "michael@tobedevoured.com".freeze
18
+ s.extensions = ["Rakefile".freeze]
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.7.jar",
31
+ "core-0.15.8.jar",
32
+ "jar_dependencies.yml",
33
+ "lib/naether.rb",
34
+ "lib/naether/bootstrap.rb",
35
+ "lib/naether/configuration.rb",
36
+ "lib/naether/java.rb",
37
+ "lib/naether/java/jruby.rb",
38
+ "lib/naether/java/ruby.rb",
39
+ "lib/naether/maven.rb",
40
+ "lib/naether/notation.rb",
41
+ "lib/naether/runtime.rb",
42
+ "naether.gemspec",
43
+ "pom.xml"
44
+ ]
45
+ s.homepage = "http://github.com/mguymon/naether".freeze
46
+ s.licenses = ["Apache".freeze]
47
+ s.rubygems_version = "3.2.3".freeze
48
+ s.summary = "Java dependency resolver using Maven's Aether".freeze
49
+
50
+ if s.respond_to? :specification_version then
51
+ s.specification_version = 4
52
+ end
53
+
54
+ if s.respond_to? :add_runtime_dependency then
55
+ s.add_runtime_dependency(%q<httpclient>.freeze, [">= 0"])
56
+ s.add_runtime_dependency(%q<rake>.freeze, [">= 12.3.3"])
57
+ s.add_runtime_dependency(%q<rjb>.freeze, ["> 1.6"])
58
+ s.add_development_dependency(%q<rspec>.freeze, ["> 2.9"])
59
+ s.add_development_dependency(%q<jeweler>.freeze, ["~> 2.1"])
60
+ s.add_development_dependency(%q<yard>.freeze, [">= 0"])
61
+ s.add_development_dependency(%q<kramdown>.freeze, [">= 0"])
62
+ else
63
+ s.add_dependency(%q<httpclient>.freeze, [">= 0"])
64
+ s.add_dependency(%q<rake>.freeze, [">= 12.3.3"])
65
+ s.add_dependency(%q<rjb>.freeze, ["> 1.6"])
66
+ s.add_dependency(%q<rspec>.freeze, ["> 2.9"])
67
+ s.add_dependency(%q<jeweler>.freeze, ["~> 2.1"])
68
+ s.add_dependency(%q<yard>.freeze, [">= 0"])
69
+ s.add_dependency(%q<kramdown>.freeze, [">= 0"])
70
+ end
71
+ end
72
+
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.14.3</version>
6
+ <version>0.15.8</version>
7
7
  <name>Naether</name>
8
8
  <packaging>jar</packaging>
9
9
  <url>https://github.com/mguymon/naether</url>
@@ -36,7 +36,7 @@
36
36
  <repository>
37
37
  <id>nexus-releases</id>
38
38
  <name>Nexus Release Repository</name>
39
- <url>http://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
39
+ <url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
40
40
  </repository>
41
41
  </distributionManagement>
42
42
 
@@ -47,8 +47,8 @@
47
47
  <mavenVersion>3.0.3</mavenVersion>
48
48
  <wagonVersion>1.0</wagonVersion>
49
49
  <org.slf4j.version>1.7.6</org.slf4j.version>
50
- <maven.compiler.source>1.6</maven.compiler.source>
51
- <maven.compiler.target>1.6</maven.compiler.target>
50
+ <maven.compiler.source>1.7</maven.compiler.source>
51
+ <maven.compiler.target>1.7</maven.compiler.target>
52
52
  </properties>
53
53
 
54
54
  <dependencies>
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.14.3
4
+ version: 0.15.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Michael Guymon
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-05-20 00:00:00.000000000 Z
11
+ date: 2021-04-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: httpclient
@@ -25,53 +25,61 @@ dependencies:
25
25
  - !ruby/object:Gem::Version
26
26
  version: '0'
27
27
  - !ruby/object:Gem::Dependency
28
- name: rjb
28
+ name: rake
29
29
  requirement: !ruby/object:Gem::Requirement
30
30
  requirements:
31
- - - "<"
31
+ - - ">="
32
32
  - !ruby/object:Gem::Version
33
- version: 1.6.0
33
+ version: 12.3.3
34
+ type: :runtime
35
+ prerelease: false
36
+ version_requirements: !ruby/object:Gem::Requirement
37
+ requirements:
38
+ - - ">="
39
+ - !ruby/object:Gem::Version
40
+ version: 12.3.3
41
+ - !ruby/object:Gem::Dependency
42
+ name: rjb
43
+ requirement: !ruby/object:Gem::Requirement
44
+ requirements:
34
45
  - - ">"
35
46
  - !ruby/object:Gem::Version
36
- version: 1.4.0
47
+ version: '1.6'
37
48
  type: :runtime
38
49
  prerelease: false
39
50
  version_requirements: !ruby/object:Gem::Requirement
40
51
  requirements:
41
- - - "<"
42
- - !ruby/object:Gem::Version
43
- version: 1.6.0
44
52
  - - ">"
45
53
  - !ruby/object:Gem::Version
46
- version: 1.4.0
54
+ version: '1.6'
47
55
  - !ruby/object:Gem::Dependency
48
56
  name: rspec
49
57
  requirement: !ruby/object:Gem::Requirement
50
58
  requirements:
51
59
  - - ">"
52
60
  - !ruby/object:Gem::Version
53
- version: 2.9.0
61
+ version: '2.9'
54
62
  type: :development
55
63
  prerelease: false
56
64
  version_requirements: !ruby/object:Gem::Requirement
57
65
  requirements:
58
66
  - - ">"
59
67
  - !ruby/object:Gem::Version
60
- version: 2.9.0
68
+ version: '2.9'
61
69
  - !ruby/object:Gem::Dependency
62
70
  name: jeweler
63
71
  requirement: !ruby/object:Gem::Requirement
64
72
  requirements:
65
73
  - - "~>"
66
74
  - !ruby/object:Gem::Version
67
- version: 2.0.0
75
+ version: '2.1'
68
76
  type: :development
69
77
  prerelease: false
70
78
  version_requirements: !ruby/object:Gem::Requirement
71
79
  requirements:
72
80
  - - "~>"
73
81
  - !ruby/object:Gem::Version
74
- version: 2.0.0
82
+ version: '2.1'
75
83
  - !ruby/object:Gem::Dependency
76
84
  name: yard
77
85
  requirement: !ruby/object:Gem::Requirement
@@ -115,7 +123,8 @@ files:
115
123
  - README.md
116
124
  - Rakefile
117
125
  - VERSION
118
- - core-0.14.3.jar
126
+ - core-0.15.7.jar
127
+ - core-0.15.8.jar
119
128
  - jar_dependencies.yml
120
129
  - lib/naether.rb
121
130
  - lib/naether/bootstrap.rb
@@ -126,6 +135,7 @@ files:
126
135
  - lib/naether/maven.rb
127
136
  - lib/naether/notation.rb
128
137
  - lib/naether/runtime.rb
138
+ - naether.gemspec
129
139
  - pom.xml
130
140
  homepage: http://github.com/mguymon/naether
131
141
  licenses:
@@ -146,8 +156,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
146
156
  - !ruby/object:Gem::Version
147
157
  version: '0'
148
158
  requirements: []
149
- rubyforge_project: naether
150
- rubygems_version: 2.2.2
159
+ rubygems_version: 3.2.3
151
160
  signing_key:
152
161
  specification_version: 4
153
162
  summary: Java dependency resolver using Maven's Aether
data/core-0.14.3.jar DELETED
Binary file