asciidoctor-diagram-jsyntrax 1.38 → 1.38.1
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-3.0.13.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: 1ee5645c1e3e10f855372fe3da1d280023fb6abf410e010c0a7826e0483d9c82
|
4
|
+
data.tar.gz: 6427ce9bb384b5f480df83731712d93c787c29cdaac4958a67e61f90dab70b03
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7f2094f362f264c348dff2b7da01905d3dd4dc692c2c4e358f4dd3961e4d58582f5cbbeb897e6c2716098d7e984f61d72c1b55fe1feadcc31f6ecce21bf09407
|
7
|
+
data.tar.gz: 032776bd38acd970887f8d4c4cb32e1ee02da6ada2c65ceb085aa2d3d9a9f48c9d54a8517d1a64dda4a3117c8fd4b8881e2524720ff6d2d287c17d4260930ac4
|
@@ -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.1'
|
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.1
|
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-05-
|
12
|
-
dependencies:
|
11
|
+
date: 2024-05-29 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-3.0.13.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:
|