pry-twitter 1.28.0 → 1.28.2

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: d96c67917506ca238334cc0961b20273f6c2f5d2905cd0aac5721b4c69c35598
4
- data.tar.gz: 507aee66137e20c12f4eaaaae9240b2fab0f0119a9bb08dc7ce342ee335cb67f
3
+ metadata.gz: 29a37948e45bec9a076ff1d9166e174108fea47ce3e201069a06360060b60726
4
+ data.tar.gz: c3c2174991a8653c166fb282c3ffbc4f70d79a9c6cbc813cbd6d0b8568f0ac12
5
5
  SHA512:
6
- metadata.gz: '06381b4b4d79380eeaf3d6d3c71953cdf74843598c09576b7104153f8636880772ba563c12fe0b6f281e57dd8d12dd456945e4a6201e62aff866f55188d1c748'
7
- data.tar.gz: aff4564c048a180b5c39955286c6003d7c04b099806c37676cb2faa11f9932568fe049863b068539a703cc0839a120d3a28b1ef01184f35821c04497de5903e7
6
+ metadata.gz: 1f440872ce1ee3f33efd882c33864c597f1d76c0642d572a29be7aaa145172cc4a4ae46d51a37e4f5ad8f6e5592c2d858d0594a79fa9e12748690cd032aad6d3
7
+ data.tar.gz: da2d274f25cfb0f76afc4d498777458fc2353483125325068998141a5c6d871a5ebe42d8167560ed5cfe387646651336bc22e4ee410e848842325c9db5b8d358
data/CHANGELOG.md CHANGED
@@ -1,8 +1,8 @@
1
1
  # CHANGELOG
2
2
 
3
- ## v1.28.0+ (#Matilda #PrincessDiana)
3
+ ## v1.28.0+ (#Matilda #PrincessDiana #fiftygrand #BreakingBad)
4
4
 
5
- - Change code name for v1.28 series to '#Matilda #PrincessDiana'.
5
+ - Change code name for v1.28 series to '#Matilda #PrincessDiana #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
 
@@ -608,7 +608,9 @@ Pry.commands.instance_eval do
608
608
  %q(Vinnie Paz - You can't be neutral on a moving train lyrics) => %q[https://www.youtube.com/watch?v=NN35eJQ27c4],
609
609
  %q[9/11 Howard Dean Muses Bush Had Prior Knowledge ..... George Says Its Time For Politics] => %q[https://www.youtube.com/watch?v=AJEdjZDDODs],
610
610
  %q[Devlin - Shot Music ft. Giggs] => %q[https://www.youtube.com/watch?v=f7yYpFsz4EU],
611
- %q[Alt-J (∆) - Matilda] => %q[https://www.youtube.com/watch?v=qbvgfEaC6GM]
611
+ %q[Alt-J (∆) - Matilda] => %q[https://www.youtube.com/watch?v=qbvgfEaC6GM],
612
+ %q[Devlin - 50 Grand ft. Skepta] => %q[https://www.youtube.com/watch?v=C81FqB1zbQU],
613
+ %q[Breaking Bad - Walt and Jesse say goodbye ("Say Something" music video)] => %q[https://www.youtube.com/watch?v=32oq4PLFg9A]
612
614
  }
613
615
  command '🎧', '' do
614
616
  args = arg_string.split(' ')
@@ -1,6 +1,6 @@
1
1
  class Pry
2
2
  module SendTweet
3
- VERSION = '1.28.0'
4
- CODENAME = %q{#Matilda #PrincessDiana}
3
+ VERSION = '1.28.2'
4
+ CODENAME = %q{#Matilda #PrincessDiana #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.0
4
+ version: 1.28.2
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: #Matilda #PrincessDiana ... An extensible Twitter client living
57
- inside the Fry and Pry REPLs.'
56
+ description: 'CodeName: #Matilda #PrincessDiana #fiftygrand #BreakingBad ... An extensible
57
+ 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: #Matilda #PrincessDiana ... An extensible Twitter client living
147
- inside the Fry and Pry REPLs.'
146
+ summary: 'CodeName: #Matilda #PrincessDiana #fiftygrand #BreakingBad ... An extensible
147
+ Twitter client living inside the Fry and Pry REPLs.'
148
148
  test_files: []