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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 61618c17d27aec3ae0fc68ea34e5f316d050d72e556e5ab7c972871649a3e4d2
4
- data.tar.gz: 6545c2ad4fc4113a210b2b8e5809827327ef0830bfafaaf9f9aa141c0706df4f
3
+ metadata.gz: 2aaa74ed4dcd02533ea8a1930192aa9922c493fedaae4f54ef451c398d5b8d10
4
+ data.tar.gz: 26695283d3b9052b51e74041a2dcb119eef6b2146eb2c455a30b43fa0f2faee8
5
5
  SHA512:
6
- metadata.gz: f03be54869ded6a7a8364e9ecc30c23f755ce093b30f8b92f6075774ea160962fe40fd190ecc8061e71752ed41d26b5f91fe5729809ba4920650500b1d0ab9e6
7
- data.tar.gz: 440b20a14eba2632a58ab7f79a78075f2798420f695540e269fbdcb9590f00ae7a2d21e6ac5c5c3e26ad0ea3b365c60639eb637827100b64e72ffe9b3abfd808
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
- https://creativecommons.org/licenses/by-nc-sa/2.0/legalcode
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)
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  class WordleDecoder
4
- VERSION = "0.1.5"
4
+ VERSION = "0.1.6"
5
5
  end
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.5
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-2.0
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