pry-send_tweet.rb 1.20.21 → 1.20.22
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: 252a07776152f4468bd133e292ac02839de633e20286e20ee2bea0286455f280
|
|
4
|
+
data.tar.gz: 6831a005924978b4d7d3f0a479b0005a1157413655e59e6aa328a7efb546aa0c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 8d64a40ea579f21be883b23c413736329c8c1fc556fd503ba29580f403a03386c87d55664de10d69e84e9fc7aba7f720f91d45542a02773e4dc09776eb3b9520
|
|
7
|
+
data.tar.gz: 930edbce235acece7bdf75480841d2487eb89b45cfee6f33e8f641b33974e88b209ef8b01c7e5717dc7d6fcfbea8fc543168e8196b3d123b36c15bd57c63794a
|
|
@@ -474,7 +474,8 @@ Pry.commands.instance_eval do
|
|
|
474
474
|
%q|toor (backdoor)| => %q|https://www.youtube.com/watch?v=2Z4m4lnjxkY|,
|
|
475
475
|
%q|I was once so naive, I thought the world worked this way| => %q|https://www.youtube.com/watch?v=tCXqm8EQtWQ|,
|
|
476
476
|
%q|King Faisal of saudi arabia calls for jihad then gets killed, then gets what he asked for| => %q|https://www.youtube.com/watch?v=YVWymq5zYpQ|,
|
|
477
|
-
%q|pry| => %q|https://www.youtube.com/watch?v=a9TYriBxuYQ
|
|
477
|
+
%q|pry| => %q|https://www.youtube.com/watch?v=a9TYriBxuYQ|,
|
|
478
|
+
%q|Goodbye England's Rose (Princess Diana Tribute)| => %q|https://www.youtube.com/watch?v=SZGnZEF6-_w|
|
|
478
479
|
}
|
|
479
480
|
command '🎧', '' do
|
|
480
481
|
args = arg_string.split(' ')
|
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.22
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Pry developers
|
|
@@ -54,8 +54,8 @@ dependencies:
|
|
|
54
54
|
- - "~>"
|
|
55
55
|
- !ruby/object:Gem::Version
|
|
56
56
|
version: '1.4'
|
|
57
|
-
description: 'Codename:
|
|
58
|
-
|
|
57
|
+
description: 'Codename: LadyDiana .. An extensible Twitter client living inside the
|
|
58
|
+
Pry and Fry REPLs.'
|
|
59
59
|
email: trebor.g@protonmail.com
|
|
60
60
|
executables: []
|
|
61
61
|
extensions: []
|
|
@@ -134,6 +134,6 @@ rubyforge_project:
|
|
|
134
134
|
rubygems_version: 2.7.8
|
|
135
135
|
signing_key:
|
|
136
136
|
specification_version: 4
|
|
137
|
-
summary: 'Codename:
|
|
138
|
-
|
|
137
|
+
summary: 'Codename: LadyDiana .. An extensible Twitter client living inside the Pry
|
|
138
|
+
and Fry REPLs.'
|
|
139
139
|
test_files: []
|