edicta 0.1.0 → 0.1.1
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 +4 -4
- metadata +6 -10
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: db5d2fdb60bccb49bd1057ed591ffefec6f1e966cb60775050c29efe8ec4d9e0
|
4
|
+
data.tar.gz: 7845215476eb8d3f4342fd38138987a7c574463c5c4463a42ca39d21304ddca2
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8ef92f6384fd028063fe634f96cc657e2bb817c45eedbabfa858a6c9b3126e2dea3473f72b64798aa98fc7f5f2c56006ac05091175b3fb88f60f9de2f47537a0
|
7
|
+
data.tar.gz: 593755a0eea6709c723a6225d6c788ae3f9056c5a79cf2d1572c48943cbd9ec744c437957f60eb8c0bd438a8b648f8d3067d997d39e29c47e2dd09c179d84acb
|
metadata
CHANGED
@@ -1,24 +1,20 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: edicta
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Ismo Kärkkäinen
|
8
|
-
autorequire:
|
8
|
+
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2021-09-
|
11
|
+
date: 2021-09-27 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: |2
|
14
14
|
|
15
15
|
Reads information from YAML-blocks inside a text file. The intent is that
|
16
16
|
information can be stored inside a human-readable file, and obtained
|
17
17
|
automatically without any need for a human to copy-paste the information.
|
18
|
-
|
19
|
-
Source: https://github.com/ismo-karkkainen/edicta
|
20
|
-
|
21
|
-
Licensed under Universal Permissive License, see LICENSE.txt.
|
22
18
|
email: ismokarkkainen@icloud.com
|
23
19
|
executables:
|
24
20
|
- edicta
|
@@ -27,11 +23,11 @@ extra_rdoc_files: []
|
|
27
23
|
files:
|
28
24
|
- LICENSE.txt
|
29
25
|
- bin/edicta
|
30
|
-
homepage:
|
26
|
+
homepage: https://xn--ismo-krkkinen-gfbd.fi/edicta/index.html
|
31
27
|
licenses:
|
32
28
|
- UPL-1.0
|
33
29
|
metadata: {}
|
34
|
-
post_install_message:
|
30
|
+
post_install_message:
|
35
31
|
rdoc_options: []
|
36
32
|
require_paths:
|
37
33
|
- lib
|
@@ -47,7 +43,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
47
43
|
version: '0'
|
48
44
|
requirements: []
|
49
45
|
rubygems_version: 3.1.2
|
50
|
-
signing_key:
|
46
|
+
signing_key:
|
51
47
|
specification_version: 4
|
52
48
|
summary: Reads information from YAML-blocks inside a text file.
|
53
49
|
test_files: []
|