lerolero 5.2.8 → 5.3.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/mygems/myreadme/lerolero/README.md +21 -9
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 36af40b2f7bc4092b5f2b185b1fcf33c991499d5
|
4
|
+
data.tar.gz: 011fd69fe20dc2c5d7f76692ea16149f8b816e55
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ff683934f18d43ed3c235da0a848157129447130d94a37a8a03f5e3131af9dcb9a48ea671c2f2fe285833b9be107e263bff088dd9796bcb5783ea4d60c416e88
|
7
|
+
data.tar.gz: b70ab29f07799346674a3681658d05b7598c5fb10a6d8e3f6612ef493f7dc1fd2883f61898e93a45fde238916255173cfab278d44428a0a1a216b730ab2a9c98
|
@@ -2,15 +2,27 @@
|
|
2
2
|
|
3
3
|
## Getting Started
|
4
4
|
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
5
|
+
1. Install the gem randomphrase like this:
|
6
|
+
|
7
|
+
$ gem install randomphrase
|
8
|
+
|
9
|
+
2. Open Gemfile that sits in the root folder like this:
|
10
|
+
|
11
|
+
$ sudo nano Gemfile
|
12
|
+
|
13
|
+
and put one more line to it:
|
14
|
+
|
15
|
+
$ gem 'randomphrase'
|
16
|
+
|
17
|
+
|
18
|
+
3. Usage inside in your ruby code:
|
19
|
+
|
20
|
+
$ puts randomphrase.sentenc
|
21
|
+
|
22
|
+
A glamorous and smart totally random phrase will be generated.
|
23
|
+
Output example:
|
24
|
+
|
25
|
+
$ What we always have to keep in mind is that the clear determination of goals plays an essential role in the formulation of the rules of normative conduct.
|
14
26
|
|
15
27
|
## Contributing
|
16
28
|
|