wordle_decoder 0.1.5 → 0.1.6
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -1
- data/LICENSE.md +11 -1
- data/lib/wordle_decoder/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 2aaa74ed4dcd02533ea8a1930192aa9922c493fedaae4f54ef451c398d5b8d10
|
4
|
+
data.tar.gz: 26695283d3b9052b51e74041a2dcb119eef6b2146eb2c455a30b43fa0f2faee8
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4beb10037a3cf7d88b0304a679042bd5cfb5afed1f55cc9d6e2409899494b953e4f3e1e85c308736a8aad14b8ccef825e01bbbdeda5122707c20dd0c1a1328fd
|
7
|
+
data.tar.gz: f7deb6c6ff1213f4db2e96cdd3550299a1658a5b8954154939341c542e7e9c96383d53b3558a4c6e9d3181327c55d9b540026ce881350400ec8e74a21b7aa724
|
data/CHANGELOG.md
CHANGED
@@ -1,10 +1,14 @@
|
|
1
1
|
## [Unreleased]
|
2
2
|
|
3
|
+
## [0.1.6] - 2022-03-20
|
4
|
+
|
5
|
+
- Updated license - [58dd8f5](https://github.com/mattruzicka/wordle_decoder/commit/58dd8f50eb1d115236c2b14a25b39e598e6955ec)
|
6
|
+
|
3
7
|
## [0.1.5] - 2022-03-20
|
4
8
|
|
5
9
|
- Support high contrast mode - https://github.com/mattruzicka/wordle_decoder/issues/4
|
6
10
|
- Fix edge case where words were being falsey considered impossible when containing more than one of the same letter which is in the answer - https://github.com/mattruzicka/wordle_decoder/issues/3
|
7
|
-
- Found some old notes/TODOs I took while on a walk and forgot about [4201916](https://github.com/mattruzicka/wordle_decoder/commit/4201916b47f84ba7ee851db938b8dba36eb64236)
|
11
|
+
- Found some old notes/TODOs I took while on a walk and forgot about - [4201916](https://github.com/mattruzicka/wordle_decoder/commit/4201916b47f84ba7ee851db938b8dba36eb64236)
|
8
12
|
|
9
13
|
## [0.1.4] - 2022-03-06
|
10
14
|
|
data/LICENSE.md
CHANGED
@@ -1 +1,11 @@
|
|
1
|
-
|
1
|
+
This work is licensed under the Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License. To view a copy of this license, visit [http://creativecommons.org/licenses/by-nc-sa/4.0/](http://creativecommons.org/licenses/by-nc-sa/4.0/) or send a letter to Creative Commons, PO Box 1866, Mountain View, CA 94042, USA.
|
2
|
+
|
3
|
+
I spent a decent amount of time on this thing and I'd hate to see someone slap some ads on top of it without at least contacting (and paying) me. If you do have a way to make money off this weird little project, awesome! I want some!
|
4
|
+
|
5
|
+
Also, I've only ever used the standard MIT license, so I thought it'd be interesting to try something different.
|
6
|
+
|
7
|
+
Feel free to open an issue or contact me directly with questions.
|
8
|
+
|
9
|
+
Thanks,
|
10
|
+
|
11
|
+
[@mattruzicka](https://twitter.com/mattruzicka)
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: wordle_decoder
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.6
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Matt Ruzicka
|
@@ -55,7 +55,7 @@ files:
|
|
55
55
|
- sig/wordle_decoder.rbs
|
56
56
|
homepage: https://github.com/mattruzicka/wordle_decoder
|
57
57
|
licenses:
|
58
|
-
- CC-BY-NC-SA-
|
58
|
+
- CC-BY-NC-SA-4.0
|
59
59
|
metadata:
|
60
60
|
homepage_uri: https://github.com/mattruzicka/wordle_decoder
|
61
61
|
source_code_uri: https://github.com/mattruzicka/wordle_decoder
|