jalapeno 1.0.0 → 1.0.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: d7d1c58e0d8a7f810afe21b5b6a269fe4162974c
4
- data.tar.gz: e6c66865e5ca629533e81ac8a041a6a12acee66e
3
+ metadata.gz: 826878451571de6337f729b80f97645ae8abae63
4
+ data.tar.gz: e6ede1e6cbb39204a7649dad32c71e7c54bcaec0
5
5
  SHA512:
6
- metadata.gz: 047d07f978a5811a0074e448acf31971fdc1f50f461fcec2a87e547321fa227e0a6c52c57c754b4d607c0ba900a535e8d4f04dfc11fa2768d4a092c669ea08e3
7
- data.tar.gz: 03417c19a0e8ddc196e3f35a9c85a68d70ca51b60439e477bd6ecd1566007346911794d3bebc1814dc53f05069e2d8c3ba4569557018979ee947956a992876ea
6
+ metadata.gz: 43882607a4ba013116e7a12826af4ce10277d33c47ef236e796de7a661983dab2ff108e2f8587ba5d66184eb0ec6a497b2e66259fcfdb29a6f89eac784632cf1
7
+ data.tar.gz: 3651c8950443e3b357b0ffbcb085fa7ecb6e502b0e14b2b17a1279ec8244ff8e046e760cb315602637dd6d653b362352753d0e5c6a5560e995e57e7e4fdd8d5d
@@ -3,6 +3,6 @@ module Books
3
3
  "We could have saved the Earth, but we were too damned cheap", "Men of God and men of war have strange affinities",
4
4
  "We all die. The goal isn't to live forever, the goal is to create something that will",
5
5
  "If you want to know what a man's like, take a good look at how he treats his inferiors, not his equals",
6
- "It does not do to dwell on dreams and forget to live", "Beware for I am fearless, and therefore powerful" ]
6
+ "It does not do to dwell on dreams and forget to live", "Beware for I am fearless, and therefore powerful"]
7
7
  QUOTE = quotes[rand(0..quotes.length - 1)]
8
8
  end
@@ -2,7 +2,6 @@ module Movies
2
2
  quotes = ["May the force be with you", "Hasta la vista, baby", "I drink your milkshake!",
3
3
  "These go to 11", "They call it a royale with cheese", "The Dude abides",
4
4
  "Leave the gun. Take the cannoli", "To infinity and beyond!", "Why so serious?!",
5
- "The first rule of Fight Club is: you do not talk about Fight Club"
6
- ]
5
+ "The first rule of Fight Club is: you do not talk about Fight Club"]
7
6
  QUOTE = quotes[rand(0..quotes.length - 1)]
8
7
  end
@@ -2,8 +2,7 @@ module Musics
2
2
  quotes = ["I hurt myself today to see if I still feel. I focus on the pain. The only thing that's real",
3
3
  "If there's a bustle in your hedgerow, Don't be alarmed now, It's just a spring clean for the May Queen",
4
4
  "Nothing's gonna change my world", "The world is a game to be played", "Time takes a cigarette, puts it in your mouth",
5
- "Well, I once had the highest score on a South Park pinball machine at a bowling alley. So, I got that going for me at least."
6
- ]
5
+ "Don't critize what you can't understand", "I feel like i'm looking for my soul, like a poor man looking for gold"]
7
6
  QUOTE = quotes[rand(0..quotes.length - 1)]
8
7
 
9
8
  end
@@ -1,5 +1,6 @@
1
1
  module Originals
2
2
  quotes = ["Everybody is always writing a novel, yet nobody has written a novel",
3
- "Don't take any wooden nickels", "Insert inspirational quote here..."]
3
+ "Don't take any wooden nickels", "Insert inspirational quote here...",
4
+ "Well, I once had the highest score on a South Park pinball machine at a bowling alley. So, I got that going for me at least."]
4
5
  QUOTE = quotes[rand(0..quotes.length - 1)]
5
6
  end
@@ -1,3 +1,3 @@
1
1
  module Jalapeno
2
- VERSION = '1.0.0'
2
+ VERSION = '1.0.2'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jalapeno
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Brent Busby
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-10-04 00:00:00.000000000 Z
11
+ date: 2017-10-10 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Generates a random quote that you can use to display on your site
14
14
  email: