wordwise 0.2.1 → 0.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/Gemfile.lock +1 -1
- data/README.md +1 -1
- data/changelog.md +5 -1
- data/lib/wordwise/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 60a80be3a0c048f0eb43a02c505fa6ecf52bf2a384b33999e4cab0237ec78fbe
|
4
|
+
data.tar.gz: 63711d316836ce116e1551cdf4b8c1c3032ad08cd864e04dd7146ab735454089
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1da4bc88bf53ef1869d8e674a205072da180f3e3aa052d698ffd577a563109517c77949aaed09f28d3c014e96fae3722fd21bbb4c8f2a07896c369f2df0819d6
|
7
|
+
data.tar.gz: 5f5defce6218e6603cde1e485d4b32f1d02c298ce773b9280e0f0fcad78054cd586a0535b4fb6ccd6b4af7918a54ae705143630ebb35b273b60640c8f4752709
|
data/Gemfile.lock
CHANGED
data/README.md
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
|
3
3
|
A quiz game. Challenge your vocabulary! Given a random word, choose the correct definition from a list. Option to see word origin.
|
4
4
|
|
5
|
-
You can read a blog post about the writing of this gem at <https://ronsala.net/makefile_002_cli_data_gem--notes_to_a_junior_to_me_dev
|
5
|
+
You can read a blog post about the writing of this gem at <https://ronsala.net/makefile_002_cli_data_gem--notes_to_a_junior_to_me_dev>.
|
6
6
|
|
7
7
|
## Installation
|
8
8
|
|
data/changelog.md
CHANGED
data/lib/wordwise/version.rb
CHANGED