pry-send_tweet.rb 1.20.15 → 1.20.16

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: 6f13231f3594dc05b245c9bd91285824bf8c825a174c4f2a2802279fc2b83121
4
- data.tar.gz: 7a1be98c79c9ee9c30882504660ce6bfcb93e3bc9a3a18af34956978629274c7
3
+ metadata.gz: 6558fcc25327618ae5f064c3c5ed3749834c578353593cd67020c27c546634dc
4
+ data.tar.gz: fe16da3b69454c7a2ca46e1ed0aaad88d040752fad1a440d66716730b1a89859
5
5
  SHA512:
6
- metadata.gz: b222eaaa98a13472dc3e6ad4c7b544c6d1bdd82a552835f15812599983ca3ec803842708588a5fc25f21d1ccf4c0502286a5c9837061955dbc1dcc3ee2a49bf7
7
- data.tar.gz: fae320d5bb435d9ffb79d6d72918a6fb80723bdd6255a867c43a9f27f79632b67272f9ba09faef5bbff101a1606cf5e3989e27f746890bba9181f3a3f2094301
6
+ metadata.gz: 7c986a33fffb1ca361c832283548df8c64bdd603c684ecf9a46718fddb3bbbcbdb365f35e49cfdff009a8cf934e49488298d62192fc9c9b61b467611ce8c8b3e
7
+ data.tar.gz: c048505f8012a1d0abda32b6f599a4c9addeb7e9f9c103b00c45aadb8f0838f416500dbdd4faa693d569ab0f35963eb08ce483807466e07e7f4c0c48bf589009
@@ -473,7 +473,8 @@ Pry.commands.instance_eval do
473
473
  %q|crowsnest| => %q|https://www.youtube.com/watch?v=2Z4m4lnjxkY|,
474
474
  %q|toor (backdoor)| => %q|https://www.youtube.com/watch?v=2Z4m4lnjxkY|,
475
475
  %q|I was once so naive, I thought the world worked this way| => %q|https://www.youtube.com/watch?v=tCXqm8EQtWQ|,
476
- %q|King Faisal of saudi arabia calls for jihad then gets killed, then gets what he asked for| => %q|https://www.youtube.com/watch?v=YVWymq5zYpQ|
476
+ %q|King Faisal of saudi arabia calls for jihad then gets killed, then gets what he asked for| => %q|https://www.youtube.com/watch?v=YVWymq5zYpQ|,
477
+ %q|pry| => %q|https://www.youtube.com/watch?v=a9TYriBxuYQ|
477
478
  }
478
479
  command '🎧', '' do
479
480
  args = arg_string.split(' ')
@@ -1,6 +1,6 @@
1
1
  class Pry
2
2
  module SendTweet
3
- VERSION = '1.20.15'
3
+ VERSION = '1.20.16'
4
4
  CODENAME = '#Trump2020 #MAGA #KAG'
5
5
  end
6
6
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pry-send_tweet.rb
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.20.15
4
+ version: 1.20.16
5
5
  platform: ruby
6
6
  authors:
7
7
  - Pry developers