asciidoctor-diagram-plantuml 1.2022.12 → 1.2022.14
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
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d42d143346f92e3ec9049d40e620c543524a0f957b81a71c600471a0982ee355
|
4
|
+
data.tar.gz: c647bd29aced82eb4c62d84ca75a3942981666e166bffa4155c5424167f518a9
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7c1480fcd63c5e19c58042ceefc3c9e5af8ce6e68aa7d3cee33cd657201b85a4457d927a08d4e5c341c7e5603bb92696b162e5ce58fb42ca1579da1de21045c7
|
7
|
+
data.tar.gz: c3fe6f1d4a2b69413c0499b7190de1f13c2c7e99330d51f1f37bfa54cce51f02279fe41e150c5324169016af8964aae2176875def7d016ec4069ee379e757260
|
@@ -2,7 +2,7 @@
|
|
2
2
|
|
3
3
|
Gem::Specification.new do |s|
|
4
4
|
s.name = 'asciidoctor-diagram-plantuml'
|
5
|
-
s.version = '1.2022.
|
5
|
+
s.version = '1.2022.14'
|
6
6
|
s.authors = ['Pepijn Van Eeckhoudt']
|
7
7
|
s.email = ['pepijn@vaneeckhoudt.net']
|
8
8
|
s.description = %q{PlantUML JAR files wrapped in a Ruby gem}
|
Binary file
|
Binary file
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: asciidoctor-diagram-plantuml
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.2022.
|
4
|
+
version: 1.2022.14
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Pepijn Van Eeckhoudt
|
8
|
-
autorequire:
|
8
|
+
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2022-
|
11
|
+
date: 2022-12-27 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: PlantUML JAR files wrapped in a Ruby gem
|
14
14
|
email:
|
@@ -20,7 +20,7 @@ files:
|
|
20
20
|
- asciidoctor-diagram-plantuml.gemspec
|
21
21
|
- batik-all-license.txt
|
22
22
|
- jlatexmath-license.txt
|
23
|
-
- lib/asciidoctor-diagram/plantuml/batik-all-1.
|
23
|
+
- lib/asciidoctor-diagram/plantuml/batik-all-1.16.jar
|
24
24
|
- lib/asciidoctor-diagram/plantuml/classpath.rb
|
25
25
|
- lib/asciidoctor-diagram/plantuml/jlatexmath-1.0.7.jar
|
26
26
|
- lib/asciidoctor-diagram/plantuml/jlatexmath-font-cyrillic-1.0.7.jar
|
@@ -31,7 +31,7 @@ homepage: https://github.com/asciidoctor/asciidoctor-diagram
|
|
31
31
|
licenses:
|
32
32
|
- Apache-2.0
|
33
33
|
metadata: {}
|
34
|
-
post_install_message:
|
34
|
+
post_install_message:
|
35
35
|
rdoc_options: []
|
36
36
|
require_paths:
|
37
37
|
- lib
|
@@ -46,8 +46,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
46
46
|
- !ruby/object:Gem::Version
|
47
47
|
version: '0'
|
48
48
|
requirements: []
|
49
|
-
rubygems_version: 3.
|
50
|
-
signing_key:
|
49
|
+
rubygems_version: 3.0.3.1
|
50
|
+
signing_key:
|
51
51
|
specification_version: 4
|
52
52
|
summary: PlantUML JAR files wrapped in a Ruby gem
|
53
53
|
test_files: []
|
Binary file
|