word-games-theme 2.4.3 → 2.4.4
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/_includes/authors/authors.html +21 -66
- data/_includes/wordgames/search-box/search-box.html +3 -2
- data/_layouts/wordgames-author.html +29 -8
- data/_layouts/wordgames-authors.html +106 -67
- data/_layouts/wordgames-home.html +4 -3
- data/assets/js/wordfinder-home.js +2 -7
- data/assets/js/wordfinder.js +1 -0
- data/assets/js/xletter-home.js +214 -0
- data/assets/js/xletter-result.js +812 -0
- metadata +4 -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.4.
|
4
|
+
version: 2.4.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- manpreet-appscms
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-01
|
11
|
+
date: 2024-02-01 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jekyll
|
@@ -392,6 +392,8 @@ files:
|
|
392
392
|
- assets/js/wordleSolverResult.js
|
393
393
|
- assets/js/words-in-certain-positions.js
|
394
394
|
- assets/js/words-starting-with.js
|
395
|
+
- assets/js/xletter-home.js
|
396
|
+
- assets/js/xletter-result.js
|
395
397
|
- assets/js/xyz.js
|
396
398
|
homepage: https://github.com/Contenttool/word-games-theme
|
397
399
|
licenses:
|