lemmys_quotes 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/lemmys_quotes.rb +3 -1
  3. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 34445641db0f5a2f296ecf19fa0ad404808ca8b2e3c6a95465445be8ecd60c20
4
- data.tar.gz: a059c96298d04576f7fc99f0372e5adb414de4565c5591c4eee56344ba27ab2b
3
+ metadata.gz: c4c09d3708f8ba33e19ff79ec5e2e36d6abef5714886761c4b9b9262e793dcf8
4
+ data.tar.gz: 3af3ab84dd274b9fca246d5abef3dade3b9b47f7137d2e9ce441159b024f3a30
5
5
  SHA512:
6
- metadata.gz: f55a310c4d13041d85a9991b897842be65e03ead6580cfe18cd0d568ff22e293466ca971c2ba198829738918ed4f3a064cb9218f099bdcb24e681936ec16c09a
7
- data.tar.gz: afe7d4570fa7b62ebf2f73e74fc506e4292463cd7f203d4b6f102bbb4b923e5732dc3b21fccba55977dfe30e09e703c9b1be4091e64499b68bbb325f20b65dcb
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.1
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 Kilmster
41
+ summary: A gem to give you beautiful quotes straight from hell by Lemmy Kilmister
42
42
  test_files: []