be_a_dragon 0.1.0 → 0.1.1

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 00bcb31ea95af9f416a097d1fcc137c0109cab97a6f4d1a4b42cd97f0ec271de
4
- data.tar.gz: 5ecc184d9515020f28682cf6a743251c73a874aa3c1f770d67632dd48ea45b34
3
+ metadata.gz: '0816e6fc570c516ec3eec11d7e7b60e8f4bd870c8b261b02c7bb0c2fe4cd602c'
4
+ data.tar.gz: 9b790746ab2a104b0c6b7611541f52a23684dc3e824cf7ce30c556aeb73108ce
5
5
  SHA512:
6
- metadata.gz: cf6f71e85bdc88d741b1ea65e93ec4f2e68995d79faf15c9503097e422ae8f4f4f2084fa04f6d14f89ccf3e04a9a8f2ed901ab652600eb81e4fcad79350db977
7
- data.tar.gz: 8c06891dc3d7ca150c18fc8869a6864fb46e0681985c7070970784088028b6e756460dd34b559f8c56b33cb82c9cb0a222dc70af0a7da3b82a50c4a55dd9bccf
6
+ metadata.gz: 96994a527c422528b9fccbc9cb29379367204c63e0319a166b2a870b1bf2c1d30e74e5fe03bb2cba84ddf932f9d4a3204d7faab6dc29a0ea4719cdab489189bd
7
+ data.tar.gz: 0c81533f912fd53058688e09a050fda2960db11af17e0ef1cf11e113befd6bbd4e00ebe69e163801668f801424ef977bbafa3bbd04cb33ab72448476c3fc3b77
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- be_a_dragon (0.1.0)
4
+ be_a_dragon (0.1.1)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
@@ -1,65 +1,66 @@
1
1
  module BeADragon
2
2
  class MotivateMePls
3
3
  def self.random_sentence(name)
