lingy 0.0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. checksums.yaml +7 -0
  2. metadata +45 -0
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: 030f009576e95e709824016c620d156dc060f40091e5fbdbcf823c1020d56ebe
4
+ data.tar.gz: 6f8e3fc72c140858e8864bd365dae761c8a63b3a2f2c94f66b879c69250538f4
5
+ SHA512:
6
+ metadata.gz: f9419f397e6a6023d237f3a2b8133753cf55447d6caf8a0a126d17eb73e33f1327a970add898de9eb46292795017706c977923c8078a734d1a2c5e7fb93132d8
7
+ data.tar.gz: 363e525170e80735311cbe26a46b05c8e1cab569f35ec80368e2e3075b7044adf138efa9ce81fc62f91aa8067dcdc5c79af670ecbe339cbcbd2a391875ca03e5
metadata ADDED
@@ -0,0 +1,45 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: lingy
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.1
5
+ platform: ruby
6
+ authors:
7
+ - Ingy döt Net
8
+ autorequire:
9
+ bindir: exe
10
+ cert_chain: []
11
+ date: 2023-04-14 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: Program in YAML
14
+ email:
15
+ - ingy@ingy.net
16
+ executables: []
17
+ extensions: []
18
+ extra_rdoc_files: []
19
+ files: []
20
+ homepage: https://github.com/ingydotnet/lingy
21
+ licenses: []
22
+ metadata:
23
+ homepage_uri: https://github.com/ingydotnet/lingy
24
+ source_code_uri: https://github.com/ingydotnet/lingy
25
+ changelog_uri: https://github.com/ingydotnet/lingy/tree/main/ruby/ChangeLog.md
26
+ post_install_message:
27
+ rdoc_options: []
28
+ require_paths:
29
+ - lib
30
+ required_ruby_version: !ruby/object:Gem::Requirement
31
+ requirements:
32
+ - - ">="
33
+ - !ruby/object:Gem::Version
34
+ version: 2.4.0
35
+ required_rubygems_version: !ruby/object:Gem::Requirement
36
+ requirements:
37
+ - - ">="
38
+ - !ruby/object:Gem::Version
39
+ version: '0'
40
+ requirements: []
41
+ rubygems_version: 3.1.2
42
+ signing_key:
43
+ specification_version: 4
44
+ summary: Program in YAML
45
+ test_files: []