documentation-test 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/README.md +2 -0
- data/doc/read-this.md +0 -0
- data/lib/documentation-test.rb +9 -0
- metadata +47 -0
checksums.yaml
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
---
|
|
2
|
+
SHA256:
|
|
3
|
+
metadata.gz: 2c820a319a40d3565a7470cf9f91294f39f77b2b6151517acadc208062702141
|
|
4
|
+
data.tar.gz: d073ef737575701dd189ab28634169497a415461194ed656bc59b81eb4c6c6f8
|
|
5
|
+
SHA512:
|
|
6
|
+
metadata.gz: '0915a7ab6ed67cf19e751a850beff528ad19c43d319217f838606c0eb2295ccaf73fb2ebc3c3d808cd156979a217bd6e2bbf2e5355ee30addb85feb5fb2c0f00'
|
|
7
|
+
data.tar.gz: 59d6f44397ca007f5fffc29617edc43189972e8645114d7905a48a5793a66cb4103d8065692787cb017962fc768f668321a683bf4a3b125604168e2cc1cfae8a
|
data/README.md
ADDED
data/doc/read-this.md
ADDED
|
File without changes
|
metadata
ADDED
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
|
2
|
+
name: documentation-test
|
|
3
|
+
version: !ruby/object:Gem::Version
|
|
4
|
+
version: 0.1.0
|
|
5
|
+
platform: ruby
|
|
6
|
+
authors:
|
|
7
|
+
- Jojo the fripouille
|
|
8
|
+
- Ulysse ça glisse
|
|
9
|
+
autorequire:
|
|
10
|
+
bindir: bin
|
|
11
|
+
cert_chain: []
|
|
12
|
+
date: 2021-01-15 00:00:00.000000000 Z
|
|
13
|
+
dependencies: []
|
|
14
|
+
description: Some description
|
|
15
|
+
email:
|
|
16
|
+
- dev@klaxit.com
|
|
17
|
+
executables: []
|
|
18
|
+
extensions: []
|
|
19
|
+
extra_rdoc_files: []
|
|
20
|
+
files:
|
|
21
|
+
- README.md
|
|
22
|
+
- doc/read-this.md
|
|
23
|
+
- lib/documentation-test.rb
|
|
24
|
+
homepage: https://github.com/klaxit/documentation-test
|
|
25
|
+
licenses:
|
|
26
|
+
- BSD-3-Clause
|
|
27
|
+
metadata: {}
|
|
28
|
+
post_install_message:
|
|
29
|
+
rdoc_options: []
|
|
30
|
+
require_paths:
|
|
31
|
+
- lib
|
|
32
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
|
33
|
+
requirements:
|
|
34
|
+
- - ">="
|
|
35
|
+
- !ruby/object:Gem::Version
|
|
36
|
+
version: 2.4.0
|
|
37
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
38
|
+
requirements:
|
|
39
|
+
- - ">="
|
|
40
|
+
- !ruby/object:Gem::Version
|
|
41
|
+
version: '0'
|
|
42
|
+
requirements: []
|
|
43
|
+
rubygems_version: 3.1.4
|
|
44
|
+
signing_key:
|
|
45
|
+
specification_version: 4
|
|
46
|
+
summary: Test for integration of specific yard templates on rubydoc.info.
|
|
47
|
+
test_files: []
|