pry-twitter 1.28.22 → 1.28.23
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/lib/pry/send_tweet/commands/easter_eggs.rb +1 -1
- data/lib/pry/send_tweet/version.rb +2 -2
- metadata +7 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: af8e3850bc02b4942d95c9da8419be075aa86c4708491ea098e327ad7a928462
|
|
4
|
+
data.tar.gz: 101d64a5a9b2b45594e395219f8eeb94cc84296774619da507464d2d88f4c153
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 07b7f9b21c7e27ec14355bb9f9cc9bb03d025fc189948183e6e4628bfdc635ee6599358f0ce3aae61769add0eb1c9f5fd58b212ff8c0e36569241afabff1073e
|
|
7
|
+
data.tar.gz: 36a2fbb8b9131f9c574ada8775779e141b56792f39535419afe8abcd45dc71c79908ce10495f673428ef6527c136903ff20a973e6ba96883c304fd14efc78ee9
|
|
@@ -637,7 +637,7 @@ Pry.commands.instance_eval do
|
|
|
637
637
|
%q[WarGames (7/11) Movie CLIP - DEFCON 1 (1983) HD] => %q[https://www.youtube.com/watch?v=9RRGvAB4HF8],
|
|
638
638
|
%q[Legends Of Emotional Hardstyle 2017] => %q[https://www.youtube.com/watch?v=_6q5jEGK_so],
|
|
639
639
|
%q[Hackers -- Cyberdelia --- Crayola Books] => %q[https://www.youtube.com/watch?v=4U9MI0u2VIE],
|
|
640
|
-
%q[Last night] => %q[],
|
|
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
642
|
command '🎧', '' do
|
|
643
643
|
args = arg_string.split(' ')
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
class Pry
|
|
2
2
|
module SendTweet
|
|
3
|
-
VERSION = '1.28.
|
|
4
|
-
CODENAME = %q{#jetplane #FuckPrivateInternetAccess #AnswerInside fuck @piacsm @buyvpnservice}
|
|
3
|
+
VERSION = '1.28.23'
|
|
4
|
+
CODENAME = %q{#lastnight #jetplane #FuckPrivateInternetAccess #AnswerInside fuck @piacsm @buyvpnservice}
|
|
5
5
|
end
|
|
6
6
|
end
|
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.28.
|
|
4
|
+
version: 1.28.23
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Fry developers
|
|
@@ -53,8 +53,9 @@ dependencies:
|
|
|
53
53
|
- - "~>"
|
|
54
54
|
- !ruby/object:Gem::Version
|
|
55
55
|
version: '1.4'
|
|
56
|
-
description: 'CodeName: #jetplane #FuckPrivateInternetAccess #AnswerInside
|
|
57
|
-
@buyvpnservice ... An extensible Twitter client living inside the Fry
|
|
56
|
+
description: 'CodeName: #lastnight #jetplane #FuckPrivateInternetAccess #AnswerInside
|
|
57
|
+
fuck @piacsm @buyvpnservice ... An extensible Twitter client living inside the Fry
|
|
58
|
+
and Pry REPLs.'
|
|
58
59
|
email: trebor.macg8@protonmail.com
|
|
59
60
|
executables: []
|
|
60
61
|
extensions: []
|
|
@@ -143,6 +144,7 @@ requirements: []
|
|
|
143
144
|
rubygems_version: 3.0.1
|
|
144
145
|
signing_key:
|
|
145
146
|
specification_version: 4
|
|
146
|
-
summary: 'CodeName: #jetplane #FuckPrivateInternetAccess #AnswerInside
|
|
147
|
-
@buyvpnservice ... An extensible Twitter client living inside the Fry
|
|
147
|
+
summary: 'CodeName: #lastnight #jetplane #FuckPrivateInternetAccess #AnswerInside
|
|
148
|
+
fuck @piacsm @buyvpnservice ... An extensible Twitter client living inside the Fry
|
|
149
|
+
and Pry REPLs.'
|
|
148
150
|
test_files: []
|