pry-send_tweet.rb 1.15.4 → 1.15.5
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 +4 -4
- data/CHANGELOG.md +8 -0
- data/lib/pry/send_tweet/commands/easter_eggs.rb +4 -2
- data/lib/pry/send_tweet/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 1db0ececbcea1fc727d861db5c067d83c3f70e0894c0d7ac2f1318b4acb0186c
|
|
4
|
+
data.tar.gz: a2eeaeec4864662805cd29ecea62bb2a68a599fec25842605e353a51af9798b0
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 1b27568455986d32328a7abc03eb2bce4f7e2c0e2f9333c9f7c1215ba6b3eb954d060528771a64c61eaa74c90b998a4a61b0b78adef00247631ecd794f9cdace
|
|
7
|
+
data.tar.gz: f2d0927a23a3bc430c2705c26c4ade9f9e9042c1bece5924036732a7acf7ca78b1f6adaa8a6f3338ca2878462dbdf509df56b276920420d4e7a5d6bcef72a60a
|
data/CHANGELOG.md
CHANGED
|
@@ -439,8 +439,10 @@ Pry.commands.instance_eval do
|
|
|
439
439
|
brazilian_truth => 'https://www.youtube.com/watch?v=-LdYXYNtPJI',
|
|
440
440
|
'Eric Bana\'s best scene in Black Hawk Down' => 'https://www.youtube.com/watch?v=t_ZpneN-seU',
|
|
441
441
|
'The King Of Spain is a bitch who sleeps with brazilian men from Madrid' => 'https://www.youtube.com/watch?v=tRldCYkU8nA',
|
|
442
|
-
'atom' => 'The atom editor is a pile of low grade junk built by a bunch of idiots who dont really know how to program.
|
|
443
|
-
|
|
442
|
+
'atom' => 'The atom editor is a pile of low grade junk built by a bunch of idiots who dont really know how to program. ' \
|
|
443
|
+
'Their only claim to fame is being a freak, in one way or another.',
|
|
444
|
+
'Take me home, home to The Netherlands, and let me sink the Kingdom Of Spain once and for all' => 'https://www.youtube.com/watch?v=arZCCrnjDtA',
|
|
445
|
+
'My human friend' => 'https://www.youtube.com/watch?v=VhdHwphvhxU'
|
|
444
446
|
}
|
|
445
447
|
command '🎧', '' do
|
|
446
448
|
args = arg_string.split(' ')
|