wordsoup 0.1.4 → 0.1.5

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +10 -6
  3. data/lib/wordsoup/version.rb +1 -1
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: a0d0c88fe1eec29b0bd899beacb98c0664144071
4
- data.tar.gz: ef160ab34817338496ecc6f915d7d190a8615990
3
+ metadata.gz: 1ff4a5a067758d56a47139d5c4bf472ecc603897
4
+ data.tar.gz: 52785116c4ece9097f69894e21d76f5aa2d1f6ab
5
5
  SHA512:
6
- metadata.gz: 1bebfb76dbf8f40a6043d76ecd33147c2043f9785164b94052f7c4296ceabf9ba8efec9328bdf7363db41ce0497eaacb82c66e25331a2f9a3f9372ecc13f152b
7
- data.tar.gz: df217fe4cdaa463908db18149ac43581c5b1e95b692524d18758ea35ae8925bcde1be3b6582ea5c06463472869c607a63707de01e43f967fd8ee6e502f9dc0fd
6
+ metadata.gz: 95a858709c3d777ee2001d6e632149198c8c50535cdf4fe9cdac1be53e2926141b6179feb1dd02bfc892cf2553325771a3f43a801b8cc97f10a98fc84bc52c66
7
+ data.tar.gz: 73195637b74980485dfe68a74d3609afe85349934f32da972eef30c070d20297df8018b0052d7e2b03d1afe6ffac7076cf9a6b7ef17837e6e7784c3cdb800770
data/README.md CHANGED
@@ -1,8 +1,6 @@
1
1
  # Wordsoup
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/wordsoup`. 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
+ Wordsoup is a jibberish generator that you can use in place of Lorem Ipsum. It generates sentences and paragraphs with regular English syntax in the style of your favorite authors.
6
4
 
7
5
  ## Installation
8
6
 
@@ -22,7 +20,14 @@ Or install it yourself as:
22
20
 
23
21
  ## Usage
24
22
 
25
- TODO: Write usage instructions here
23
+ Wordsoup::Shakespeare.sentence
24
+ Wordsoup::Shakespeare.paragraph
25
+
26
+ Wordsoup::Hemingway.sentence
27
+ Wordsoup::Hemingway.paragraph
28
+
29
+ Wordsoup::Bible.sentence
30
+ Wordsoup::Bible.paragraph
26
31
 
27
32
  ## Development
28
33
 
@@ -32,5 +37,4 @@ To install this gem onto your local machine, run `bundle exec rake install`. To
32
37
 
33
38
  ## Contributing
34
39
 
35
- Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/wordsoup.
36
-
40
+ Bug reports and pull requests are welcome on GitHub at https://github.com/DouglasTGordon/WordSoup.
@@ -1,3 +1,3 @@
1
1
  module Wordsoup
2
- VERSION = "0.1.4"
2
+ VERSION = "0.1.5"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: wordsoup
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.4
4
+ version: 0.1.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - DouglasTGordon