asciidoctor-diagram-plantuml 1.2023.13 → 1.2024.3
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: deafc7a2c2e191308a5d38149408e19799e24b5a6fb042e56ddc332c4ffdf51d
|
4
|
+
data.tar.gz: 974add082b7fe713469107a0b83a6ad9dee8f4ec9c546414f706f292991ca46b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5af9226e4cb83c60f5e224d40c511d5522ba7ed63100c08ae67220511b1d92dd32fc09568302186974ff267b6959f84b09da018df4a62b90fb41829c17a8e6f7
|
7
|
+
data.tar.gz: a4fc55c992fddb8e1cecacdc6d08e8c0f5904e932483d5374dcb7ceceb5c63dc1b36a3e435c1c1773cee3c79faa285f46dd41592a9b3b3517589f7ab4307c28c
|
@@ -2,7 +2,7 @@
|
|
2
2
|
|
3
3
|
Gem::Specification.new do |s|
|
4
4
|
s.name = 'asciidoctor-diagram-plantuml'
|
5
|
-
s.version = '1.
|
5
|
+
s.version = '1.2024.3'
|
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}
|
data/lib/asciidoctor-diagram/plantuml/{plantuml-lgpl-1.2023.13.jar → plantuml-lgpl-1.2024.3.jar}
RENAMED
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.
|
4
|
+
version: 1.2024.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Pepijn Van Eeckhoudt
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-
|
11
|
+
date: 2024-02-24 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: PlantUML JAR files wrapped in a Ruby gem
|
14
14
|
email:
|
@@ -25,7 +25,7 @@ files:
|
|
25
25
|
- lib/asciidoctor-diagram/plantuml/jlatexmath-1.0.7.jar
|
26
26
|
- lib/asciidoctor-diagram/plantuml/jlatexmath-font-cyrillic-1.0.7.jar
|
27
27
|
- lib/asciidoctor-diagram/plantuml/jlatexmath-font-greek-1.0.7.jar
|
28
|
-
- lib/asciidoctor-diagram/plantuml/plantuml-lgpl-1.
|
28
|
+
- lib/asciidoctor-diagram/plantuml/plantuml-lgpl-1.2024.3.jar
|
29
29
|
- plantuml-license.txt
|
30
30
|
homepage: https://github.com/asciidoctor/asciidoctor-diagram
|
31
31
|
licenses:
|
@@ -46,7 +46,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
46
46
|
- !ruby/object:Gem::Version
|
47
47
|
version: '0'
|
48
48
|
requirements: []
|
49
|
-
rubygems_version: 3.
|
49
|
+
rubygems_version: 3.2.22
|
50
50
|
signing_key:
|
51
51
|
specification_version: 4
|
52
52
|
summary: PlantUML JAR files wrapped in a Ruby gem
|