pry-twitter 1.27.20 → 1.27.21
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +2 -0
- data/lib/pry/send_tweet/commands/easter_eggs.rb +2 -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: 76722ddfd956a30b411afa0eb1a6122c778460b255e318221a9f53f05c9fd41a
|
4
|
+
data.tar.gz: 2300fea33640add6808f4133032200088f615d1acade36b966a40782214bd471
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1584e85b14b63754a69f63963ca13fdeacc48dd7ef5614d3e5a02184a5cda8f04fc86ca1023e2e35654da20e9d3217d1e242647d1bec995c8ae5d6a010d825ca
|
7
|
+
data.tar.gz: 40f70ca26cc7b1d7550928969b2a04779b84c3fd4c43e785019e44971aa1c515059b6e42dda3859e8db6fb8e0c97d3d06ddd107b3737b05423b32e4f373f6630
|
data/CHANGELOG.md
CHANGED
@@ -566,7 +566,8 @@ Pry.commands.instance_eval do
|
|
566
566
|
%q[Manu] => %q[https://www.youtube.com/watch?v=iQHwh9VR9X8],
|
567
567
|
%q[DAMO & IVOR - SOUTHSIDE FOR LIFE] => %q[https://www.youtube.com/watch?v=UPk2jd9YEfM],
|
568
568
|
%q[2Pac - Gangsta Virus (ft. Ice Cube, Eminem, Tech N9ne)] => %q[https://www.youtube.com/watch?v=utsUVZwevUE],
|
569
|
-
%q[In Ruby we have Symbols, and in Ireland we have... ] => %q[https://www.rte.ie/news/dublin/2019/0225/1032776-st-michans-crypt-crusader/]
|
569
|
+
%q[In Ruby we have Symbols, and in Ireland we have... ] => %q[https://www.rte.ie/news/dublin/2019/0225/1032776-st-michans-crypt-crusader/],
|
570
|
+
%q[BED INTRUDER SONG!!!] => %q[https://www.youtube.com/watch?v=hMtZfW2z9dw]
|
570
571
|
}
|
571
572
|
command '🎧', '' do
|
572
573
|
args = arg_string.split(' ')
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: pry-twitter
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.27.
|
4
|
+
version: 1.27.21
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Fry developers
|
@@ -53,8 +53,8 @@ dependencies:
|
|
53
53
|
- - "~>"
|
54
54
|
- !ruby/object:Gem::Version
|
55
55
|
version: '1.4'
|
56
|
-
description: 'CodeName: And #MaRoc #IllyBilly is back. ... An extensible
|
57
|
-
living inside the Fry and Pry REPLs.'
|
56
|
+
description: 'CodeName: And #MaRoc #IllyBilly is back. WoooOoooOow. ... An extensible
|
57
|
+
Twitter client living inside the Fry and Pry REPLs.'
|
58
58
|
email: trebor.macg8@protonmail.com
|
59
59
|
executables: []
|
60
60
|
extensions: []
|
@@ -141,6 +141,6 @@ requirements: []
|
|
141
141
|
rubygems_version: 3.0.1
|
142
142
|
signing_key:
|
143
143
|
specification_version: 4
|
144
|
-
summary: 'CodeName: And #MaRoc #IllyBilly is back. ... An extensible
|
145
|
-
living inside the Fry and Pry REPLs.'
|
144
|
+
summary: 'CodeName: And #MaRoc #IllyBilly is back. WoooOoooOow. ... An extensible
|
145
|
+
Twitter client living inside the Fry and Pry REPLs.'
|
146
146
|
test_files: []
|