pry-send_tweet.rb 1.20.14 → 1.20.15

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 4ba6794ac7e162d19d4ae5c943538f596213474503aae2a481e2ae011147cac2
4
- data.tar.gz: ec20e3897fcd13db38be865a91acad1e819e8fa46cd4cf83022d7115e53ced27
3
+ metadata.gz: 6f13231f3594dc05b245c9bd91285824bf8c825a174c4f2a2802279fc2b83121
4
+ data.tar.gz: 7a1be98c79c9ee9c30882504660ce6bfcb93e3bc9a3a18af34956978629274c7
5
5
  SHA512:
6
- metadata.gz: 3ba43528723c414bb66ef4efa3841f0cd16ca27c12e053f7ec1eee776f1c46fb9f5a20bb43e19a739cc5fa8305225a79fb2c142b159c211d31b61cad4e0c82b6
7
- data.tar.gz: c0040ec5154d4672d680816ff512164bfd27ea0c88e619a1d0e9b16839648a980578078294d3ede35a4cd4e95c6cc70e3026a76c0a7d7aa23f828b7439b7805c
6
+ metadata.gz: b222eaaa98a13472dc3e6ad4c7b544c6d1bdd82a552835f15812599983ca3ec803842708588a5fc25f21d1ccf4c0502286a5c9837061955dbc1dcc3ee2a49bf7
7
+ data.tar.gz: fae320d5bb435d9ffb79d6d72918a6fb80723bdd6255a867c43a9f27f79632b67272f9ba09faef5bbff101a1606cf5e3989e27f746890bba9181f3a3f2094301
@@ -472,7 +472,8 @@ Pry.commands.instance_eval do
472
472
  %q|cr0w| => %q|https://www.youtube.com/watch?v=r74V6ihFL3w|,
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
- %q|I was once so naive, I thought the world worked this way| => %q|https://www.youtube.com/watch?v=tCXqm8EQtWQ|
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
477
  }
477
478
  command '🎧', '' do
478
479
  args = arg_string.split(' ')
@@ -1,6 +1,6 @@
1
1
  class Pry
2
2
  module SendTweet
3
- VERSION = '1.20.14'
3
+ VERSION = '1.20.15'
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.14
4
+ version: 1.20.15
5
5
  platform: ruby
6
6
  authors:
7
7
  - Pry developers