lorem_tolkien 0.0.2 → 0.1.0
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 +8 -8
- data/README.md +5 -1
- data/lib/lorem_tolkien/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
---
|
|
2
2
|
!binary "U0hBMQ==":
|
|
3
3
|
metadata.gz: !binary |-
|
|
4
|
-
|
|
4
|
+
Nzk2ZWU0NDdmOWM1MzZmZjM1OTQ4YjMzODg1YmVkZmZlMThkOTE0MA==
|
|
5
5
|
data.tar.gz: !binary |-
|
|
6
|
-
|
|
6
|
+
NGYzYWJmZmQwMTc3NTc2NGMxZDExZDQwYjA5ZjJlYmFjZGFlMjQ4NQ==
|
|
7
7
|
SHA512:
|
|
8
8
|
metadata.gz: !binary |-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
9
|
+
NTgyMWUxZTk4NTU1NjlmYmQ1NGJhZWNjYjUzMWNiOTNiOTQxMTBhYzljN2Yx
|
|
10
|
+
NGYwODJjNGY3ZDdhYjFlMmE0MmI2ZTQzNTM5NGZlMjM0MmJkYTlkYzc5NGU1
|
|
11
|
+
NmQ0MDVjMTIyMjlhZDViZjg2N2QzNTM3N2E1ZDZmZTI2NzExNDU=
|
|
12
12
|
data.tar.gz: !binary |-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
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
|
-
|
|
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
|
|