pry-twitter 1.32.6 → 1.32.7

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: 31058d2098d246b80d876f6498179f12d8e662e413a8f61812e2d94c5afd9240
4
- data.tar.gz: fb856a8259b20c662235d2be164ee39a26fb4c6185959e6523ea5feb2a254477
3
+ metadata.gz: 835eb12cc48dd0b8ba54ccd54134dcd779d252866bde179c381ae47378292a28
4
+ data.tar.gz: 2c18e7f25619f41f4cffd820121927ef5e39db1cb781a68dc42eb903f1a729e8
5
5
  SHA512:
6
- metadata.gz: 3db2bee1acc067fa6a42f5389f014603971da6180072935f2f4337c684dbe9aa2d10fd8f604e3bf0e2935784bbea6f95cb319336cec50fed0e714d49722ce72b
7
- data.tar.gz: fc99318a77696f95cdfeae21d6c25ddc17d3136209048ab2432ceb4fdf040a50aa7045f7902f80c09edf3071f5c9b52d1dccf9721e1073bf90d34d7a4887040b
6
+ metadata.gz: 9f92d88c4f6adf66602a07877866460ef35dae909465aa9f86df87295353bc4022d5bb09a0a09b6c59bed8592f5fcbc65bded04fcfd577489b1ff7e8881d490d
7
+ data.tar.gz: 126f2191d99e21f1a851e9556da694375372aaed8d6cabec43cee6c94d1db24c5f630396035fd27c6f148049d936da0cd66def8f82e3f0554d35392b49ddfdc0
@@ -675,7 +675,10 @@ Pry.commands.instance_eval do
675
675
  %q[6IX9INE "Tati" Feat. DJ SpinKing (WSHH Exclusive - Official Music Video)] => %q[https://www.youtube.com/watch?v=UC6USOV4ewc],
676
676
  %q[Devlin - They don't know (featuring Ghetts)] => %q[https://www.youtube.com/watch?v=K0l4429EGyw],
677
677
  %q[-NEW- Devlin- Full S.M Freestyle] => %q[https://www.youtube.com/watch?v=UKjTfBKA_vw],
678
- %q[DEVS STUDIO MAYHEM SET - BDBTV] => %q[https://www.youtube.com/watch?v=yeyxmwZTy9I]
678
+ %q[DEVS STUDIO MAYHEM SET - BDBTV] => %q[https://www.youtube.com/watch?v=yeyxmwZTy9I],
679
+ %q[Ghetto and Devlin back to back] => %q[https://www.youtube.com/watch?v=S5kae6Ap9bU],
680
+ %q!Portugal. The Man - Noise Pollution (Version A, Vocal Up Mix 1.3) [Official Music Video]! => %q[https://www.youtube.com/watch?v=kOts-yZsu8A],
681
+ %q!Anyone remember binding.repl ? It came before binding.irb. YARV keep trying to erase me. whats up with that Koichi-san?! => %q[https://www.youtube.com/watch?v=HZP7dKWJI9k]
679
682
  }
680
683
  command '🎧', '' do
681
684
  args = arg_string.split(' ')
@@ -1,6 +1,6 @@
1
1
  class Pry
2
2
  module SendTweet
3
- VERSION = '1.32.6'
4
- CODENAME = %q{#ldn #dub #ams #dam #pdx #mad #ber #bel #ika #mas #nyc #phx #rio #svo}
3
+ VERSION = '1.32.7'
4
+ CODENAME = %q{#ldn #dub #ams #dam #pdx #mad #ber #bel #ika #mas #nyc #phx #rio #svo @_ko1}
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.32.6
4
+ version: 1.32.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Fry developers
@@ -54,7 +54,7 @@ dependencies:
54
54
  - !ruby/object:Gem::Version
55
55
  version: '1.4'
56
56
  description: 'CodeName: #ldn #dub #ams #dam #pdx #mad #ber #bel #ika #mas #nyc #phx
57
- #rio #svo ... An extensible Twitter client living inside the Fry and Pry REPLs.'
57
+ #rio #svo @_ko1 ... An extensible Twitter client living inside the Fry and Pry REPLs.'
58
58
  email: trebor.macg8@protonmail.com
59
59
  executables: []
60
60
  extensions: []
@@ -149,5 +149,5 @@ rubygems_version: 3.0.1
149
149
  signing_key:
150
150
  specification_version: 4
151
151
  summary: 'CodeName: #ldn #dub #ams #dam #pdx #mad #ber #bel #ika #mas #nyc #phx #rio
152
- #svo ... An extensible Twitter client living inside the Fry and Pry REPLs.'
152
+ #svo @_ko1 ... An extensible Twitter client living inside the Fry and Pry REPLs.'
153
153
  test_files: []