random_word_by_length 0.1.0 → 0.1.1

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: e09ea4c207308fd20e5cf03748a685e9e0ed924fc51b21df0664c034621d6c99
4
- data.tar.gz: 766982fd2e7fda0cb4f4e82f5a9cf6e40db36329436fef0db418f3356a2cf6f2
3
+ metadata.gz: fcfedeb8042dcdf38cf7e9ef46fdc0438535db2ab5f5ecfef6e5b9e82eb50756
4
+ data.tar.gz: 329f307a772dadea10fe0672e9ac08b810892691f63b78f14ebe4399dc3f92f4
5
5
  SHA512:
6
- metadata.gz: 4969e0ad4a2fafed8f3dda50ed9f09e7ef2440da6c4dfcf6a1b9c5965c8fa84ff3e869c74c5d6fb9012625524de9e2d97fb2134cfeb3a67c500caa6ecb6957c7
7
- data.tar.gz: 7f0f9594c0ba611f8bf16d3b99e58ff031954b596da5365e2351f8543aaace46a0a23602ff2adcee6f5e4536c4dc10b1626498c995ab710c57094f8529682fb6
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.0)
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.7)
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 your new gem! In this directory, you'll find the files you need to be able to package up your Ruby library into a gem. Put your Ruby code in the file `lib/random_word_by_length`. To experiment with that code, run `bin/console` for an interactive prompt.
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
- TODO: Write usage instructions here
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/[USERNAME]/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.
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
 
@@ -1,3 +1,3 @@
1
1
  module RandomWordByLength
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
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.0
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-02-13 00:00:00.000000000 Z
11
+ date: 2020-04-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler