pry-send_tweet.rb 1.19.13 → 1.19.14
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 +4 -0
- data/lib/pry/send_tweet/commands/easter_eggs.rb +2 -1
- data/lib/pry/send_tweet/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 948b1af6c4723ccebdc0eb90e5d0f931ed2025b429cdb3c9a784c1a4858aad1a
|
|
4
|
+
data.tar.gz: a104dbdc6dea70c0a9a0426942546b17187b9aac2eaa76fd4e450c021c0e1e7d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 8e85637a4f20190965bc965c7b2bf88131d589d6d922044f8fda4c28e845800c5d159b53430d734330dfc4687230b5378c040f58e615f95c93a39ad7cfb99b5d
|
|
7
|
+
data.tar.gz: 6e46efd01e39ad65037a74bd5dafb58eea6f7d4f4225fb8cac1c8983941a65f8db1cb1353c1c9967a2bbf0ec7fc8c85ee30a18e37e4ab44311562216e3ba0c2e
|
data/CHANGELOG.md
CHANGED
|
@@ -509,7 +509,8 @@ Pry.commands.instance_eval do
|
|
|
509
509
|
%q[I am under an illegal wiretap by the USA government, they steal my ideas and 0day ] +
|
|
510
510
|
%q[then sell both to big US companies who make big money while I get small change.] => 'https://www.youtube.com/watch?v=o3UHMV3jrZk',
|
|
511
511
|
%q[★RUSSIAN HELL MARCH ★ - EL TERROR DE LA OTAN (Poder Militar de Rusia)] => %q|https://www.youtube.com/watch?v=T1ca52QhGr4|,
|
|
512
|
-
%q|@AllenGleeson @IanGleeson @dexy86385930 @ellagleeson2| => %q|https://www.youtube.com/watch?v=yz7Cn3pHibo
|
|
512
|
+
%q|@AllenGleeson @IanGleeson @dexy86385930 @ellagleeson2| => %q|https://www.youtube.com/watch?v=yz7Cn3pHibo|,
|
|
513
|
+
%q|@AllenGleeson @IanGleeson @dexy86385930 @ellagleeson2| => %q|https://www.youtube.com/watch?v=Hj5qwYwcht4|
|
|
513
514
|
}
|
|
514
515
|
command '🎧', '' do
|
|
515
516
|
args = arg_string.split(' ')
|