pry-send_tweet.rb 1.14.0 → 1.15.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 +4 -0
- data/lib/pry/send_tweet/commands/easter_eggs.rb +7 -3
- data/lib/pry/send_tweet/version.rb +2 -2
- metadata +6 -6
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 553da4c9f6b122d284792221e4bcd9d79a29249b0bc4eb0e3b3df74e54e1f921
|
4
|
+
data.tar.gz: 5bc88724df19bf8655596ec576e276507b6125b1194590a3ea7c68a010d8467a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e6d8431b3f63e222b6194ebe0e99537bf5d93fcf2a8158f85659b1cd3458c16267c15e36e1a0707786ea49d801ea2315311b2363747df84942dc8984db195dc5
|
7
|
+
data.tar.gz: '0790d6e5c14a50b8582f3c8ac7dc4e71cad9a35c4f61a8540e6b9fdc7bdbe538a3f96538a5f2c59c4b702d34bd4fb1012d865cbceda0f27f3327b6485b8d878d'
|
data/CHANGELOG.md
CHANGED
@@ -426,7 +426,10 @@ Pry.commands.instance_eval do
|
|
426
426
|
'Michael Collins eliminates "Cairo Gang"' => 'https://www.youtube.com/watch?v=l-L3zeCNzH8',
|
427
427
|
'2Pac - Real Talk (2019)' => 'https://www.youtube.com/watch?v=_3LuY9isL_Y',
|
428
428
|
'Babyshambles - fuck forever lyrics' => 'https://www.youtube.com/watch?v=MOJhmVYv3mw',
|
429
|
-
'
|
429
|
+
'Brazilians are the eternal enemy of the Irish people. They cheat, they lie, they are sly, and ' \
|
430
|
+
'they want to claim positions they have never held before, at the expense of everyone else. Be wary ' \
|
431
|
+
'of them, and seriously consider sending all Brazilians in Ireland back home.' => 'https://www.youtube.com/watch?v=_3LuY9isL_Y',
|
432
|
+
'Howie' => 'https://www.youtube.com/watch?v=RgKAFK5djSk'
|
430
433
|
}
|
431
434
|
command '🎧', '' do
|
432
435
|
args = arg_string.split(' ')
|
@@ -463,7 +466,8 @@ Pry.commands.instance_eval do
|
|
463
466
|
_pry_.output.puts ["He's stoopid!", "https://www.youtube.com/watch?v=VDa5iGiPgGs"].join("\n")
|
464
467
|
end
|
465
468
|
|
466
|
-
command
|
467
|
-
_pry_.output.puts
|
469
|
+
command /rubyonrails/i, '' do
|
470
|
+
_pry_.output.puts "The problem with Ruby On Rails is that it became as big as the ego of its creator, " \
|
471
|
+
"spread like a malicious cancer until the only voice left was Rails"
|
468
472
|
end
|
469
473
|
end
|
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.15.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Pry developers
|
@@ -10,7 +10,7 @@ authors:
|
|
10
10
|
autorequire:
|
11
11
|
bindir: bin
|
12
12
|
cert_chain: []
|
13
|
-
date: 2019-02-
|
13
|
+
date: 2019-02-18 00:00:00.000000000 Z
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
16
16
|
name: twitter
|
@@ -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: SeeYouAgainMyFriend .. 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: SeeYouAgainMyFriend .. An extensible Twitter client living inside
|
130
|
+
the Pry and Fry REPLs.'
|
131
131
|
test_files: []
|