asciidoctor-diagram-jsyntrax 1.38
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
ADDED
@@ -0,0 +1,7 @@
|
|
1
|
+
---
|
2
|
+
SHA256:
|
3
|
+
metadata.gz: 40937b004a1733ad0e8353b78d53c42a74844164658a609a978623439a154740
|
4
|
+
data.tar.gz: 945bb561c8732eeead62284354e2c03553553311c87eb1235cd1c0c055103d49
|
5
|
+
SHA512:
|
6
|
+
metadata.gz: 013730b8dd30b3c08967ef8ac3b95404e702a5430c1f52c4cd8f77dd7bf1b5907dd0f86d87665a6b5b713dc98daa8edb4e0a23ae61927e5416737f30adf37589
|
7
|
+
data.tar.gz: 10199d73ef9d9a1e37bf406f8407f1b1de3ea7e11c50f50c49c2dac38517d240e0166f6c6073fce76dd0cb390a3faacf07f3f30f7dcb259871478540919f0a58
|
@@ -0,0 +1,16 @@
|
|
1
|
+
# coding: utf-8
|
2
|
+
|
3
|
+
Gem::Specification.new do |s|
|
4
|
+
s.name = 'asciidoctor-diagram-jsyntrax'
|
5
|
+
s.version = '1.38'
|
6
|
+
s.authors = ['Ivan Ponomarev']
|
7
|
+
s.email = ['ivan@galahad.ee']
|
8
|
+
s.description = %q{JSyntrax JAR files wrapped in a Ruby gem}
|
9
|
+
s.summary = %q{JSyntrax JAR files wrapped in a Ruby gem}
|
10
|
+
s.homepage = 'https://atp-mipt.github.io/jsyntrax/'
|
11
|
+
s.metadata = { 'source_code_uri' => 'https://github.com/asciidoctor/asciidoctor-diagram' }
|
12
|
+
s.license = 'MIT'
|
13
|
+
|
14
|
+
s.files = Dir['**/*']
|
15
|
+
s.require_paths = ['lib']
|
16
|
+
end
|
@@ -0,0 +1,21 @@
|
|
1
|
+
MIT License
|
2
|
+
|
3
|
+
Copyright (c) 2020 The department of the Algorithms and programming technologies
|
4
|
+
|
5
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
6
|
+
of this software and associated documentation files (the "Software"), to deal
|
7
|
+
in the Software without restriction, including without limitation the rights
|
8
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
9
|
+
copies of the Software, and to permit persons to whom the Software is
|
10
|
+
furnished to do so, subject to the following conditions:
|
11
|
+
|
12
|
+
The above copyright notice and this permission notice shall be included in all
|
13
|
+
copies or substantial portions of the Software.
|
14
|
+
|
15
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
16
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
17
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
18
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
19
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
20
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
21
|
+
SOFTWARE.
|
Binary file
|
metadata
ADDED
@@ -0,0 +1,48 @@
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
2
|
+
name: asciidoctor-diagram-jsyntrax
|
3
|
+
version: !ruby/object:Gem::Version
|
4
|
+
version: '1.38'
|
5
|
+
platform: ruby
|
6
|
+
authors:
|
7
|
+
- Ivan Ponomarev
|
8
|
+
autorequire:
|
9
|
+
bindir: bin
|
10
|
+
cert_chain: []
|
11
|
+
date: 2024-05-28 00:00:00.000000000 Z
|
12
|
+
dependencies: []
|
13
|
+
description: JSyntrax JAR files wrapped in a Ruby gem
|
14
|
+
email:
|
15
|
+
- ivan@galahad.ee
|
16
|
+
executables: []
|
17
|
+
extensions: []
|
18
|
+
extra_rdoc_files: []
|
19
|
+
files:
|
20
|
+
- asciidoctor-diagram-jsyntrax.gemspec
|
21
|
+
- jsyntrax-license.txt
|
22
|
+
- lib/asciidoctor-diagram/jsyntrax/classpath.rb
|
23
|
+
- lib/asciidoctor-diagram/jsyntrax/jsyntrax-1.38.jar
|
24
|
+
homepage: https://atp-mipt.github.io/jsyntrax/
|
25
|
+
licenses:
|
26
|
+
- MIT
|
27
|
+
metadata:
|
28
|
+
source_code_uri: https://github.com/asciidoctor/asciidoctor-diagram
|
29
|
+
post_install_message:
|
30
|
+
rdoc_options: []
|
31
|
+
require_paths:
|
32
|
+
- lib
|
33
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
34
|
+
requirements:
|
35
|
+
- - ">="
|
36
|
+
- !ruby/object:Gem::Version
|
37
|
+
version: '0'
|
38
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
39
|
+
requirements:
|
40
|
+
- - ">="
|
41
|
+
- !ruby/object:Gem::Version
|
42
|
+
version: '0'
|
43
|
+
requirements: []
|
44
|
+
rubygems_version: 3.2.22
|
45
|
+
signing_key:
|
46
|
+
specification_version: 4
|
47
|
+
summary: JSyntrax JAR files wrapped in a Ruby gem
|
48
|
+
test_files: []
|