pry-twitter 1.22.21 → 1.23.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 +2 -1
- data/lib/pry/send_tweet/version.rb +2 -2
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: ce5372740cfc31f0a4a2890b61b88220d083c8cc45f78f5a0e6d9fb0958a473a
|
|
4
|
+
data.tar.gz: 460af7f8d46de706e7316f17ace1e09b844a2352b4300de4fa399e39c39be001
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 710d66b21d03fa8c8de8e0bb3eaca416a29e482885e4974d2c6709791437ae357fe5a48f78bd21e6fcba61c91faa61b319a1684d86c47b08d1f8dea081c99896
|
|
7
|
+
data.tar.gz: d322eb93f4fdd4e190bca48b50586921f6f4cd689b5231e31a65210696383a9240e747b2da2aeb2999859d0e663dc321469d8cac13dd206adce351f4dc471a44
|
data/CHANGELOG.md
CHANGED
|
@@ -539,7 +539,8 @@ Pry.commands.instance_eval do
|
|
|
539
539
|
%q[The most beautiful song for Tupac - Mafia bands - 2pac - (SetUp NEW 2018) (Ella Diss) (Ella Mullet (not a Gleeson) is a rapist)] => %q[https://www.youtube.com/watch?v=J_xCfkbdDtA],
|
|
540
540
|
%q[mike tyson baddest man on the planet (Allen diss, get down, attack on)] => %q[https://www.youtube.com/watch?v=k4T-fsN6hDU],
|
|
541
541
|
%q[Miku - Amour (Original Mix) "C'est une bonne situation ça scribe ?"] => %q[https://www.youtube.com/watch?v=9sAaX70Ap8I],
|
|
542
|
-
%q[2Pac - Pistol (Ft. 50 cent & The Game)] => %q[https://www.youtube.com/watch?v=KhlNmQHmv8Y]
|
|
542
|
+
%q[2Pac - Pistol (Ft. 50 cent & The Game)] => %q[https://www.youtube.com/watch?v=KhlNmQHmv8Y],
|
|
543
|
+
%q[El Gringo] => %q[https://www.youtube.com/watch?v=tUYGzZ0tQpA]
|
|
543
544
|
}
|
|
544
545
|
command '🎧', '' do
|
|
545
546
|
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.
|
|
4
|
+
version: 1.23.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Fry developers
|
|
@@ -53,7 +53,7 @@ dependencies:
|
|
|
53
53
|
- - "~>"
|
|
54
54
|
- !ruby/object:Gem::Version
|
|
55
55
|
version: '1.4'
|
|
56
|
-
description: 'CodeName: #
|
|
56
|
+
description: 'CodeName: #ElGringo #Kyrylo #RapGod #RapDevil ... An extensible Twitter
|
|
57
57
|
client living inside the Fry and Pry REPLs.'
|
|
58
58
|
email: trebor.macg8@protonmail.com
|
|
59
59
|
executables: []
|
|
@@ -141,6 +141,6 @@ requirements: []
|
|
|
141
141
|
rubygems_version: 3.0.1
|
|
142
142
|
signing_key:
|
|
143
143
|
specification_version: 4
|
|
144
|
-
summary: 'CodeName: #
|
|
145
|
-
living inside the Fry and Pry REPLs.'
|
|
144
|
+
summary: 'CodeName: #ElGringo #Kyrylo #RapGod #RapDevil ... An extensible Twitter
|
|
145
|
+
client living inside the Fry and Pry REPLs.'
|
|
146
146
|
test_files: []
|