roberto_barros 0.0.2 → 0.0.3

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/roberto_barros.rb +29 -2
  3. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 20afa1752571b2e3c58f2fe253b9010b0e4378bfcb1d1f67861d18a48b440c47
4
- data.tar.gz: 554d64e3679b73a750e49a934540a173134fafd9adb8311cb933628c59adeb9d
3
+ metadata.gz: 1b3619d0a880b0fa108ebea6cb9ce7984c562b7346387f67e8a41716ee2c813f
4
+ data.tar.gz: 97fa8d487038b5bc2e86626a5573ee96f73a60064c6ae4fbe1236e69259ca662
5
5
  SHA512:
6
- metadata.gz: bbf0c9f4a25b699334e93551e25dbab53371d6183cbd58ca90106c6923fc0dd390c79db5ba5cd6735fa1145088ccdbfa8f3d21c06ac764ff58e30af780a7d00d
7
- data.tar.gz: f592772c603ce4cf711cbc900f910bc6ee8666d942166e0a3f0e88e94c288f7a5cf63aa47a1dfe83e762081dc3fae8873d5406bdbae57213e6d8fdd4a6e4d16a
6
+ metadata.gz: 34fd385d417bdecd480c039bd924ad259ae19b84bf6cd9f9d47aec49be137c880ca95309b82d109038d2cbbf9269e4dbe57af4c108c65ce8b5c955a21eda53c9
7
+ data.tar.gz: ec0573665b3703b11bc6d44c379e981b26b3a59c66657fd5d16b65208980dc36820297a3b6da596ffd37787bc387baab815d9b5f4291b119946099a86894b9ff
@@ -6,7 +6,7 @@ class RobertoBarros
6
6
  "Eu acho que quem tatua o rosto não entende como a sociedade funciona.",
7
7
  "Mas se esse computador está ruim, se você colocar Windows vai ficar pior ainda!",
8
8
  "Né...",
9
- "Não existe projeto simplificado, existe Dev sem imaginação.",
9
+ "Não existe projeto simples, existe Dev sem imaginação.",
10
10
  "Se o código não é simples, não é Ruby.",
11
11
  "Um site nunca fica pronto. Mas você precisa entregar em algum momento.",
12
12
  "E aí você toma um erro no meio de fuça!",
@@ -17,7 +17,34 @@ class RobertoBarros
17
17
  "Não existem limites para a criatividade do ser humano.",
18
18
  "Está um ótimo dia para programar.",
19
19
  "O importante da regra é saber quando quebrar a regra.",
20
- "Reboot quem dá é a vida."
20
+ "Reboot quem dá é a vida.",
21
+ "Não faz sentido! Ele quer trocar seis por meia dúzia!!"
21
22
  ].sample
22
23
  end
24
+
25
+ def self.in_ingrish
26
+ return [
27
+ "Ueh?",
28
+ "Sumo fighters can't wipe their asses by themselves.",
29
+ "I think people who tattoo their faces don't grasp how society works.",
30
+ "If it is bad, installing Windows will only make it worse!",
31
+ "Neh...",
32
+ "There is no such thing as a simplified project, there are Devs without imagination.",
33
+ "If it is not simple, it is not Ruby.",
34
+ "A site is never ready but you need to deliver it at some point.",
35
+ "And then you get an error message in your pretty face!",
36
+ "Dude writes Ruby on RAILS and draws a HIGHWAY.",
37
+ "It makes no sense what you're doing!",
38
+ "Can do, you can, you may, but I cannot understand why someone would do it.",
39
+ "Copy is the first step to creation.",
40
+ "There are no limits to the creativity of the human being.",
41
+ "Today is a great day to code.",
42
+ "The important thing about rules is knowing when to break them",
43
+ "It's life what gives you the real Reboot.",
44
+ ].sample
45
+ end
46
+
47
+ def self.is_genius?
48
+ return true
49
+ end
23
50
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: roberto_barros
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
  - davisjr2000