pry-send_tweet.rb 1.20.31 → 1.20.32
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 +7 -7
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: d123da3b7a821f6e667f9b1c4f38a00e652b0e8dc5fbe09dbf296db8aeb49187
|
|
4
|
+
data.tar.gz: ecea354ced3fabe8fe560f05a24d4493747551d86097f5550336f8fe57efbf72
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5caa46439d7ee67145e9147f14a6f6d12e37f8ffddf9423b59568f65e73b89fc11167e2c265381a475f9057a69132f4de829905ffa1e9c499ea307c0fef546e6
|
|
7
|
+
data.tar.gz: c470fb5352e20bec9ab788487a2ff0cf0a05879c4aeb6dee3140e2508647410986d3884aac442faf7fb326aaca7b886f87b47061d58e542d9698aba69ad7da8c
|
|
@@ -483,7 +483,8 @@ Pry.commands.instance_eval do
|
|
|
483
483
|
%q|Simple Man - Lynyrd Skynyrd - Lyrics HD| => %q|https://www.youtube.com/watch?v=sMmTkKz60W8|,
|
|
484
484
|
%q|Hey Jude (Remastered 2015)| => %q|https://www.youtube.com/watch?v=mQER0A0ej0M|,
|
|
485
485
|
%q|The Frames - Revelate with lyrics| => %q|https://www.youtube.com/watch?v=SPC0sRQbJ98|,
|
|
486
|
-
%q|Roy Keane - The Real Captain Fantastic.flv| => %q|https://www.youtube.com/watch?v=BanakGjO7ps
|
|
486
|
+
%q|Roy Keane - The Real Captain Fantastic.flv| => %q|https://www.youtube.com/watch?v=BanakGjO7ps|,
|
|
487
|
+
%q|Abracadabra| => %q|https://www.youtube.com/watch?v=dKCV8gzSlYw|
|
|
487
488
|
}
|
|
488
489
|
command '🎧', '' do
|
|
489
490
|
args = arg_string.split(' ')
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
class Pry
|
|
2
2
|
module SendTweet
|
|
3
|
-
VERSION = '1.20.
|
|
4
|
-
CODENAME = 'Hey @
|
|
3
|
+
VERSION = '1.20.32'
|
|
4
|
+
CODENAME = 'Hey @GitHub, @Microsoft, I am underscore underscore thumbsup (according to your adaption of Siri)'
|
|
5
5
|
end
|
|
6
6
|
end
|
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.20.
|
|
4
|
+
version: 1.20.32
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Pry developers
|
|
@@ -54,9 +54,9 @@ dependencies:
|
|
|
54
54
|
- - "~>"
|
|
55
55
|
- !ruby/object:Gem::Version
|
|
56
56
|
version: '1.4'
|
|
57
|
-
description: 'Codename: Hey @
|
|
58
|
-
to your adaption of Siri) .. An extensible Twitter client living inside
|
|
59
|
-
and Fry REPLs.'
|
|
57
|
+
description: 'Codename: Hey @GitHub, @Microsoft, I am underscore underscore thumbsup
|
|
58
|
+
(according to your adaption of Siri) .. An extensible Twitter client living inside
|
|
59
|
+
the Pry and Fry REPLs.'
|
|
60
60
|
email: trebor.g@protonmail.com
|
|
61
61
|
executables: []
|
|
62
62
|
extensions: []
|
|
@@ -135,7 +135,7 @@ rubyforge_project:
|
|
|
135
135
|
rubygems_version: 2.7.8
|
|
136
136
|
signing_key:
|
|
137
137
|
specification_version: 4
|
|
138
|
-
summary: 'Codename: Hey @
|
|
139
|
-
your adaption of Siri) .. An extensible Twitter client living inside the Pry
|
|
140
|
-
Fry REPLs.'
|
|
138
|
+
summary: 'Codename: Hey @GitHub, @Microsoft, I am underscore underscore thumbsup (according
|
|
139
|
+
to your adaption of Siri) .. An extensible Twitter client living inside the Pry
|
|
140
|
+
and Fry REPLs.'
|
|
141
141
|
test_files: []
|