pry-twitter 1.30.2 → 1.30.3
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 +1 -1
- data/lib/pry/send_tweet/commands/easter_eggs.rb +2 -1
- data/lib/pry/send_tweet/version.rb +3 -2
- metadata +7 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 7813eb0659c9186ed0fe63107dff1695f6d00b66d3f67ac999e458f6da27cf12
|
|
4
|
+
data.tar.gz: 17cd93018a39a8c54560756cfb5f9828004d68de87bd2c14b99316e7bb0c1dd5
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 8c8c4c37d0554126baefd397cec72dd45783f2d09b4e756fd584171cee480a7701ad940bc41470a30bbed98c20cff4525e160c69a86da841f51346aa73a5cef5
|
|
7
|
+
data.tar.gz: 524e6d2603655f445ea6626b89ebe7005719507af36dd8e402bb0d4db2be8c3e7261441e8d5ac028cbfe0c1b2428ef4f98ecf493c26b7f65fbc06d6dd94d8c83
|
data/CHANGELOG.md
CHANGED
|
@@ -643,7 +643,8 @@ Pry.commands.instance_eval do
|
|
|
643
643
|
%q[Princess Diana] => %q[https://www.youtube.com/watch?v=Ccr-jTeW7Ug],
|
|
644
644
|
%q[TheWorld] => %q[https://www.youtube.com/watch?v=Glht5kKv9RU],
|
|
645
645
|
%q[Three Strikes] => %q[https://www.youtube.com/watch?v=GB9uqB5Pzyg&feature=youtu.be],
|
|
646
|
-
%q[Charlie Said] => %q[https://www.youtube.com/watch?v=Zje91xTd6Lc]
|
|
646
|
+
%q[Charlie Said] => %q[https://www.youtube.com/watch?v=Zje91xTd6Lc],
|
|
647
|
+
%q[modphp] => %q[https://youtu.be/9qGKEosx7sU]
|
|
647
648
|
command '🎧', '' do
|
|
648
649
|
args = arg_string.split(' ')
|
|
649
650
|
no_dups = DISCO_BISCUITS.uniq
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
class Pry
|
|
2
2
|
module SendTweet
|
|
3
|
-
VERSION = '1.30.
|
|
4
|
-
CODENAME = %q{#CharlieSaid #TheWorld #Three #Strikes #And #Youre #Out #WilliamAndAnneMullet}
|
|
3
|
+
VERSION = '1.30.3'
|
|
4
|
+
CODENAME = %q{#CharlieSaid #modphp #TheWorld #Three #Strikes #And #Youre #Out #WilliamAndAnneMullet}
|
|
5
5
|
end
|
|
6
6
|
end
|
|
7
|
+
|
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.30.
|
|
4
|
+
version: 1.30.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Fry developers
|
|
@@ -53,8 +53,9 @@ dependencies:
|
|
|
53
53
|
- - "~>"
|
|
54
54
|
- !ruby/object:Gem::Version
|
|
55
55
|
version: '1.4'
|
|
56
|
-
description: 'CodeName: #CharlieSaid #TheWorld #Three #Strikes #And #Youre
|
|
57
|
-
... An extensible Twitter client living inside the Fry
|
|
56
|
+
description: 'CodeName: #CharlieSaid #modphp #TheWorld #Three #Strikes #And #Youre
|
|
57
|
+
#Out #WilliamAndAnneMullet ... An extensible Twitter client living inside the Fry
|
|
58
|
+
and Pry REPLs.'
|
|
58
59
|
email: trebor.macg8@protonmail.com
|
|
59
60
|
executables: []
|
|
60
61
|
extensions: []
|
|
@@ -143,6 +144,7 @@ requirements: []
|
|
|
143
144
|
rubygems_version: 3.0.1
|
|
144
145
|
signing_key:
|
|
145
146
|
specification_version: 4
|
|
146
|
-
summary: 'CodeName: #CharlieSaid #TheWorld #Three #Strikes #And #Youre #Out
|
|
147
|
-
... An extensible Twitter client living inside the Fry and
|
|
147
|
+
summary: 'CodeName: #CharlieSaid #modphp #TheWorld #Three #Strikes #And #Youre #Out
|
|
148
|
+
#WilliamAndAnneMullet ... An extensible Twitter client living inside the Fry and
|
|
149
|
+
Pry REPLs.'
|
|
148
150
|
test_files: []
|