lorem_tolkien 0.0.2 → 0.1.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,15 +1,15 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
3
  metadata.gz: !binary |-
4
- NGU1ZWFiMWIyOTI3NTQxMjBmNDE0YzE0MWY3Zjg5YjAyNjA3ODM2OQ==
4
+ Nzk2ZWU0NDdmOWM1MzZmZjM1OTQ4YjMzODg1YmVkZmZlMThkOTE0MA==
5
5
  data.tar.gz: !binary |-
6
- NTViMWVjMGU4YjFmNDkzMTY1MjlmYzg0MmE0MzQ5YzU3YWMyZTMyMw==
6
+ NGYzYWJmZmQwMTc3NTc2NGMxZDExZDQwYjA5ZjJlYmFjZGFlMjQ4NQ==
7
7
  SHA512:
8
8
  metadata.gz: !binary |-
9
- MDE2M2MyNTgyOThhYTk0OTZjOTRhMDg2YjAyYjBmMzJkMzk3NTY3YThlODU2
10
- ZTZmOGViMjFlOTIzZTRmNDY3OGIwOGNjNThmOTc3NjI2NWMwZTEyMGU1NjI0
11
- NjhhNTIxMTgzODQ5NWQ2NGYxZTViOGIwZmFlNTU2YjgwZTY2Njg=
9
+ NTgyMWUxZTk4NTU1NjlmYmQ1NGJhZWNjYjUzMWNiOTNiOTQxMTBhYzljN2Yx
10
+ NGYwODJjNGY3ZDdhYjFlMmE0MmI2ZTQzNTM5NGZlMjM0MmJkYTlkYzc5NGU1
11
+ NmQ0MDVjMTIyMjlhZDViZjg2N2QzNTM3N2E1ZDZmZTI2NzExNDU=
12
12
  data.tar.gz: !binary |-
13
- YjFlZjdhZjU2MWMwMDU4ZjQ3M2YwMTllNGM3MjI4MTVlMTNmYzhkNmZjNmEx
14
- ODkxYTEzZTUwMTUwYTYzZDI1NTE5MjUwMDUyZTIwMDlhN2Q2MTkwNjVjMjA3
15
- OGQ5OGI2YjZkYjEwNzk0YzY1OWU1YTVlYzI5MjQ4YzRmMmE0NTA=
13
+ OTg5MmE1ZDc0MjQ2MmQzZmEzMDg2ZDcxNGJiMTFmYTE0YzA3YjJkZjQyYTE1
14
+ MjYxNDFkNzgyOGYzYTg0MDlmMjc2NzYwN2IyNmVhYjExNmM1MzhiOGNjOGMz
15
+ ZDcxNmZkZmExMmVjNzI4YWNhYTgwNmY1NmZhZTFjNTY2ODgxMWQ=
data/README.md CHANGED
@@ -18,7 +18,11 @@ Or install it yourself as:
18
18
 
19
19
  ## Usage
20
20
 
21
- TODO: Write usage instructions here
21
+ LoremTolkien.sentence
22
+ => "Do you wish me a good morning, or mean that it is a good morning whether I want it or not; or that you feel good this morning; or that it is a morning to be good on?"
23
+
24
+ LoremTolkien.sentences(5)
25
+ => "Do you wish me a good morning, or mean that it is a good morning whether I want it or not; or that you feel good this morning; or that it is a morning to be good on? In a hole in the ground there lived a hobbit. There is nothing like looking, if you want to find something. You certainly usually find something, if you look, but it is not always quite the something you were after. It does not do to leave a live dragon out of your calculations, if you live near him."
22
26
 
23
27
  ## Contributing
24
28
 
@@ -1,3 +1,3 @@
1
1
  module LoremTolkien
2
- VERSION = "0.0.2"
2
+ VERSION = "0.1.0"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: lorem_tolkien
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.1.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - John Maddux