pry-twitter 1.29.1 → 1.30.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/pry/send_tweet/commands/easter_eggs.rb +2 -1
- data/lib/pry/send_tweet/version.rb +2 -2
- metadata +5 -6
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 2c66f166e3340c828d72c09be18ea12a19a70bd1c0049b721c8c9fbca0b1c597
|
4
|
+
data.tar.gz: 92b4421f5a7f697ac938d2586c916f78b792dd658c11addd1ff454b87360ab91
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a59b438a82aefcb6cdd3f1c6888e6347138f9364728bcc1e848dd275bdf74945bb57ae78de5b278ce5fff44be23b5e46a70b7862d221efa1b83130b848d0b67c
|
7
|
+
data.tar.gz: 4a8ecfe7f463b56dd818627d36c15ca8922d78a99d64497b840473eeda9e8d0b62e765e77a857eda5210420e0ab4bf7fa405bd416c73b0f0fecad3293e6caec9
|
data/CHANGELOG.md
CHANGED
@@ -640,7 +640,8 @@ Pry.commands.instance_eval do
|
|
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
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
|
+
%q[Princess Diana] => %q[https://www.youtube.com/watch?v=Ccr-jTeW7Ug],
|
644
|
+
%q[TheWorld] => %q[https://www.youtube.com/watch?v=Glht5kKv9RU]
|
644
645
|
command '🎧', '' do
|
645
646
|
args = arg_string.split(' ')
|
646
647
|
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.30.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Fry developers
|
@@ -53,9 +53,8 @@ dependencies:
|
|
53
53
|
- - "~>"
|
54
54
|
- !ruby/object:Gem::Version
|
55
55
|
version: '1.4'
|
56
|
-
description: 'CodeName: #
|
57
|
-
|
58
|
-
Pry REPLs.'
|
56
|
+
description: 'CodeName: #TheWorld ... An extensible Twitter client living inside the
|
57
|
+
Fry and Pry REPLs.'
|
59
58
|
email: trebor.macg8@protonmail.com
|
60
59
|
executables: []
|
61
60
|
extensions: []
|
@@ -144,6 +143,6 @@ requirements: []
|
|
144
143
|
rubygems_version: 3.0.1
|
145
144
|
signing_key:
|
146
145
|
specification_version: 4
|
147
|
-
summary: 'CodeName: #
|
148
|
-
|
146
|
+
summary: 'CodeName: #TheWorld ... An extensible Twitter client living inside the Fry
|
147
|
+
and Pry REPLs.'
|
149
148
|
test_files: []
|