lameGenerator 0.0.2 → 0.0.3

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 +35 -1
  3. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: eadc784c79948205cc1877be3c275eb0810bcce6
4
- data.tar.gz: b122ea03ca2777b46b70496d6f3f4d566e2517ae
3
+ metadata.gz: 852eb2ce314c16565a5d3e87939a8ce9e345ce94
4
+ data.tar.gz: e67c2f355d2bb778f0eda081d41a4a55bed34b23
5
5
  SHA512:
6
- metadata.gz: 40d064b6139efaf41470487ac0a98f78022a091cc4deef678e4d52dd1c4e1b8243833e60aef1c6ccca365a632e971dc54f658d59c7e1bb08c5149ef4f3ac2c1c
7
- data.tar.gz: c3db803aa8f25227cf97cc03113a08dac52ed425178bbe034521f97c547c6cce6dfe48b1b7f43727e5afea58380bc83e097f48dfb5c35b62be42415f171092d7
6
+ metadata.gz: 7f6eaf1714e66e4ed28fda2e6bd89c1552e70271e62ce767be75aae89c8d4916f791cdbf9416b19f2a8d6a174cb1da110790f7350dc8c3fedabc5b516b546790
7
+ data.tar.gz: 1f8d5bc3d3637b57bc45cc0cb31faf68f765948d679b111ae91fe8e8d19485cc3cb1b0d0155878b258b0d48199988bc4ee38e783f74f1c485e2c14c771e4290d
@@ -1,5 +1,39 @@
1
1
  class LameGenerator
2
+
3
+ LAMENESS = [
4
+ " : ) "
5
+ "I like your smile",
6
+ "You make me feel all warm and fuzzy inside",
7
+ "I'm in your computer, helllloooo!!! (I can also see what you're doing, cheeky...)",
8
+ "Unicorns and Kangaroos are definately a match made in heaven",
9
+ "Many more holidays to come",
10
+ "Flicking through the facebook photos. Not becuase I'm a creep, but just because I miss your face and you make me smile",
11
+ "We are the best",
12
+ "Are you cheeks hurting from smiling yet? Mine are...",
13
+ "Can you get repetitive strain injury in your cheeks?",
14
+ "My favourite thing is running my hands through your hair",
15
+ "Anytime you're around I just feel so much calmer",
16
+ "You are amazing",
17
+ "You are increible",
18
+ "You are an inspiration",
19
+ "You are so kind, clever and considerate",
20
+ "I boast about you a lot",
21
+ "Yeah, no one has a better boyfriend than me",
22
+ "Shall we go on another holiday?",
23
+ "OH MY CHRIST!",
24
+ "Got any Stella?",
25
+ "SHOWERS OF KISSES!",
26
+ "Waking up next to you is the best way of waking up",
27
+ "Morning are much more fun with you around",
28
+ "You have delightful arms, especially when they're wrapped around me",
29
+ "eeeeeeeeee",
30
+ "eeeEEEEEEEEEEEEEEeeeee!!!",
31
+ "EEEEEEEEEEEEEEEE!!!!!!!!!!",
32
+ "SQUISH!",
33
+ " <3 <3 <3 <3 Ice cream cones or hearts. Not really sure, either are good, WITH YOU!"
34
+ ]
2
35
  def self.go
3
- puts "I like your smile"
36
+ num = LAMENESS.count
37
+ puts LAMENESS[num]
4
38
  end
5
39
  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.2
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Rosie Brigham