creates_html_file_test 0.0.1 → 0.0.2
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 +12 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 6dd32a818527915d99deb58a10e5732579bd3fa92bbb4b15c8526a4338438489
|
4
|
+
data.tar.gz: 1eeb3bd3021a09f8e5bf85cd238032683e1197a12df9cf922538168a26844519
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 353902b4cd53987393e86d2802fdd2a3f534cce900c8eba78129a11171832f4b807de4f021f2f36e60087126d375cbbd788a5bbc5d0b9447f9976cf9ac2db323
|
7
|
+
data.tar.gz: 2d7eab47a8f7b0ce8e0f70c9fc1b58dcd643d91ace6cf31d1f7b66fc0c27e1fee6c0386e86202f9d674cb254df666a14bbaa47db3de43188bf878567d755ad38
|
metadata
CHANGED
@@ -1,16 +1,24 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: creates_html_file_test
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- EduardKurbanov
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2022-11-
|
11
|
+
date: 2022-11-05 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
|
-
description:
|
13
|
+
description: "\n to call (gem)\n require
|
14
|
+
\"creates_html_file_test\",\n\n the creates_html_file_test
|
15
|
+
method has the following arguments,\n (\n content=nil
|
16
|
+
- empty default,\n title_arg=\"my page\" - set the default
|
17
|
+
title name - \"my page\"\n arg=\"index\" - sets the name
|
18
|
+
of the html file by default - \"index\"\n bypass_html: false
|
19
|
+
- when false, all html tags are turned off, when true, the code is not changed\n
|
20
|
+
\ )\n\n CreatesHtmlFileTest.creates_html_file_test(content=nil,
|
21
|
+
title_arg=\"my page\", arg=\"index\", bypass_html: false)\n "
|
14
22
|
email:
|
15
23
|
executables: []
|
16
24
|
extensions: []
|
@@ -39,5 +47,5 @@ requirements: []
|
|
39
47
|
rubygems_version: 3.3.7
|
40
48
|
signing_key:
|
41
49
|
specification_version: 4
|
42
|
-
summary:
|
50
|
+
summary: creates an html file with an argument passed (test gem).
|
43
51
|
test_files: []
|