pry-send_tweet.rb 1.12.2 → 1.12.3
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 +10 -0
- data/lib/pry/send_tweet/commands/easter_eggs.rb +3 -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: 9cfc0adb7033118382e0e0dc6161ace709dd8564df7b59c87ea491e6f44276e5
|
|
4
|
+
data.tar.gz: 8014c376535d503e070b79c0895dc013d153027dc108fc82f30796bf7945c1e3
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 2eb5cadd130ad86d4f1c54c4d358de103640060c5abb9dd421d27232db639e20bec1ba8b64698af8d50fc96680e5eda10c5841176c519fb8099b3e059c19b584
|
|
7
|
+
data.tar.gz: 17e9eb796b33ccbef58708160385dbe748a5f881aa97116d964f7481f5136450f0f3f1b049474fd97fd41457272388b6672897c82e88c305264fbcce8786ee08
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,15 @@
|
|
|
1
1
|
# CHANGELOG
|
|
2
2
|
|
|
3
|
+
## v1.13.0 (OutAllNightToGetLucky)
|
|
4
|
+
|
|
5
|
+
* Add disco biscuit(s)
|
|
6
|
+
|
|
7
|
+
* Change codename for the v1.13 series to `OutAllNightToGetLucky`.
|
|
8
|
+
|
|
9
|
+
## v1.12.3 (REDALERT)
|
|
10
|
+
|
|
11
|
+
* Add a dash of Michael Collins into your gin & tonic.
|
|
12
|
+
|
|
3
13
|
## v1.12.2 (REDALERT)
|
|
4
14
|
|
|
5
15
|
* Add disco biscuit(s)
|
|
@@ -422,7 +422,9 @@ Pry.commands.instance_eval do
|
|
|
422
422
|
'deserve to be second class citizens, after dying in all your stupid wars? ' \
|
|
423
423
|
'For the UK and USA alike. Maybe we should fight for Russia now. ' => 'https://www.youtube.com/watch?v=1F3al6cluWo',
|
|
424
424
|
'Probably time for all those Brazilians in Ireland to return home. Overstayed your welcome.' => 'https://www.youtube.com/watch?v=1OEAYjo606A',
|
|
425
|
-
'6IX9INE "Billy" (WSHH Exclusive - Official Music Video)' => 'https://www.youtube.com/watch?v=LJjsm6CVsG8'
|
|
425
|
+
'6IX9INE "Billy" (WSHH Exclusive - Official Music Video)' => 'https://www.youtube.com/watch?v=LJjsm6CVsG8',
|
|
426
|
+
'Michael Collins eliminates "Cairo Gang"' => 'https://www.youtube.com/watch?v=l-L3zeCNzH8',
|
|
427
|
+
'2Pac - Real Talk (2019)' => 'https://www.youtube.com/watch?v=_3LuY9isL_Y'
|
|
426
428
|
}
|
|
427
429
|
command '🎧', '' do
|
|
428
430
|
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.12.
|
|
4
|
+
version: 1.12.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Pry developers
|
|
@@ -54,8 +54,8 @@ dependencies:
|
|
|
54
54
|
- - "~>"
|
|
55
55
|
- !ruby/object:Gem::Version
|
|
56
56
|
version: '1.4'
|
|
57
|
-
description: 'Codename:
|
|
58
|
-
Pry and Fry REPLs.'
|
|
57
|
+
description: 'Codename: OutAllNightToGetLucky .. An extensible Twitter client living
|
|
58
|
+
inside the Pry and Fry REPLs.'
|
|
59
59
|
email: trebor.g@protonmail.com
|
|
60
60
|
executables: []
|
|
61
61
|
extensions: []
|
|
@@ -126,6 +126,6 @@ rubyforge_project:
|
|
|
126
126
|
rubygems_version: 2.7.8
|
|
127
127
|
signing_key:
|
|
128
128
|
specification_version: 4
|
|
129
|
-
summary: 'Codename:
|
|
130
|
-
and Fry REPLs.'
|
|
129
|
+
summary: 'Codename: OutAllNightToGetLucky .. An extensible Twitter client living inside
|
|
130
|
+
the Pry and Fry REPLs.'
|
|
131
131
|
test_files: []
|