pry-send_tweet.rb 1.15.7 → 1.16.0
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 +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: 159cbceedfacc335f9c569a8460c4498f1c70b0cbf3e69fd5ca406efc3992fb6
|
|
4
|
+
data.tar.gz: 14e1bdfa4b9a633c2774c971b8def2d93d9c0aad15f502e8fe5041bae3464852
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: cbbfa6d6d9d01072861af0f5f8f3d2a98a684589bfeb5e54be5a51929f9e60c59ac558c08259bb218b177c342df4b9299125779c2fe5937f63dc32520dfbc18c
|
|
7
|
+
data.tar.gz: 821284ba3139cbef60860c62bddfc7ecad0fbd106373072b99864155fcf4ea61f39f6299d4b445c6b7c768cb6ef8626cde94297c622bcb396e83886647713c85
|
data/CHANGELOG.md
CHANGED
|
@@ -444,7 +444,9 @@ Pry.commands.instance_eval do
|
|
|
444
444
|
'Take me home, home to The Netherlands, and let me sink the Kingdom Of Spain once and for all' => 'https://www.youtube.com/watch?v=arZCCrnjDtA',
|
|
445
445
|
'My human friend' => 'https://www.youtube.com/watch?v=VhdHwphvhxU',
|
|
446
446
|
'Portugal should march into Brazil, and fix the problem THEY created!' => 'https://www.youtube.com/watch?v=hITygiqa5UM',
|
|
447
|
-
'Ireland has been invaded by the Portuguese (Brazil), implementing their laws and ways upon us, bit by bit, as people die in agony on the streets. Banish them from our land.' => 'https://www.youtube.com/watch?v=rCLBGY0huVE'
|
|
447
|
+
'Ireland has been invaded by the Portuguese (Brazil), implementing their laws and ways upon us, bit by bit, as people die in agony on the streets. Banish them from our land.' => 'https://www.youtube.com/watch?v=rCLBGY0huVE',
|
|
448
|
+
'Martika - 01 Toy Soldiers (Polystyrene 45 R.P.M.)' => 'https://www.youtube.com/watch?v=c7cy13PS4_A',
|
|
449
|
+
'2pac- Ghetto Gospel Lyrics' => 'https://www.youtube.com/watch?v=ZDiX9wwo670'
|
|
448
450
|
}
|
|
449
451
|
command '🎧', '' do
|
|
450
452
|
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.
|
|
4
|
+
version: 1.16.0
|
|
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
|
-
|
|
57
|
+
description: 'Codename: IslamMeetsBrasil .. An extensible Twitter client living inside
|
|
58
|
+
the Pry and Fry REPLs.'
|
|
59
59
|
email: trebor.g@protonmail.com
|
|
60
60
|
executables: []
|
|
61
61
|
extensions: []
|
|
@@ -127,6 +127,6 @@ rubyforge_project:
|
|
|
127
127
|
rubygems_version: 2.7.8
|
|
128
128
|
signing_key:
|
|
129
129
|
specification_version: 4
|
|
130
|
-
summary: 'Codename:
|
|
131
|
-
|
|
130
|
+
summary: 'Codename: IslamMeetsBrasil .. An extensible Twitter client living inside
|
|
131
|
+
the Pry and Fry REPLs.'
|
|
132
132
|
test_files: []
|