lameGenerator 0.0.4 → 0.0.6

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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/lame_generator.rb +9 -3
  3. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: '0639b97e4806d49c42ceefb7683a99dd0e62155b'
4
- data.tar.gz: c4b7df87544db96ec25d98b6af55440c6ce95b38
3
+ metadata.gz: 29dc1c7d6ee707074ddb88799d0a19685b2bfeeb
4
+ data.tar.gz: 271fa052f2caa7db7632ec215e1a13a63309bf2b
5
5
  SHA512:
6
- metadata.gz: 324b7c006c3b65cb97e3baf29a9ad714ae9e0376f8266f26eb32c8e8c178ab63dd38498f53b4610c90a517dfc0d2f14638501671663fb0c88da6d71d9b10a699
7
- data.tar.gz: 01ca2dfd2a13d424e4dbb38ced24f2e5f06a834f26058df591cd062309d1d469ad46140aa5b32725a34b640e2b77973f1b867fef2cb6c8f4a306864b35e96f29
6
+ metadata.gz: a1a7bc8148190c41e4820669d522100048c5f8315e0d5e38907564cd0c3ecfca7837c14cd5d76ba57c708b39ec680cc373a0f9a1319d4a97a366aa9c2a0576a3
7
+ data.tar.gz: 5549c6e50f8fe15415bfddeb611fa3767cb015a5df36988a1cf8373dd30541d8fbdd5478efefb7670cd533cf53d9894d5961c98eaaf1374ccfe46b6b0f0db3fa
@@ -24,16 +24,22 @@ class LameGenerator
24
24
  "Got any Stella?",
25
25
  "SHOWERS OF KISSES!",
26
26
  "Waking up next to you is the best way of waking up",
27
- "Morning are much more fun with you around",
27
+ "Mornings are much more fun with you around",
28
28
  "You have delightful arms, especially when they're wrapped around me",
29
29
  "eeeeeeeeee",
30
30
  "eeeEEEEEEEEEEEEEEeeeee!!!",
31
31
  "EEEEEEEEEEEEEEEE!!!!!!!!!!",
32
32
  "SQUISH!",
33
- " <3 <3 <3 <3 Ice cream cones or hearts. Not really sure, either are good, WITH YOU!"
33
+ " <3 <3 <3 <3 Ice cream cones or hearts. Not really sure, either are good, WITH YOU!",
34
+ "YOU ARE THE BEST!",
35
+ "YOU ARE JUST INCREDIBLE!",
36
+ "YOU ARE AMAZING!",
37
+ "LETS DO A BIT OF THE SEX!",
38
+ "COLD BED DANCE!"
34
39
  ]
40
+
35
41
  def self.go
36
42
  num = LAMENESS.count
37
- puts LAMENESS[num]
43
+ puts LAMENESS[rand(num)]
38
44
  end
39
45
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: lameGenerator
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.4
4
+ version: 0.0.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Rosie Brigham