pry-twitter 1.28.19 → 1.28.21

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: c920fc4a5ecc5d845c00016e903b39187bdeb4b7dd4c8f18c5db3990600df789
4
- data.tar.gz: bb326487e772770f2ba5e6bd3af4ced69182ebecdce7577906bdf6692c961a14
3
+ metadata.gz: 3793597d9236a9b1b208f653a7930c73ecd5c27eb7170287aa97fc72f9b90745
4
+ data.tar.gz: 47ca321319d376dbcb72fb15813317b1834e44d7fee8976376313eb2314fa1c0
5
5
  SHA512:
6
- metadata.gz: 228e40c958b5218a59b2b12f7ee3cce7ed2bb357df946271906e1234c27a80a0e958bec2401a41e9dad53409d37ae193415e605a7c073053374b98a19bc7466c
7
- data.tar.gz: 4ca92189bea1436a6cce63665020bca7dd4430409302861e7e07ca92b62cc2df2ae34205104edc2d4d952582030ff7ece169b822254526320e313c4ca15527cb
6
+ metadata.gz: bb69ea8f43e3dfbd0728d06978d4444727a49ccb38b37b2248dd54cf0798de89020468c89e931620e2b13582914920c1382872ecc98a7bc1f298abcebb8c6968
7
+ data.tar.gz: 56291ab9fe22c3866c323fbb38915670ed84433c8ae92b581abc36c70aae64327e45c887442734c9455f5b8a551c0c96dcb2b89e8c2ba314673cf528c3c06446
@@ -636,7 +636,9 @@ Pry.commands.instance_eval do
636
636
  %q[Devlin - Blow Your Mind feat. Maverick Sabre (Official Music Video)] => %q[https://www.youtube.com/watch?v=_1Gu4Tg9vLs],
637
637
  %q[WarGames (7/11) Movie CLIP - DEFCON 1 (1983) HD] => %q[https://www.youtube.com/watch?v=9RRGvAB4HF8],
638
638
  %q[Legends Of Emotional Hardstyle 2017] => %q[https://www.youtube.com/watch?v=_6q5jEGK_so],
639
- %q[Hackers -- Cyberdelia --- Crayola Books] => %q[https://www.youtube.com/watch?v=4U9MI0u2VIE]
639
+ %q[Hackers -- Cyberdelia --- Crayola Books] => %q[https://www.youtube.com/watch?v=4U9MI0u2VIE],
640
+ %q[Last night] => %q[],
641
+ %q[Private Internet Access] => %q[https://www.youtube.com/watch?v=Qjr9eLPfPpE]
640
642
  command '🎧', '' do
641
643
  args = arg_string.split(' ')
642
644
  no_dups = DISCO_BISCUITS.uniq
@@ -1,6 +1,6 @@
1
1
  class Pry
2
2
  module SendTweet
3
- VERSION = '1.28.19'
4
- CODENAME = %q{#jetplane}
3
+ VERSION = '1.28.21'
4
+ CODENAME = %q{#jetplane #FuckPrivateInternetAccess #AnswerInside}
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.19
4
+ version: 1.28.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: #jetplane ... An extensible Twitter client living inside the
57
- Fry and Pry REPLs.'
56
+ description: 'CodeName: #jetplane #FuckPrivateInternetAccess #AnswerInside ... An
57
+ extensible Twitter client living inside the Fry and Pry REPLs.'
58
58
  email: trebor.macg8@protonmail.com
59
59
  executables: []
60
60
  extensions: []
@@ -143,6 +143,6 @@ requirements: []
143
143
  rubygems_version: 3.0.1
144
144
  signing_key:
145
145
  specification_version: 4
146
- summary: 'CodeName: #jetplane ... An extensible Twitter client living inside the Fry
147
- and Pry REPLs.'
146
+ summary: 'CodeName: #jetplane #FuckPrivateInternetAccess #AnswerInside ... An extensible
147
+ Twitter client living inside the Fry and Pry REPLs.'
148
148
  test_files: []