pry-twitter 1.28.24 → 1.29.0
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 +6 -2
- data/lib/pry/send_tweet/commands/easter_eggs.rb +2 -1
- data/lib/pry/send_tweet/version.rb +2 -2
- metadata +5 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 3f959fb3d7d41bf26a861a3bd01d6197418d6e5c0217f975a904ef522c558605
|
|
4
|
+
data.tar.gz: 65594d933e89e287fc862ef6d8c1d2277d378316a899fd72b7edbd6b2f5f5196
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 015c3acbb573ac354cb0413796603b1c02ec21cba85fd94d09445fa8832d4b33db6ab176fde8ab11bd331056f156f1f3f850967685783c9887b9830a00382467
|
|
7
|
+
data.tar.gz: 13893e6fe8c8b855afd739eaf15e3bde5c51261c0044d00a63962ac73b1851a7ac7889a305541ac0ed72c3e3f64eb741a67d1e6a0fafdb07c2a877ca879a9aff
|
data/CHANGELOG.md
CHANGED
|
@@ -1,8 +1,12 @@
|
|
|
1
1
|
# CHANGELOG
|
|
2
2
|
|
|
3
|
-
## v1.
|
|
3
|
+
## v1.29.0+ (#PrincessDiana #ForYou)
|
|
4
4
|
|
|
5
|
-
- Change code name for v1.28 series to '#
|
|
5
|
+
- Change code name for v1.28 series to '#PrincessDiana #ForYou'.
|
|
6
|
+
|
|
7
|
+
## v1.28.0+ (#PrincessDiana #ForYou)
|
|
8
|
+
|
|
9
|
+
- This song, is for matilda.
|
|
6
10
|
|
|
7
11
|
## v1.27.31+ (#Matilda #MAGA #Neutral #Devlin #Putin #008 #GoldenEye #KurtKobain #AltJ #ShellShocked #ChiefKeef #TuPac #Eminem #BlueMaroc #sdot #sparkle #ldn #1root #marley)
|
|
8
12
|
|
|
@@ -639,7 +639,8 @@ Pry.commands.instance_eval do
|
|
|
639
639
|
%q[Hackers -- Cyberdelia --- Crayola Books] => %q[https://www.youtube.com/watch?v=4U9MI0u2VIE],
|
|
640
640
|
%q[Last night] => %q[https://www.youtube.com/watch?v=hPRE8xxs8ic],
|
|
641
641
|
%q[Private Internet Access] => %q[https://www.youtube.com/watch?v=Qjr9eLPfPpE],
|
|
642
|
-
%q[Private Internet Access] => %q[https://www.youtube.com/watch?v=RB2HaVkH68Y]
|
|
642
|
+
%q[Private Internet Access] => %q[https://www.youtube.com/watch?v=RB2HaVkH68Y],
|
|
643
|
+
%q[Princess Diana] => %q[https://www.youtube.com/watch?v=Ccr-jTeW7Ug]
|
|
643
644
|
command '🎧', '' do
|
|
644
645
|
args = arg_string.split(' ')
|
|
645
646
|
no_dups = DISCO_BISCUITS.uniq
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: pry-twitter
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.29.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Fry developers
|
|
@@ -53,8 +53,8 @@ dependencies:
|
|
|
53
53
|
- - "~>"
|
|
54
54
|
- !ruby/object:Gem::Version
|
|
55
55
|
version: '1.4'
|
|
56
|
-
description: 'CodeName: #
|
|
57
|
-
|
|
56
|
+
description: 'CodeName: #PrincessDiana #ForYou ... An extensible Twitter client living
|
|
57
|
+
inside the Fry and Pry REPLs.'
|
|
58
58
|
email: trebor.macg8@protonmail.com
|
|
59
59
|
executables: []
|
|
60
60
|
extensions: []
|
|
@@ -143,6 +143,6 @@ requirements: []
|
|
|
143
143
|
rubygems_version: 3.0.1
|
|
144
144
|
signing_key:
|
|
145
145
|
specification_version: 4
|
|
146
|
-
summary: 'CodeName: #
|
|
147
|
-
|
|
146
|
+
summary: 'CodeName: #PrincessDiana #ForYou ... An extensible Twitter client living
|
|
147
|
+
inside the Fry and Pry REPLs.'
|
|
148
148
|
test_files: []
|