pry-twitter 1.31.17 → 1.32.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/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: b6545184f37c794cb93456eb8a75eb15640e263d42a762e89f4e9d9f793e8ec9
|
|
4
|
+
data.tar.gz: 2f5a034fa8207b3f9836ba079ab679939ca8e49eeec870ab9a3db9d8bf07ac18
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b02573b9a012b2785e6443baaff1310ae362db6454f45b838c64f6d72c908e0d6a5ae90500c33c890192374be17e7488a675af68f3d38399bc3ba40cda8919c2
|
|
7
|
+
data.tar.gz: c7a7d8ba4dbda0454d7d600c78bd4f26d0acacf46978b6020fc09e3f5b2d67c047d73b12f353fb59c261df4f3c80ef583b3d3ea2c244f0a623d6b040f97fb0d9
|
|
@@ -667,7 +667,8 @@ Pry.commands.instance_eval do
|
|
|
667
667
|
%q[Devlin - ZDot Freestyle (Official Song)] => %q[https://www.youtube.com/watch?v=Z0WVPf5Mx0U],
|
|
668
668
|
%q[Red Hot Chili Peppers VPRO HD- Anthony And John In Amsterdam 1991] => %q[https://www.youtube.com/watch?v=hVcB4UNyJdI],
|
|
669
669
|
%q[Syria's Assad sends a message to Western officials from recaptured city - English Subs] => %q[https://www.youtube.com/watch?v=nQ012KHURgM],
|
|
670
|
-
%q[Assad tells Belgian reporter Belgium & EU merely obey 'US master' on Syria – English Subtitles] => %q[https://www.youtube.com/watch?v=SZEG8lPYFZk]
|
|
670
|
+
%q[Assad tells Belgian reporter Belgium & EU merely obey 'US master' on Syria – English Subtitles] => %q[https://www.youtube.com/watch?v=SZEG8lPYFZk],
|
|
671
|
+
%q[Devlin - Shook Ones Freestyle] => %q[https://www.youtube.com/watch?v=U_y-x3QBloo]
|
|
671
672
|
}
|
|
672
673
|
command '🎧', '' do
|
|
673
674
|
args = arg_string.split(' ')
|
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.32.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: #ldn #dub #ams #dam #pdx #mad #ber ... An extensible
|
|
57
|
-
client living inside the Fry and Pry REPLs.'
|
|
56
|
+
description: 'CodeName: #ldn #dub #ams #dam #pdx #mad #ber #bel ... An extensible
|
|
57
|
+
Twitter client living inside the Fry and Pry REPLs.'
|
|
58
58
|
email: trebor.macg8@protonmail.com
|
|
59
59
|
executables: []
|
|
60
60
|
extensions: []
|
|
@@ -147,6 +147,6 @@ requirements: []
|
|
|
147
147
|
rubygems_version: 3.0.1
|
|
148
148
|
signing_key:
|
|
149
149
|
specification_version: 4
|
|
150
|
-
summary: 'CodeName: #ldn #dub #ams #dam #pdx #mad #ber ... An extensible Twitter
|
|
151
|
-
living inside the Fry and Pry REPLs.'
|
|
150
|
+
summary: 'CodeName: #ldn #dub #ams #dam #pdx #mad #ber #bel ... An extensible Twitter
|
|
151
|
+
client living inside the Fry and Pry REPLs.'
|
|
152
152
|
test_files: []
|