pry-send_tweet.rb 1.20.25 → 1.20.26

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: 12523ca8733e8747414793f785731275d062a1191a270f42822d358240e8411f
4
- data.tar.gz: 7031ccd999b0c321e708fcefbd2c8c2b806a275df783261c5b33550fb2211938
3
+ metadata.gz: bc53310035fcc2f3dd818d6e6af8ad9c6247453a58fd9153bd0e5a109b5c1351
4
+ data.tar.gz: d98f87a0280735db2e1715de87ee1cdad3bce16f3a7a52d5b83df16a05281e8b
5
5
  SHA512:
6
- metadata.gz: 8c234cd25699d37c00af4040213c084ffb6ee028941039a1cb3dce7f0d63832f030170f6460bde279ffaa9d3d13e936d174a1cb52334e80451b176fc163f0861
7
- data.tar.gz: 06366bdf971cef27a0e6f63510fc0bd29300b22e8158cb33d940f26f5d993d34574e16b5f582dd5acad63e41d1b3981c6decb462accb5e165a68faec76cc404d
6
+ metadata.gz: f1f8fa5af24ea2608d5c59456030adba67a1a15379a6e554e419ac1bbd8f48986443250704a652da60a157970a835582b0f25fbba71314973a43cac5a32800a1
7
+ data.tar.gz: d4e06c64f156bdbaf546cd425379766fc777013d6d8ef64e29277a02c5cf5e505a28db086878756c464db07b4641d596538f5c4f2939939d56e1277cb48826fd
@@ -476,7 +476,8 @@ Pry.commands.instance_eval do
476
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
477
  %q|pry| => %q|https://www.youtube.com/watch?v=a9TYriBxuYQ|,
478
478
  %q|Goodbye England's Rose (Princess Diana Tribute)| => %q|https://www.youtube.com/watch?v=SZGnZEF6-_w|,
479
- %q|How can @google be so intelligent, but still rank low quality documentation at the top? I am talking about ruby-doc.org (low quality) vs yardoc (high quality). Do I have to write another extension to fix that, too?| => '😡'
479
+ %q|How can @google be so intelligent, but still rank low quality documentation at the top? I am talking about ruby-doc.org (low quality) vs yardoc (high quality). Do I have to write another extension to fix that, too?| => '😡',
480
+ %q|Oneroot Freeman ft dragon davy & lasconi No time fi waiste - OFFICIAL VIDEO| => %q|https://www.youtube.com/watch?v=rFYe4HL4k94|
480
481
  }
481
482
  command '🎧', '' do
482
483
  args = arg_string.split(' ')
@@ -1,6 +1,6 @@
1
1
  class Pry
2
2
  module SendTweet
3
- VERSION = '1.20.25'
3
+ VERSION = '1.20.26'
4
4
  CODENAME = 'Hey @Google, I am underscore underscore thumbsup (according to your adaption of Siri)'
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.25
4
+ version: 1.20.26
5
5
  platform: ruby
6
6
  authors:
7
7
  - Pry developers