pry-send_tweet.rb 1.19.4 → 1.19.5
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 +1 -0
- 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: 81403917c7df5cee45b31e944d982821248429c289c2943c23b86f24d9c45c9e
|
|
4
|
+
data.tar.gz: 38a49b65a15562ee0061fb1ea4f3e6363762d29bee90e75b1b15cb4c000f666a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c5aef6dc77f98d539adc9213c6d6b0b665744cf0c830d7e584ae2b38603ae54318b86d1a75f502c7ed32f674ff098df8c055c7616aaebcb3ee0325f8d2cf343e
|
|
7
|
+
data.tar.gz: 0a48137df1fae6dfe3c5f1af3e469ec585930310f8cd496cecbb2882c148987651154ad64bca05c39c6a85bddff309278e69b7f6bc7a2a2612f264a0a90f9b58
|
data/CHANGELOG.md
CHANGED
|
@@ -240,6 +240,7 @@ Pry.commands.instance_eval do
|
|
|
240
240
|
'ZHR & BatL - Stay (Official Video)' => 'https://www.youtube.com/watch?v=e2lo3lqRhdE',
|
|
241
241
|
'The Last Of The Mohicans End Scene(HD)' => 'https://www.youtube.com/watch?v=q8ZisDHg6v0',
|
|
242
242
|
'Gerry Conlon goes Crazy' => 'https://www.youtube.com/watch?v=vFTe_sXK62o',
|
|
243
|
+
'Gerry Conlon goes Crazy' => 'https://www.youtube.com/watch?v=vFTe_sXK62o',
|
|
243
244
|
'In the Name of the Father - Inmates showing their compassion' => 'https://www.youtube.com/watch?v=EalRRJp9hOQ',
|
|
244
245
|
'Chief Keef - Love Sosa | Dir. @DGainzBeats' => 'https://www.youtube.com/watch?v=YWyHZNBz6FE',
|
|
245
246
|
'Reach Eargasm - La Vie (Original Mix) /Steve Jobs/' => 'https://www.youtube.com/watch?v=CyzdOtyYnng',
|