word-games-theme 3.3.4 → 3.3.6
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
- data/_data/.DS_Store +0 -0
- data/_data/wordgames/en/root.json +8 -0
- data/_includes/.DS_Store +0 -0
- data/_includes/featurePageAuthors/featurePageAuthors.html +59 -36
- data/_includes/head/index.html +0 -5
- data/_includes/wordgames/faqs/faqs.html +4 -2
- data/_includes/wordgames/head/head.html +0 -5
- data/_layouts/contactUs.html +118 -0
- data/_layouts/wordgames-disclaimer.html +106 -136
- data/_layouts/wordgames-privacy-policy.html +138 -604
- data/_layouts/wordgames-terms-and-conditions.html +121 -541
- data/assets/.DS_Store +0 -0
- metadata +7 -3
data/assets/.DS_Store
ADDED
|
Binary file
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: word-games-theme
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.3.
|
|
4
|
+
version: 3.3.6
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- manpreet-appscms
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2026-
|
|
11
|
+
date: 2026-08-20 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: jekyll
|
|
@@ -61,6 +61,7 @@ extra_rdoc_files: []
|
|
|
61
61
|
files:
|
|
62
62
|
- LICENSE.txt
|
|
63
63
|
- README.md
|
|
64
|
+
- _data/.DS_Store
|
|
64
65
|
- _data/WordPointTables.json
|
|
65
66
|
- _data/autogenerated_data.json
|
|
66
67
|
- _data/blog/alertbar.yml
|
|
@@ -121,6 +122,7 @@ files:
|
|
|
121
122
|
- _data/wordswithletters-noindexURls.json
|
|
122
123
|
- _data/xyzPagesData/en/unscramble-letters-jumble.json
|
|
123
124
|
- _data/xyzPagesData/en/words-with-letters-cheat.json
|
|
125
|
+
- _includes/.DS_Store
|
|
124
126
|
- _includes/Monumetric/Monumetric.html
|
|
125
127
|
- _includes/Rating/rating.html
|
|
126
128
|
- _includes/Rating/structureddata.html
|
|
@@ -219,6 +221,7 @@ files:
|
|
|
219
221
|
- _layouts/blank.html
|
|
220
222
|
- _layouts/blog.html
|
|
221
223
|
- _layouts/categories.html
|
|
224
|
+
- _layouts/contactUs.html
|
|
222
225
|
- _layouts/default.html
|
|
223
226
|
- _layouts/disclaimer.html
|
|
224
227
|
- _layouts/page.html
|
|
@@ -245,6 +248,7 @@ files:
|
|
|
245
248
|
- _layouts/wordgames-xyz.html
|
|
246
249
|
- _layouts/wordgames.categories.html
|
|
247
250
|
- _layouts/xyzpages.html
|
|
251
|
+
- assets/.DS_Store
|
|
248
252
|
- assets/css/adBlocker.css
|
|
249
253
|
- assets/css/blog.css
|
|
250
254
|
- assets/css/bootstrap-icons.css
|
|
@@ -439,7 +443,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
439
443
|
- !ruby/object:Gem::Version
|
|
440
444
|
version: '0'
|
|
441
445
|
requirements: []
|
|
442
|
-
rubygems_version: 3.3.
|
|
446
|
+
rubygems_version: 3.3.26
|
|
443
447
|
signing_key:
|
|
444
448
|
specification_version: 4
|
|
445
449
|
summary: Word-Games theme for all word-games-sites
|