pry-twitter 1.30.14 → 1.30.15
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 +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 3c858f10dc41df4173b7af1232290dc379e2d3ccf53fe5d66edd32e29b59a703
|
|
4
|
+
data.tar.gz: 75aad153d11a15f71167a7339eb281d71854be6fdac79701895127d021a3f5f4
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 7639b2b978e9f3845eb67579ec753a68a5d83222362d88936babd65de99f432a3432b9e48c7cbe169bf284ca7307448a9b9cf7a096b81b235f9d94c0791ba376
|
|
7
|
+
data.tar.gz: 995da110af0475c01a37bd6273efb5bef2860f59d1ffa476b0f52859629ddc758ecf7084a5e6147868eda0b67b173eb6f51c75f09529a34319d133e8557dacad
|
|
@@ -647,7 +647,8 @@ Pry.commands.instance_eval do
|
|
|
647
647
|
%q[modphp] => %q[https://youtu.be/9qGKEosx7sU],
|
|
648
648
|
%q[Imam Khomeini's gifts to his Christian neighbours for Christmas - ENG Subs] => %q[https://www.youtube.com/watch?v=h5mWhSVz4iU],
|
|
649
649
|
%q[latin] => %q[https://youtu.be/zm5zLAtpLTA],
|
|
650
|
-
%q[PROCESSING 95% bandicam 2019 02 28 05 42 54 278] => %q[https://youtu.be/7oK6qeUm85Y]
|
|
650
|
+
%q[PROCESSING 95% bandicam 2019 02 28 05 42 54 278] => %q[https://youtu.be/7oK6qeUm85Y],
|
|
651
|
+
%q[Emanuela. Listen.] => %q[https://youtu.be/oLkKZ7gTG5Y]
|
|
651
652
|
}
|
|
652
653
|
command '🎧', '' do
|
|
653
654
|
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.30.
|
|
4
|
+
version: 1.30.15
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Fry developers
|
|
@@ -53,7 +53,7 @@ dependencies:
|
|
|
53
53
|
- - "~>"
|
|
54
54
|
- !ruby/object:Gem::Version
|
|
55
55
|
version: '1.4'
|
|
56
|
-
description: 'CodeName: @Emanuel15981931 Listen. https://youtu.be/
|
|
56
|
+
description: 'CodeName: @Emanuel15981931 Listen. https://youtu.be/oLkKZ7gTG5Y ...
|
|
57
57
|
An extensible Twitter client living inside the Fry and Pry REPLs.'
|
|
58
58
|
email: trebor.macg8@protonmail.com
|
|
59
59
|
executables: []
|
|
@@ -143,6 +143,6 @@ requirements: []
|
|
|
143
143
|
rubygems_version: 3.0.1
|
|
144
144
|
signing_key:
|
|
145
145
|
specification_version: 4
|
|
146
|
-
summary: 'CodeName: @Emanuel15981931 Listen. https://youtu.be/
|
|
146
|
+
summary: 'CodeName: @Emanuel15981931 Listen. https://youtu.be/oLkKZ7gTG5Y ... An extensible
|
|
147
147
|
Twitter client living inside the Fry and Pry REPLs.'
|
|
148
148
|
test_files: []
|