pry-twitter 1.30.0 → 1.30.1

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: 2c66f166e3340c828d72c09be18ea12a19a70bd1c0049b721c8c9fbca0b1c597
4
- data.tar.gz: 92b4421f5a7f697ac938d2586c916f78b792dd658c11addd1ff454b87360ab91
3
+ metadata.gz: 8328ff57b4399d5f37bbfff068b039f2c39936f25e4ca4b0f89a20231473bfa6
4
+ data.tar.gz: ee7dbe8f5fc9f72bda7bd22149e09616a4212d6f15766a725ab6241ae01eee17
5
5
  SHA512:
6
- metadata.gz: a59b438a82aefcb6cdd3f1c6888e6347138f9364728bcc1e848dd275bdf74945bb57ae78de5b278ce5fff44be23b5e46a70b7862d221efa1b83130b848d0b67c
7
- data.tar.gz: 4a8ecfe7f463b56dd818627d36c15ca8922d78a99d64497b840473eeda9e8d0b62e765e77a857eda5210420e0ab4bf7fa405bd416c73b0f0fecad3293e6caec9
6
+ metadata.gz: f04d951ea734a6c66a02b119a5c753ecfcb363482bff5c05e4d7914a3cd75db3e032bb32ce7612c1a5954f46cb9e3fe72593d3496c3b37b5d43b3647acc460fa
7
+ data.tar.gz: 33c634725bf77648cd714f9feb62187dd4ca724667ec65809388869124cc4e0810af6000d2f311e9bf4b9cfc676fe27236a9ae03e73fd5626e89717c2fd85113
@@ -1,6 +1,6 @@
1
1
  # CHANGELOG
2
2
 
3
- ## v1.30.0+ (#TheWorld)
3
+ ## v1.30.0+ (#TheWorld #Three #Strikes #And #Youre #Out #WilliamAndAnneMullet)
4
4
 
5
5
  - Daftpnk
6
6
 
@@ -641,8 +641,9 @@ Pry.commands.instance_eval do
641
641
  %q[Private Internet Access] => %q[https://www.youtube.com/watch?v=Qjr9eLPfPpE],
642
642
  %q[Private Internet Access] => %q[https://www.youtube.com/watch?v=RB2HaVkH68Y],
643
643
  %q[Princess Diana] => %q[https://www.youtube.com/watch?v=Ccr-jTeW7Ug],
644
- %q[TheWorld] => %q[https://www.youtube.com/watch?v=Glht5kKv9RU]
645
- command '🎧', '' do
644
+ %q[TheWorld] => %q[https://www.youtube.com/watch?v=Glht5kKv9RU],
645
+ %q[Three Strikes] => %q[https://www.youtube.com/watch?v=GB9uqB5Pzyg&feature=youtu.be]
646
+ command '🎧', '' do
646
647
  args = arg_string.split(' ')
647
648
  no_dups = DISCO_BISCUITS.uniq
648
649
  if %w(-g --grep).include?(args[0])
@@ -1,6 +1,6 @@
1
1
  class Pry
2
2
  module SendTweet
3
- VERSION = '1.30.0'
4
- CODENAME = %q{#TheWorld}
3
+ VERSION = '1.30.1'
4
+ CODENAME = %q{#TheWorld #Three #Strikes #And #Youre #Out #WilliamAndAnneMullet}
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.30.0
4
+ version: 1.30.1
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: #TheWorld ... An extensible Twitter client living inside the
57
- Fry and Pry REPLs.'
56
+ description: 'CodeName: #TheWorld #Three #Strikes #And #Youre #Out #WilliamAndAnneMullet
57
+ ... An 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: #TheWorld ... An extensible Twitter client living inside the Fry
147
- and Pry REPLs.'
146
+ summary: 'CodeName: #TheWorld #Three #Strikes #And #Youre #Out #WilliamAndAnneMullet
147
+ ... An extensible Twitter client living inside the Fry and Pry REPLs.'
148
148
  test_files: []