pry-send_tweet.rb 1.10.3 → 1.10.4
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 +4 -0
- data/lib/pry/send_tweet/commands/easter_eggs.rb +8 -2
- data/lib/pry/send_tweet/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 4aacfe9fe9c4b51ba9cb8e784aacf311675adfce8186ccdf8c8921cd05f465c1
|
|
4
|
+
data.tar.gz: 162ba7dc038c3fb0e3fe0d9f4e044215136f6e98ddd7868c78c7bf7b400814f5
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d9299fd6aa0967ad9d2069989920ee6a4623c881004ecca66fe2f92bc1eb97e76d0facfb30fcd73631ab16dfd1455059173a90875a459bf6ac250b6e5918aabb
|
|
7
|
+
data.tar.gz: 1a55d2a3f60ca20970a2452de0d051730860956cec94f1d337c9d8e52a34ef6400a9700f79b86ef5e8e821558580280020682f34fbe992df9966ea05a20a2f1a
|
data/CHANGELOG.md
CHANGED
|
@@ -360,8 +360,14 @@ Pry.commands.instance_eval do
|
|
|
360
360
|
'Hazrat Fatima (as) Khutba-3 at masjid Kufa' => 'https://www.youtube.com/watch?v=s-2CP5ozHNQ',
|
|
361
361
|
'We Must Fight - President Reagan (TyDale\'s Version)' => 'https://www.youtube.com/watch?v=JDVT-8tUfiE',
|
|
362
362
|
'I met a Girl from Peru, she was living on a cruise ship, she disappeared too.' => 'https://www.youtube.com/watch?v=EpDmklLFXVc',
|
|
363
|
-
'We Must Fight - President Reagan (TyDale\'s Version)' => 'https://www.youtube.com/watch?v=JDVT-8tUfiE&t=1s'
|
|
364
|
-
|
|
363
|
+
'We Must Fight - President Reagan (TyDale\'s Version)' => 'https://www.youtube.com/watch?v=JDVT-8tUfiE&t=1s',
|
|
364
|
+
'Facebook' => 'https://www.youtube.com/watch?v=bEoDSTBY_Y4',
|
|
365
|
+
'MARTIKA - TOY SOLDIERS (vinyl)' => 'https://www.youtube.com/watch?v=k_y8he370eY',
|
|
366
|
+
'Secret agents are expected to do what it takes to stay alive' => 'https://www.youtube.com/watch?v=_Vj092UgKwQ',
|
|
367
|
+
'Secret agents sometimes fall in love' => 'https://www.youtube.com/watch?v=3e59iAcKuOQ',
|
|
368
|
+
'Point of no return' => 'https://www.youtube.com/watch?v=9J7yK1TPkDo',
|
|
369
|
+
'Point of no return' => 'https://www.youtube.com/watch?v=9J7yK1TPkDo'
|
|
370
|
+
}
|
|
365
371
|
command '🎧', '' do
|
|
366
372
|
key = DISCO_BISCUITS.keys.uniq.sample
|
|
367
373
|
_pry_.output.puts [key, DISCO_BISCUITS[key]].join("\n")
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: pry-send_tweet.rb
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.10.
|
|
4
|
+
version: 1.10.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Pry developers
|
|
@@ -10,7 +10,7 @@ authors:
|
|
|
10
10
|
autorequire:
|
|
11
11
|
bindir: bin
|
|
12
12
|
cert_chain: []
|
|
13
|
-
date: 2019-02-
|
|
13
|
+
date: 2019-02-17 00:00:00.000000000 Z
|
|
14
14
|
dependencies:
|
|
15
15
|
- !ruby/object:Gem::Dependency
|
|
16
16
|
name: twitter
|