pry-twitter 1.28.11 → 1.28.12
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 -2
- data/lib/pry/send_tweet/commands/easter_eggs.rb +3 -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: 8b9871c67f79e50334c4eb5e667bdbfc8d4df6c2c58e2630af73264205facdb9
|
4
|
+
data.tar.gz: e5dc6b71f5ab6e62bc32e62f8018f6ef869d5a01831406ddb709fbd9343a99a5
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e066b77261d16d70e3e1e438c8fc9a27bfb7709610174d95484fcdfb6770572a21bd6cf28e8653bd0d6d836600699a6f850e2951efa11585e47e5b08a956e6b1
|
7
|
+
data.tar.gz: 5b4a8cce55bf07e669917be40f0ebf0d77ed2fd6ee55466d684410dbcd3118c49c888be5486c07c2e589899589182c0fd51186d17b3fcd6d1a2d086e6bb6118f
|
data/CHANGELOG.md
CHANGED
@@ -1,8 +1,8 @@
|
|
1
1
|
# CHANGELOG
|
2
2
|
|
3
|
-
## v1.28.0+ (#BeastieBoys #Bom #Dia #PrincessDiana #Leiden #EinsteinBar #Matilda #Manila #kharkiv #ldn #fiftygrand #
|
3
|
+
## v1.28.0+ (#BeastieBoys #WarGames #Bom #Dia #PrincessDiana #Leiden #EinsteinBar #Matilda #Manila #kharkiv #ldn #fiftygrand #BreakingBadd)
|
4
4
|
|
5
|
-
- Change code name for v1.28 series to '#BeastieBoys #Bom #Dia #PrincessDiana #Leiden #EinsteinBar #Matilda #Manila #kharkiv #ldn #fiftygrand #BreakingBad'.
|
5
|
+
- Change code name for v1.28 series to '#BeastieBoys #WarGames #Bom #Dia #PrincessDiana #Leiden #EinsteinBar #Matilda #Manila #kharkiv #ldn #fiftygrand #BreakingBad'.
|
6
6
|
|
7
7
|
## v1.27.31+ (#Matilda #MAGA #Neutral #Devlin #Putin #008 #GoldenEye #KurtKobain #AltJ #ShellShocked #ChiefKeef #TuPac #Eminem #BlueMaroc #sdot #sparkle #ldn #1root #marley)
|
8
8
|
|
@@ -630,7 +630,9 @@ Pry.commands.instance_eval do
|
|
630
630
|
%q[Mr Nice, I heard, in ..] => %q[https://www.youtube.com/watch?v=4hpEnLtqUDg],
|
631
631
|
%q[Devlin - A Town Called Malice] => %q[https://www.youtube.com/watch?v=OsP4Rhz5ps0],
|
632
632
|
%q[Beastie Boys - Sabotage] => %q[https://www.youtube.com/watch?v=z5rRZdiu1UE],
|
633
|
-
%q[The Chemical Brothers - Hey Boy Hey Girl OFFICIAL VIDEO] => %q[https://www.youtube.com/watch?v=cW2bqBhP4AA]
|
633
|
+
%q[The Chemical Brothers - Hey Boy Hey Girl OFFICIAL VIDEO] => %q[https://www.youtube.com/watch?v=cW2bqBhP4AA],
|
634
|
+
%q[Beastie Boys - Intergalactic] => %q[https://www.youtube.com/watch?v=qORYO0atB6g],
|
635
|
+
%q[Wargames 1983 - The voice of WOPR] => %q[https://www.youtube.com/watch?v=uCWKZWieMSY]
|
634
636
|
}
|
635
637
|
command '🎧', '' do
|
636
638
|
args = arg_string.split(' ')
|
@@ -1,6 +1,6 @@
|
|
1
1
|
class Pry
|
2
2
|
module SendTweet
|
3
|
-
VERSION = '1.28.
|
4
|
-
CODENAME = %q{#BeastieBoys #Bom #Dia #PrincessDiana #Leiden #EinsteinBar #Matilda #Manila #kharkiv #ldn #fiftygrand #BreakingBad}
|
3
|
+
VERSION = '1.28.12'
|
4
|
+
CODENAME = %q{#BeastieBoys #WarGames #Bom #Dia #PrincessDiana #Leiden #EinsteinBar #Matilda #Manila #kharkiv #ldn #fiftygrand #BreakingBad}
|
5
5
|
end
|
6
6
|
end
|
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.28.
|
4
|
+
version: 1.28.12
|
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: #BeastieBoys #Bom #Dia #PrincessDiana #Leiden #EinsteinBar
|
56
|
+
description: 'CodeName: #BeastieBoys #WarGames #Bom #Dia #PrincessDiana #Leiden #EinsteinBar
|
57
57
|
#Matilda #Manila #kharkiv #ldn #fiftygrand #BreakingBad ... An extensible Twitter
|
58
58
|
client living inside the Fry and Pry REPLs.'
|
59
59
|
email: trebor.macg8@protonmail.com
|
@@ -144,7 +144,7 @@ requirements: []
|
|
144
144
|
rubygems_version: 3.0.1
|
145
145
|
signing_key:
|
146
146
|
specification_version: 4
|
147
|
-
summary: 'CodeName: #BeastieBoys #Bom #Dia #PrincessDiana #Leiden #EinsteinBar
|
148
|
-
#Manila #kharkiv #ldn #fiftygrand #BreakingBad ... An extensible Twitter
|
149
|
-
living inside the Fry and Pry REPLs.'
|
147
|
+
summary: 'CodeName: #BeastieBoys #WarGames #Bom #Dia #PrincessDiana #Leiden #EinsteinBar
|
148
|
+
#Matilda #Manila #kharkiv #ldn #fiftygrand #BreakingBad ... An extensible Twitter
|
149
|
+
client living inside the Fry and Pry REPLs.'
|
150
150
|
test_files: []
|