4
- [
5
- "Friendly reminder: You are the best.",
6
- "I didn’t fail the test. I just found 100 ways to do it wrong.",
7
- "Help me rubocup, you are my only hope",
8
- "I am so clever that sometimes I don’t understand a single word of what I am saying.",
9
- "You can’t have everything. Where would you put it?",
10
- "By working faithfully eight hours a day you may eventually get to be boss and work twelve hours a day.",
11
- "The road to success is dotted with many tempting parking spaces.",
12
- "Age is of no importance unless you’re a cheese.",
13
- "It was a fucking semicolon!",
14
- "Please... close that if statement",
15
- "No, arrays start at 0, not 1",
16
- "0101101100010111011001 = you rock!",
17
- "When tempted to fight fire with fire, remember that the Fire Department usually uses water.",
18
- "The question isn’t who is going to let me, it’s who is going to stop me.",
19
- "Work until your bank account looks like a phone number.",
20
- "If you think you are too small to make a difference, try sleeping with a mosquito.",
21
- "Bad decisions make good stories.",
22
- "I’ll probably never fully become what I wanted to be when I grew up, but that’s probably because I wanted to be a ninja princess.",
23
- "When life gives you lemons, squirt someone in the eye.",
24
- "A clear conscience is a sure sign of a bad memory.",
25
- "I used to think I was indecisive, but now I’m not so sure.",
26
- "Don’t worry about the world coming to an end today. It’s already tomorrow in Australia.",
27
- "Think like a proton. Always positive.",
28
- "Leadership is the art of getting someone else to do something you want done because he wants to do it.",
29
- "Be happy – it drives people crazy.",
30
- "Even a stopped clock is right twice every day. After some years, it can boast of a long series of successes.",
31
- "Optimist: someone who figures that taking a step backward after taking a step forward is not a disaster, it’s more like a cha-cha.",
32
- "You’re only given a little spark of madness. You mustn’t lose it.",
33
- "A diamond is merely a lump of coal that did well under pressure.",
34
- "Nothing is impossible, the word itself says “I’m possible!",
35
- "If you let your head get too big, it’ll break your neck.",
36
- "Trying is the first step toward failure.",
37
- "Happiness is just sadness that hasn’t happened yet.",
38
- "The best things in life are actually really expensive.",
39
- "A few harmless flakes working together can unleash an avalanche of destruction.",
40
- "Dreams are like rainbows. Only idiots chase them.",
41
- "It could be that your purpose in life is to serve as a warning to others.",
42
- "The light at the end of the tunnel has been turned off due to budget cuts.",
43
- "Always remember that you are unique – just like everybody else.",
44
- "That shit ain't gona do itself",
45
- "Chuck Norris learned programming from you",
46
- "You can do it! Well, seeing this above, I'm not sure now.",
47
- "I eat requirements for breakfast",
48
- "Do it, don't try It, do it or don't do it",
49
- "Code I must",
50
- "The programming force is strong on you",
51
- "May the code be with you",
52
- "BAAAAAAAARRGWGGH - Chewbacca",
53
- "Codifilus totalus!",
54
- "You better go for a coffe",
55
- "JUST DO-O IT!!",
56
- "Inhale, exhale, repeat."
57
- "You should get fired for that #{name}...",
58
- "You must be kidding, #{name}",
59
- "Really, #{name}? Really?",
60
- "Oh come on, put my fingers in my eyes, please, #{name}",
61
- "#{name}, on the search of the lost semicolon"
62
- ].sample
4
+ sentences = [
5
+ "Friendly reminder: You are the best.",
6
+ "I didn’t fail the test. I just found 100 ways to do it wrong.",
7
+ "Help me rubocup, you are my only hope",
8
+ "I am so clever that sometimes I don’t understand a single word of what I am saying.",
9
+ "You can’t have everything. Where would you put it?",
10
+ "By working faithfully eight hours a day you may eventually get to be boss and work twelve hours a day.",
11
+ "The road to success is dotted with many tempting parking spaces.",
12
+ "Age is of no importance unless you’re a cheese.",
13
+ "It was a fucking semicolon!",
14
+ "Please... close that if statement",
15
+ "No, arrays start at 0, not 1",
16
+ "0101101100010111011001 = you rock!",
17
+ "When tempted to fight fire with fire, remember that the Fire Department usually uses water.",
18
+ "The question isn’t who is going to let me, it’s who is going to stop me.",
19
+ "Work until your bank account looks like a phone number.",
20
+ "If you think you are too small to make a difference, try sleeping with a mosquito.",
21
+ "Bad decisions make good stories.",
22
+ "I’ll probably never fully become what I wanted to be when I grew up, but that’s probably because I wanted to be a ninja princess.",
23
+ "When life gives you lemons, squirt someone in the eye.",
24
+ "A clear conscience is a sure sign of a bad memory.",
25
+ "I used to think I was indecisive, but now I’m not so sure.",
26
+ "Don’t worry about the world coming to an end today. It’s already tomorrow in Australia.",
27
+ "Think like a proton. Always positive.",
28
+ "Leadership is the art of getting someone else to do something you want done because he wants to do it.",
29
+ "Be happy – it drives people crazy.",
30
+ "Even a stopped clock is right twice every day. After some years, it can boast of a long series of successes.",
31
+ "Optimist: someone who figures that taking a step backward after taking a step forward is not a disaster, it’s more like a cha-cha.",
32
+ "You’re only given a little spark of madness. You mustn’t lose it.",
33
+ "A diamond is merely a lump of coal that did well under pressure.",
34
+ "Nothing is impossible, the word itself says “I’m possible!",
35
+ "If you let your head get too big, it’ll break your neck.",
36
+ "Trying is the first step toward failure.",
37
+ "Happiness is just sadness that hasn’t happened yet.",
38
+ "The best things in life are actually really expensive.",
39
+ "A few harmless flakes working together can unleash an avalanche of destruction.",
40
+ "Dreams are like rainbows. Only idiots chase them.",
41
+ "It could be that your purpose in life is to serve as a warning to others.",
42
+ "The light at the end of the tunnel has been turned off due to budget cuts.",
43
+ "Always remember that you are unique – just like everybody else.",
44
+ "That shit ain't gona do itself",
45
+ "Chuck Norris learned programming from you",
46
+ "You can do it! Well, seeing this above, I'm not sure now.",
47
+ "I eat requirements for breakfast",
48
+ "Do it, don't try It, do it or don't do it",
49
+ "Code I must",
50
+ "The programming force is strong on you",
51
+ "May the code be with you",
52
+ "BAAAAAAAARRGWGGH - Chewbacca",
53
+ "Codifilus totalus!",
54
+ "You better go for a coffe",
55
+ "JUST DO-O IT!!",
56
+ "Inhale, exhale, repeat."
57
+ "You should get fired for that #{name}...",
58
+ "You must be kidding, #{name}",
59
+ "Really, #{name}? Really?",
60
+ "Oh come on, put my fingers in my eyes, please, #{name}",
61
+ "#{name}, on the search of the lost semicolon"
62
+ ]
63
+ sentences.sample
63
64
  end
64
65
  end
65
66
  end
@@ -1,3 +1,3 @@
1
1
  module BeADragon
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: be_a_dragon
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - saitama1899