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.
Files changed (2) hide show
  1. checksums.yaml +4 -4
  2. metadata +12 -4
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 33d26bfd30d6ec6ca035c2a5f22dfa2ada60b94340a7d1db679eea8fb800bb32
4
- data.tar.gz: 323746767f248a9ad00fe209ec6de4e0850820c1ad5bd83187d2811642e54e45
3
+ metadata.gz: 6dd32a818527915d99deb58a10e5732579bd3fa92bbb4b15c8526a4338438489
4
+ data.tar.gz: 1eeb3bd3021a09f8e5bf85cd238032683e1197a12df9cf922538168a26844519
5
5
  SHA512:
6
- metadata.gz: d9426b228ef9aefd2c5f2e99283b1e380a8008bd75c0d48cc816cee1f36234f6584122cee39ffd2dbfc5563ea164ce4a90c6d2a4794cb209cbd4f4b5151abbf8
7
- data.tar.gz: cc6ed34ddea9d4b03acd15fd3b346c165990e72ab69eca61d23e5d965d72fcc991b1bf4b193fc9d18dcf1a3be276195757094641872eada09a8bbe700e252d00
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.1
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-02 00:00:00.000000000 Z
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: This is the first gem.
50
+ summary: creates an html file with an argument passed (test gem).
43
51
  test_files: []