specificjson 0.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +7 -0
- data/LICENSE.txt +17 -0
- data/bin/specificjson +2863 -0
- metadata +52 -0
metadata
ADDED
@@ -0,0 +1,52 @@
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
2
|
+
name: specificjson
|
3
|
+
version: !ruby/object:Gem::Version
|
4
|
+
version: 0.1.0
|
5
|
+
platform: ruby
|
6
|
+
authors:
|
7
|
+
- Ismo Kärkkäinen
|
8
|
+
autorequire:
|
9
|
+
bindir: bin
|
10
|
+
cert_chain: []
|
11
|
+
date: 2021-09-16 00:00:00.000000000 Z
|
12
|
+
dependencies: []
|
13
|
+
description: |2
|
14
|
+
|
15
|
+
A tool to generate C++ header and source file with templates for parsing and
|
16
|
+
writing JSON from expected input description in YAML.
|
17
|
+
|
18
|
+
Source: https://github.com/ismo-karkkainen/specificjson
|
19
|
+
|
20
|
+
Licensed under Universal Permissive License, see LICENSE.txt.
|
21
|
+
email: ismokarkkainen@icloud.com
|
22
|
+
executables:
|
23
|
+
- specificjson
|
24
|
+
extensions: []
|
25
|
+
extra_rdoc_files: []
|
26
|
+
files:
|
27
|
+
- LICENSE.txt
|
28
|
+
- bin/specificjson
|
29
|
+
homepage: http://xn--ismo-krkkinen-gfbd.fi/specificjson/index.html
|
30
|
+
licenses:
|
31
|
+
- UPL-1.0
|
32
|
+
metadata: {}
|
33
|
+
post_install_message:
|
34
|
+
rdoc_options: []
|
35
|
+
require_paths:
|
36
|
+
- lib
|
37
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
38
|
+
requirements:
|
39
|
+
- - ">="
|
40
|
+
- !ruby/object:Gem::Version
|
41
|
+
version: '0'
|
42
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
43
|
+
requirements:
|
44
|
+
- - ">="
|
45
|
+
- !ruby/object:Gem::Version
|
46
|
+
version: '0'
|
47
|
+
requirements: []
|
48
|
+
rubygems_version: 3.1.2
|
49
|
+
signing_key:
|
50
|
+
specification_version: 4
|
51
|
+
summary: Generate C++ JSON-parsing source from input description.
|
52
|
+
test_files: []
|