asciidoctor-diagram-jsyntrax 1.38 → 1.38.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/asciidoctor-diagram-jsyntrax.gemspec +2 -1
- data/lib/asciidoctor-diagram/jsyntrax/classpath.rb +3 -1
- data/lib/asciidoctor-diagram/jsyntrax/commons-cli-1.8.0.jar +0 -0
- data/lib/asciidoctor-diagram/jsyntrax/commons-io-2.11.0.jar +0 -0
- data/lib/asciidoctor-diagram/jsyntrax/commons-logging-1.0.4.jar +0 -0
- data/lib/asciidoctor-diagram/jsyntrax/groovy-4.0.22.jar +0 -0
- data/lib/asciidoctor-diagram/jsyntrax/ini4j-0.5.4.jar +0 -0
- data/lib/asciidoctor-diagram/jsyntrax/jsyntrax-1.38.jar +0 -0
- metadata +22 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 59e09a13216681a96fe3b946f82dc9e190b20803e1cc96ec22ee083fd0815e45
|
4
|
+
data.tar.gz: 269aac42a82575a91c3be61cc7fde2cfe7c9f0606979f7f666a5f154e91d5bc9
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: '068a497b76b93711b625788c6d23797f8fbe563ee15d60b2a0fc683865c224882805afbebae614384b16cebea6f2d0542600caed945e4c049cc7dde6f120a638'
|
7
|
+
data.tar.gz: f9c4ab2f0767a7fce2f04678ca8894c9d2a072495585a3a73dd225733c5fa1c93a7d9b68f79c10ba5f004d464783250b0957784dab97d78f4411113485f8998e
|
@@ -2,7 +2,7 @@
|
|
2
2
|
|
3
3
|
Gem::Specification.new do |s|
|
4
4
|
s.name = 'asciidoctor-diagram-jsyntrax'
|
5
|
-
s.version = '1.38'
|
5
|
+
s.version = '1.38.2'
|
6
6
|
s.authors = ['Ivan Ponomarev']
|
7
7
|
s.email = ['ivan@galahad.ee']
|
8
8
|
s.description = %q{JSyntrax JAR files wrapped in a Ruby gem}
|
@@ -13,4 +13,5 @@ Gem::Specification.new do |s|
|
|
13
13
|
|
14
14
|
s.files = Dir['**/*']
|
15
15
|
s.require_paths = ['lib']
|
16
|
+
s.add_runtime_dependency 'asciidoctor-diagram-batik', '~> 1.17'
|
16
17
|
end
|
@@ -1,7 +1,9 @@
|
|
1
|
+
require 'asciidoctor-diagram/batik/classpath'
|
2
|
+
|
1
3
|
module Asciidoctor
|
2
4
|
module Diagram
|
3
5
|
module JsyntraxClasspath
|
4
|
-
JAR_FILES = Dir[File.join(File.dirname(__FILE__), '*.jar')].freeze
|
6
|
+
JAR_FILES = (Dir[File.join(File.dirname(__FILE__), '*.jar')] + Asciidoctor::Diagram::BatikClasspath::JAR_FILES).freeze
|
5
7
|
end
|
6
8
|
end
|
7
9
|
end
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
metadata
CHANGED
@@ -1,15 +1,29 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: asciidoctor-diagram-jsyntrax
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version:
|
4
|
+
version: 1.38.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Ivan Ponomarev
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-
|
12
|
-
dependencies:
|
11
|
+
date: 2024-08-13 00:00:00.000000000 Z
|
12
|
+
dependencies:
|
13
|
+
- !ruby/object:Gem::Dependency
|
14
|
+
name: asciidoctor-diagram-batik
|
15
|
+
requirement: !ruby/object:Gem::Requirement
|
16
|
+
requirements:
|
17
|
+
- - "~>"
|
18
|
+
- !ruby/object:Gem::Version
|
19
|
+
version: '1.17'
|
20
|
+
type: :runtime
|
21
|
+
prerelease: false
|
22
|
+
version_requirements: !ruby/object:Gem::Requirement
|
23
|
+
requirements:
|
24
|
+
- - "~>"
|
25
|
+
- !ruby/object:Gem::Version
|
26
|
+
version: '1.17'
|
13
27
|
description: JSyntrax JAR files wrapped in a Ruby gem
|
14
28
|
email:
|
15
29
|
- ivan@galahad.ee
|
@@ -20,6 +34,11 @@ files:
|
|
20
34
|
- asciidoctor-diagram-jsyntrax.gemspec
|
21
35
|
- jsyntrax-license.txt
|
22
36
|
- lib/asciidoctor-diagram/jsyntrax/classpath.rb
|
37
|
+
- lib/asciidoctor-diagram/jsyntrax/commons-cli-1.8.0.jar
|
38
|
+
- lib/asciidoctor-diagram/jsyntrax/commons-io-2.11.0.jar
|
39
|
+
- lib/asciidoctor-diagram/jsyntrax/commons-logging-1.0.4.jar
|
40
|
+
- lib/asciidoctor-diagram/jsyntrax/groovy-4.0.22.jar
|
41
|
+
- lib/asciidoctor-diagram/jsyntrax/ini4j-0.5.4.jar
|
23
42
|
- lib/asciidoctor-diagram/jsyntrax/jsyntrax-1.38.jar
|
24
43
|
homepage: https://atp-mipt.github.io/jsyntrax/
|
25
44
|
licenses:
|