jar-dependencies 0.6.0.pre3-java

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.
metadata ADDED
@@ -0,0 +1,77 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: jar-dependencies
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.6.0.pre3
5
+ platform: java
6
+ authors:
7
+ - christian meier
8
+ autorequire:
9
+ bindir: exe
10
+ cert_chain: []
11
+ date: 2026-08-24 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: |
14
+ manage jar dependencies for gems and keep track which jar was already
15
+ loaded using maven artifact coordinates. it warns on version conflicts and
16
+ loads only ONE jar assuming the first one is compatible to the second one
17
+ otherwise your project needs to lock down the right version by providing a
18
+ Jars.lock file.
19
+ email:
20
+ - mkristian@web.de
21
+ executables:
22
+ - lock_jars
23
+ extensions: []
24
+ extra_rdoc_files: []
25
+ files:
26
+ - MIT-LICENSE
27
+ - Mavenfile
28
+ - Rakefile
29
+ - Readme.md
30
+ - exe/lock_jars
31
+ - jar-dependencies.gemspec
32
+ - lib/jar-dependencies.rb
33
+ - lib/jar_dependencies.rb
34
+ - lib/jar_install_post_install_hook.rb
35
+ - lib/jars/classpath.rb
36
+ - lib/jars/gemspec_artifacts.rb
37
+ - lib/jars/installer.rb
38
+ - lib/jars/lock.rb
39
+ - lib/jars/lock_down.rb
40
+ - lib/jars/maven_exec.rb
41
+ - lib/jars/maven_settings.rb
42
+ - lib/jars/mima.rb
43
+ - lib/jars/mima/context-2.4.42.jar
44
+ - lib/jars/mima/jcl-over-slf4j-2.0.17.jar
45
+ - lib/jars/mima/slf4j-api-2.0.17.jar
46
+ - lib/jars/mima/slf4j-simple-2.0.17.jar
47
+ - lib/jars/mima/standalone-static-uber-2.4.42.jar
48
+ - lib/jars/mima/version.rb
49
+ - lib/jars/post_install_hook.rb
50
+ - lib/jars/setup.rb
51
+ - lib/jars/version.rb
52
+ - lib/rubygems_plugin.rb
53
+ homepage: https://github.com/jruby/jar-dependencies
54
+ licenses:
55
+ - MIT
56
+ metadata:
57
+ rubygems_mfa_required: 'true'
58
+ post_install_message:
59
+ rdoc_options: []
60
+ require_paths:
61
+ - lib
62
+ required_ruby_version: !ruby/object:Gem::Requirement
63
+ requirements:
64
+ - - ">="
65
+ - !ruby/object:Gem::Version
66
+ version: '2.6'
67
+ required_rubygems_version: !ruby/object:Gem::Requirement
68
+ requirements:
69
+ - - ">"
70
+ - !ruby/object:Gem::Version
71
+ version: 1.3.1
72
+ requirements: []
73
+ rubygems_version: 3.3.26
74
+ signing_key:
75
+ specification_version: 4
76
+ summary: manage jar dependencies for gems
77
+ test_files: []