pry-twitter 1.27.31 → 1.27.32

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: 7c2c35ad12592a773dbce66153abc1b4e040f59a490ef28b26bcb7ba43b28b94
4
- data.tar.gz: cf8aa9e72ec95df42250e3222e46550d9c411925ac2c40e7db9c960bb333b767
3
+ metadata.gz: c4b1f33739047c9fc2ee12832fe92d7263330f6825df43e463c5c67d8accc4de
4
+ data.tar.gz: b3dcec185e1b6eccdf28663c5f15b0309b7db50a27c205706865b9bc5b9b5fcc
5
5
  SHA512:
6
- metadata.gz: efea56035938c265d981a01891044cc35b5b3db5ca82129bfcaded13cacc286b1e89450b3b0a7a3f5377cb80eaff47c37e31158a2c7d72b47b613042f7a9e213
7
- data.tar.gz: 75dd43f217069be3a63587af5f9c7d8fcd7d9b2445a330f3d2182dc30fc031c641f1c5ef4e90f5d19b44556dc2c02cc0fc3cf06aba1d8adc19d226fc032ac7f7
6
+ metadata.gz: c05c2b04ccaf04180a9da4717f749d6bbad2ba641602efcb4d61c3aedadd97363d0011f6531c90f3f1e70001bfaf12034f9b1d47e09110d44c0f3518e6f026c8
7
+ data.tar.gz: 1e1601d251b514873443659815501baa4323e0ba81e64504e70544ab0eae3c164c37c094ebaf78af8bd5b6b8efa386ddc7bb314e2cef180ade09545576024133
@@ -577,7 +577,8 @@ Pry.commands.instance_eval do
577
577
  %q[Vladimir Putin Style - True Leader 2017] => %q[https://www.youtube.com/watch?v=_A4MmpJV94I],
578
578
  %q[Portugal the man : Modern Jesus (version acoustique HD)] => %q[https://www.youtube.com/watch?v=u5cxod7p_ug],
579
579
  %q[Eminem - Like Toy Soldiers] => %q[https://www.youtube.com/watch?v=lexLAjh8fPA],
580
- %q[Chief Keef - Hate Being Sober ft. 50 Cent & Wiz Khalifa (Music Video)] => %q[https://www.youtube.com/watch?v=9n0Q1tURIsw]
580
+ %q[Chief Keef - Hate Being Sober ft. 50 Cent & Wiz Khalifa (Music Video)] => %q[https://www.youtube.com/watch?v=9n0Q1tURIsw],
581
+ %q[Tupac - Krazy (HQ)] => %q[https://www.youtube.com/watch?v=30Irj4b4uzo]
581
582
  }
582
583
  command '🎧', '' do
583
584
  args = arg_string.split(' ')
@@ -1,6 +1,6 @@
1
1
  class Pry
2
2
  module SendTweet
3
- VERSION = '1.27.31'
4
- CODENAME = %q{#ChiefKeef}
3
+ VERSION = '1.27.32'
4
+ CODENAME = %q{#ChiefKeef #TuPac}
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.27.31
4
+ version: 1.27.32
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: #ChiefKeef ... An extensible Twitter client living inside
57
- the Fry and Pry REPLs.'
56
+ description: 'CodeName: #ChiefKeef #TuPac ... An extensible Twitter client living
57
+ 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: #ChiefKeef ... An extensible Twitter client living inside the
145
- Fry and Pry REPLs.'
144
+ summary: 'CodeName: #ChiefKeef #TuPac ... An extensible Twitter client living inside
145
+ the Fry and Pry REPLs.'
146
146
  test_files: []