pry-send_tweet.rb 1.11.10 → 1.12.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +10 -0
- data/art/51-82bde81305.jpg +0 -0
- data/lib/pry/send_tweet/commands/easter_eggs.rb +5 -1
- data/lib/pry/send_tweet/version.rb +2 -2
- metadata +6 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 1fd80ce1860e2449b41e4067c86ab9b049b2264e3bfe9ee9f57bf3f67143ce35
|
4
|
+
data.tar.gz: d27538c90fe07cfeb1ace099fc3a291d36e4b96368cfbaeb9723a6cbc1f3cb5d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e34b9ec1a73cf79106ed6744e0dadb8177414d0a35487ea47f545786542524f21ae174a49720e5872fe4b682131d4bc0ac096928d8b243e1c0b36b95569545e2
|
7
|
+
data.tar.gz: 8f0a503483e71ee15fee9d2f138e69bb95f2c46092bd06466744451aa4c4084501f40f81238f6f4280b30de6cd4238ba832c10fa1040b51bb9e830152f79cade
|
data/CHANGELOG.md
CHANGED
Binary file
|
@@ -416,7 +416,11 @@ Pry.commands.instance_eval do
|
|
416
416
|
'DaBaby - Walker Texas Ranger (OFFICIAL VIDEO)' => 'https://www.youtube.com/watch?v=nXld3i2B8Zk',
|
417
417
|
'Walker Texas Ranger S8 Opening G.I.Joe Style' => 'https://www.youtube.com/watch?v=qORcsHf8t1M',
|
418
418
|
'Breaking Bad: Huell - Reasonably' => 'https://www.youtube.com/watch?v=T7rXeDArhg0',
|
419
|
-
'Oz Gangs - The Irish' => 'https://www.youtube.com/watch?v=2FoGMaqkDV8'
|
419
|
+
'Oz Gangs - The Irish' => 'https://www.youtube.com/watch?v=2FoGMaqkDV8',
|
420
|
+
'Historically speaking, what history do Brazil and the USA have? ' \
|
421
|
+
'Is it a story at all? Is it a story about loyalty? Do the Irish ' \
|
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'
|
420
424
|
}
|
421
425
|
command '🎧', '' do
|
422
426
|
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.12.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: REDALERT .. An extensible Twitter client living inside the
|
58
|
+
Pry and Fry REPLs.'
|
59
59
|
email: trebor.g@protonmail.com
|
60
60
|
executables: []
|
61
61
|
extensions: []
|
@@ -68,6 +68,7 @@ files:
|
|
68
68
|
- Vagrantfile
|
69
69
|
- art/44-e44743a5bb.jpg
|
70
70
|
- art/51-5e4dc5fd92.jpg
|
71
|
+
- art/51-82bde81305.jpg
|
71
72
|
- art/51-ad821fa377.jpg
|
72
73
|
- art/51-b90d5dd6a6.jpg
|
73
74
|
- art/51-da43a4ef4f.jpg
|
@@ -125,6 +126,6 @@ rubyforge_project:
|
|
125
126
|
rubygems_version: 2.7.8
|
126
127
|
signing_key:
|
127
128
|
specification_version: 4
|
128
|
-
summary: 'Codename:
|
129
|
-
|
129
|
+
summary: 'Codename: REDALERT .. An extensible Twitter client living inside the Pry
|
130
|
+
and Fry REPLs.'
|
130
131
|
test_files: []
|