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.
Files changed (2) hide show
  1. checksums.yaml +4 -4
  2. metadata +6 -10
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 69aace0e064fde8366df6c40d09234b76a3f8f39dfcfc6e6e83cdd3f985d71ff
4
- data.tar.gz: 4be0350a6122f20f5035bea0dff96b58c0a773ba72846df3e9fcb3c81d9b4783
3
+ metadata.gz: db5d2fdb60bccb49bd1057ed591ffefec6f1e966cb60775050c29efe8ec4d9e0
4
+ data.tar.gz: 7845215476eb8d3f4342fd38138987a7c574463c5c4463a42ca39d21304ddca2
5
5
  SHA512:
6
- metadata.gz: a54cd3dbc9c82e133043f3a5ba6221396257fab008cb00fefe74fe45bccb876f84119fe1e4cb70c95114b7214f4e226ecd3e7e20f9ee5956f539eb9e3f5dcce3
7
- data.tar.gz: bea53ce3d6de0711a5b4c57a1ad7d53b6cba8b3b69d1b9f3bfe844819b26111639440afefcffa6695da99208e9fc71ed6f0f8730a3e686d43c4d2679d829e713
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.0
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-16 00:00:00.000000000 Z
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: http://xn--ismo-krkkinen-gfbd.fi/edicta/index.html
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: []