word-games-theme 2.2.0 → 2.2.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
- data/_data/wordgames/en/root.json +1 -1
- data/_data/wordgames/en/word-game-generator-online.json +1 -1
- data/_data/wordleSolver/en/data.json +2 -2
- data/_data/wordleSolver/en/resultData.json +1 -1
- data/_includes/howto.html +2 -2
- data/_includes/infographics/infographics.html +1 -1
- data/_includes/script.html +1 -0
- data/_includes/wordgames/featurehighlights/featurehighlights.html +5 -0
- data/_includes/wordgames/howto/howto.html +4 -4
- data/_includes/wordgames/scripts/scripts.html +0 -2
- data/_includes/wordgames/word-game/word-game-generator-online.html +72 -0
- data/_includes/wordgames/word-game/word-game-play.html +237 -0
- data/_includes/wordgames/wordle-solver/wordle-solver.html +229 -0
- data/_layouts/wordgames-about.html +1 -1
- data/_layouts/wordgames-author.html +1 -1
- data/_layouts/wordgames-authors.html +1 -1
- data/_layouts/wordgames-home.html +1 -1
- data/_layouts/wordgames-result.html +1 -2
- data/_layouts/wordgames-tools.html +90 -0
- data/assets/css/wordgames-game.css +518 -0
- data/assets/css/wordle-solver.css +182 -0
- data/assets/js/createWordle.js +1 -1
- metadata +7 -2
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: 2.2.
|
|
4
|
+
version: 2.2.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- manpreet-appscms
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2023-11-
|
|
11
|
+
date: 2023-11-17 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: jekyll
|
|
@@ -186,6 +186,9 @@ files:
|
|
|
186
186
|
- _includes/wordgames/scripts/scripts.html
|
|
187
187
|
- _includes/wordgames/search-box/search-box.html
|
|
188
188
|
- _includes/wordgames/seo/seo.html
|
|
189
|
+
- _includes/wordgames/word-game/word-game-generator-online.html
|
|
190
|
+
- _includes/wordgames/word-game/word-game-play.html
|
|
191
|
+
- _includes/wordgames/wordle-solver/wordle-solver.html
|
|
189
192
|
- _includes/wordgames/words-data/words-data.html
|
|
190
193
|
- _includes/wordgames/words-point-table/words-point-table.html
|
|
191
194
|
- _includes/wordle-solver/wordle-solver.html
|
|
@@ -241,10 +244,12 @@ files:
|
|
|
241
244
|
- assets/css/style.css
|
|
242
245
|
- assets/css/wordGroup.css
|
|
243
246
|
- assets/css/wordgames-blog.css
|
|
247
|
+
- assets/css/wordgames-game.css
|
|
244
248
|
- assets/css/wordgames-home.css
|
|
245
249
|
- assets/css/wordgames-result.css
|
|
246
250
|
- assets/css/wordgames-theme.css
|
|
247
251
|
- assets/css/wordgames-variables.css
|
|
252
|
+
- assets/css/wordle-solver.css
|
|
248
253
|
- assets/css/wordleSolver.css
|
|
249
254
|
- assets/css/wordsInCertainPosition.css
|
|
250
255
|
- assets/images/1.png
|