pry-send_tweet.rb 1.20.3 → 1.20.4
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/CHANGELOG.md +6 -0
- 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: d325d6f54f1452902284289fc3903708537c78630ed2042eb21c4de5a6c9059b
|
|
4
|
+
data.tar.gz: d64d253d6f89ba8c8e50eb51b75dc6cffd156e73cd72de86b62a09b070a188f6
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a5570b5de5e4d6e9c779d6b0df6fb9fe8a78bb1b7d8dde7b941cd29f146743c4bfc7c2910ccd457789e36adca0dfd08cce28b1b0ccfa78633647e02cfd3c5284
|
|
7
|
+
data.tar.gz: 0b5e83765fa059c18c18544c427faecb917cf116f7a7993c2575b4296b794576f46def449d68c540293f656990f3c585ea79dd86f81a2ec1e39e4c15edeb19fc
|
data/CHANGELOG.md
CHANGED
|
@@ -461,7 +461,8 @@ Pry.commands.instance_eval do
|
|
|
461
461
|
%q[then sell both to big US companies who make big money while I get small change.] => 'https://www.youtube.com/watch?v=o3UHMV3jrZk',
|
|
462
462
|
%q[★RUSSIAN HELL MARCH ★ - EL TERROR DE LA OTAN (Poder Militar de Rusia)] => %q|https://www.youtube.com/watch?v=T1ca52QhGr4|,
|
|
463
463
|
%q|The Prodigy - Firestarter (Official Video)| => %q|https://www.youtube.com/watch?v=wmin5WkOuPw|,
|
|
464
|
-
%q[Uncle Murda | 50 Cent | 6ix9ine | Casanova - "Get The Strap" (Official Music Video)] => %q|https://www.youtube.com/watch?v=6Flx8kEa-YE
|
|
464
|
+
%q[Uncle Murda | 50 Cent | 6ix9ine | Casanova - "Get The Strap" (Official Music Video)] => %q|https://www.youtube.com/watch?v=6Flx8kEa-YE|,
|
|
465
|
+
%q[TerryDavis] => %q|https://www.youtube.com/watch?v=Q74tSCCZu_c|
|
|
465
466
|
}
|
|
466
467
|
command '🎧', '' do
|
|
467
468
|
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.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Pry developers
|
|
@@ -54,7 +54,7 @@ dependencies:
|
|
|
54
54
|
- - "~>"
|
|
55
55
|
- !ruby/object:Gem::Version
|
|
56
56
|
version: '1.4'
|
|
57
|
-
description: 'Codename:
|
|
57
|
+
description: 'Codename: TerryDavis .. An extensible Twitter client living inside the
|
|
58
58
|
Pry and Fry REPLs.'
|
|
59
59
|
email: trebor.g@protonmail.com
|
|
60
60
|
executables: []
|
|
@@ -131,6 +131,6 @@ rubyforge_project:
|
|
|
131
131
|
rubygems_version: 2.7.8
|
|
132
132
|
signing_key:
|
|
133
133
|
specification_version: 4
|
|
134
|
-
summary: 'Codename:
|
|
134
|
+
summary: 'Codename: TerryDavis .. An extensible Twitter client living inside the Pry
|
|
135
135
|
and Fry REPLs.'
|
|
136
136
|
test_files: []
|