random_word_by_length 0.1.0 → 0.1.1
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 +2 -2
- data/README.md +3 -5
- data/lib/random_word_by_length/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: fcfedeb8042dcdf38cf7e9ef46fdc0438535db2ab5f5ecfef6e5b9e82eb50756
|
|
4
|
+
data.tar.gz: 329f307a772dadea10fe0672e9ac08b810892691f63b78f14ebe4399dc3f92f4
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: eef24ef69072bd61fe472be31ab1e188ce6b57615cd3a7c57ca50141586ae71dfdd83dd8f525334576a9d761761b375c063fbc9a93079863a4bda5842c3cd4b2
|
|
7
|
+
data.tar.gz: '09c123b006f27ff8562b64968c4ca7aa7b5930d273b0e421ea5a41dd11481b3db0b75fdcbaa1c1397384ff14ea35528f7355da450e4a068c248d15fbe64af7b6'
|
data/Gemfile.lock
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: .
|
|
3
3
|
specs:
|
|
4
|
-
random_word_by_length (0.1.
|
|
4
|
+
random_word_by_length (0.1.1)
|
|
5
5
|
nokogiri
|
|
6
6
|
|
|
7
7
|
GEM
|
|
@@ -11,7 +11,7 @@ GEM
|
|
|
11
11
|
diff-lcs (1.3)
|
|
12
12
|
method_source (0.9.2)
|
|
13
13
|
mini_portile2 (2.4.0)
|
|
14
|
-
nokogiri (1.10.
|
|
14
|
+
nokogiri (1.10.8)
|
|
15
15
|
mini_portile2 (~> 2.4.0)
|
|
16
16
|
pry (0.12.2)
|
|
17
17
|
coderay (~> 1.1.0)
|
data/README.md
CHANGED
|
@@ -1,8 +1,6 @@
|
|
|
1
1
|
# RandomWordByLength
|
|
2
2
|
|
|
3
|
-
Welcome to
|
|
4
|
-
|
|
5
|
-
TODO: Delete this and the text above, and describe your gem
|
|
3
|
+
Welcome to random_word_by_length! This CLI GEM will generate random words by length and therefore (often) difficulty. You can select easy, medium or hard and you will be delivered a random word scraped from https://www.merriam-webster.com/. You will then be prompted with the option to get further details including kind of word, definition and a pointer to synonyms.
|
|
6
4
|
|
|
7
5
|
## Installation
|
|
8
6
|
|
|
@@ -22,7 +20,7 @@ Or install it yourself as:
|
|
|
22
20
|
|
|
23
21
|
## Usage
|
|
24
22
|
|
|
25
|
-
|
|
23
|
+
Navigate to the repository and run the command ruby bin/random-word-by-length, then follow the prompts!
|
|
26
24
|
|
|
27
25
|
## Development
|
|
28
26
|
|
|
@@ -32,7 +30,7 @@ To install this gem onto your local machine, run `bundle exec rake install`. To
|
|
|
32
30
|
|
|
33
31
|
## Contributing
|
|
34
32
|
|
|
35
|
-
Bug reports and pull requests are welcome on GitHub at https://github.com/
|
|
33
|
+
Bug reports and pull requests are welcome on GitHub at https://github.com/neilmryan/random_word_by_length. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.
|
|
36
34
|
|
|
37
35
|
## License
|
|
38
36
|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: random_word_by_length
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Neil
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2020-
|
|
11
|
+
date: 2020-04-04 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|