lemmys_quotes 0.0.1 → 0.0.2
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/lib/lemmys_quotes.rb +3 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: c4c09d3708f8ba33e19ff79ec5e2e36d6abef5714886761c4b9b9262e793dcf8
|
|
4
|
+
data.tar.gz: 3af3ab84dd274b9fca246d5abef3dade3b9b47f7137d2e9ce441159b024f3a30
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 9cd3fa2146c0cc5d91b96f6b5a822d8d064db05f0eb291928bb8bff5b2aa54a510a49540f2148b6a2db7cab19512a0ec7ae8484047659cdd4bf7505415fd3004
|
|
7
|
+
data.tar.gz: aa53fe6bb729b571baf254a669a4535f50730705bfb4503d3c38d6da0659692f403a173aa3c3a14e4d2bbfd8630b53555ea6975f90b08ccbdab2bcf4600db77c
|
data/lib/lemmys_quotes.rb
CHANGED
|
@@ -5,8 +5,10 @@ class String
|
|
|
5
5
|
"That was a great time, the summer of '71 - I can't remember it, but I'll never forget it!",
|
|
6
6
|
"If there is a God he hasn’t been paying attention. He should retire and hand over to a younger man, because he’s making a real bollocks of everything.",
|
|
7
7
|
"We are Motörhead. And we play rock and roll.",
|
|
8
|
+
"I made more money out of writing those four songs for Ozzy than I made out of fifteen years of Motörhead – ludicrous, isn’t it!",
|
|
9
|
+
"People don’t become better when they’re dead; you just talk about them as if they are.People don’t become better when they’re dead; you just talk about them as if they are.",
|
|
8
10
|
"We were a blues band, really. Although we played it at a thousand miles an hour, it was recognizable as blues – at least to us it was; probably it wasn’t to anybody else."
|
|
9
|
-
]
|
|
11
|
+
].freeze
|
|
10
12
|
|
|
11
13
|
def lemmy_says; QUOTES.sample end
|
|
12
14
|
end
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: lemmys_quotes
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Lincoln Marcolongo
|
|
@@ -38,5 +38,5 @@ requirements: []
|
|
|
38
38
|
rubygems_version: 3.3.3
|
|
39
39
|
signing_key:
|
|
40
40
|
specification_version: 4
|
|
41
|
-
summary: A gem to give you beautiful quotes straight from hell by Lemmy
|
|
41
|
+
summary: A gem to give you beautiful quotes straight from hell by Lemmy Kilmister
|
|
42
42
|
test_files: []
|