pry-send_tweet.rb 1.12.0 → 1.12.1
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/README.md +5 -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: d84911d7c6859057cd339213d3baa41280a075b7dd5554684d084dd97469864a
|
|
4
|
+
data.tar.gz: e122cbdc3c27578552d7863b30be02a09bbd5587940af2db218d4018f99656b9
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 40f09e015f53231d14cfc73988087b93af36f70884882099745d532e999019687f3dd5ea544c6aad0bebb4e690d48a12967bbd3258bd64dcb7cd6d09186abbe5
|
|
7
|
+
data.tar.gz: 1c31e6aef23c636ab0b9952f737ffe9b89e448301dff66a5d0b18bfdb0784ce0d26ac78ceca75531b83d526cbd5aa4b98a13a3e8c3413dcf6b194e88422e0412
|
data/CHANGELOG.md
CHANGED
data/README.md
CHANGED
|
@@ -471,6 +471,11 @@ __#7__ Still speedin' - with Vagrant, Tmux on FreeBSD 12.
|
|
|
471
471
|
|
|
472
472
|

|
|
473
473
|
|
|
474
|
+
__#8__ Leprechauns - with Vagrant, Tmux on FreeBSD 12.
|
|
475
|
+
|
|
476
|
+

|
|
477
|
+
|
|
478
|
+
|
|
474
479
|
## <a id='license'>License</a>
|
|
475
480
|
|
|
476
481
|
This project uses the MIT license, see [LICENSE.txt](./LICENSE.txt) for details.
|
|
@@ -420,7 +420,8 @@ Pry.commands.instance_eval do
|
|
|
420
420
|
'Historically speaking, what history do Brazil and the USA have? ' \
|
|
421
421
|
'Is it a story at all? Is it a story about loyalty? Do the Irish ' \
|
|
422
422
|
'deserve to be second class citizens, after dying in all your stupid wars? ' \
|
|
423
|
-
'For the UK and USA alike. Maybe we should fight for Russia now. ' => 'https://www.youtube.com/watch?v=1F3al6cluWo'
|
|
423
|
+
'For the UK and USA alike. Maybe we should fight for Russia now. ' => 'https://www.youtube.com/watch?v=1F3al6cluWo',
|
|
424
|
+
'Probably time for all those Brazilians in Ireland to return home. Overstayed your welcome.' => 'https://www.youtube.com/watch?v=1OEAYjo606A'
|
|
424
425
|
}
|
|
425
426
|
command '🎧', '' do
|
|
426
427
|
args = arg_string.split(' ')
|