pry-twitter 1.30.10 → 1.30.11
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: a27e10215c758133d286a9823ee03a85859f2b35459cee7f1e40153877239551
|
|
4
|
+
data.tar.gz: b1872d9d8afb522096c6103d99295ae392ea110056ec5aac4e096e6a9c10ced2
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d28268a90e415f762958fabf7a2ad718799147a845416c4a2061d82d5b152a04e270542c98ce2e273eaba96084b000f86c626702924faf2f9d85edf95cc2e924
|
|
7
|
+
data.tar.gz: e1bf4e0feca703f50d8700d384f42767a2f2116334ea8b88772a14db1ca6f5bf22d7c5d2358467c1f75be6dc514c0e81392bdf1354b198b07f3b52841d9f04e7
|
|
@@ -646,7 +646,8 @@ Pry.commands.instance_eval do
|
|
|
646
646
|
%q[Charlie Said] => %q[https://www.youtube.com/watch?v=Zje91xTd6Lc],
|
|
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
|
-
%q[latin] => %q[https://youtu.be/zm5zLAtpLTA]
|
|
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
651
|
}
|
|
651
652
|
command '🎧', '' do
|
|
652
653
|
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.11
|
|
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: @Emanuel15981931 https://youtu.be/
|
|
57
|
-
Twitter client living inside the Fry and Pry REPLs.'
|
|
56
|
+
description: 'CodeName: @Emanuel15981931 I sincerely love you https://youtu.be/7oK6qeUm85Y
|
|
57
|
+
... An extensible Twitter client living inside the Fry and Pry REPLs.'
|
|
58
58
|
email: trebor.macg8@protonmail.com
|
|
59
59
|
executables: []
|
|
60
60
|
extensions: []
|
|
@@ -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 https://youtu.be/
|
|
147
|
-
Twitter client living inside the Fry and Pry REPLs.'
|
|
146
|
+
summary: 'CodeName: @Emanuel15981931 I sincerely love you https://youtu.be/7oK6qeUm85Y
|
|
147
|
+
... An extensible Twitter client living inside the Fry and Pry REPLs.'
|
|
148
148
|
test_files: []
|