pry-send_tweet.rb 1.20.27 → 1.20.28

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: 3a2e36f7045bfbbc106a2cf6b202923b5b27bb50fee699f185edb4f5908ac0a5
4
- data.tar.gz: e239e1a7e547c9a86092e02e4a302d3b94671579cea6e678d31e1d531966c764
3
+ metadata.gz: 8380ac48711a9d75dc770bedbe1789fc6de91d196ef906099f5b3353547aa513
4
+ data.tar.gz: aaf613589538e297d350f699ec67035c6d7ee98ee07cb24459b98db8937e5a7f
5
5
  SHA512:
6
- metadata.gz: 27062143837568f3d33d9b4458a0b694916701e02f535bdddad4a7e892cb07f8c21b7005bb8096fb4c48e8b7b5de4dc51579ee19d04115c747d7fe653e15d9f5
7
- data.tar.gz: d8283cfc63e133dd4d8bb8d60ee7419d00cc0e88dcbf53fd7a442df4c03a4723f5b04b0fb550871864f66d9329465c23c7c2bc23ebfb80b93ad131768abe7f65
6
+ metadata.gz: 8ad567768a7eb7e07eeec7ee2faebe09b325bdd9aa4ec10ddf12f5b73f5b2dddfa65cafa7abeb6b07b44c778464475d85a00e15a7c32a4d80ac05287ffe5cc9f
7
+ data.tar.gz: 9096fae6a4bf68aca7bba77956247a926ea8ceaf901435f448e00341bd25dacbee095eb41e0dd9198fb10a31bc990c838c0ba93723b03a0df579dbd6d332a801
@@ -478,7 +478,9 @@ Pry.commands.instance_eval do
478
478
  %q|Goodbye England's Rose (Princess Diana Tribute)| => %q|https://www.youtube.com/watch?v=SZGnZEF6-_w|,
479
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
480
  %q|Oneroot Freeman ft dragon davy & lasconi No time fi waiste - OFFICIAL VIDEO| => %q|https://www.youtube.com/watch?v=rFYe4HL4k94|,
481
- %q|ONE ROOT - THATS NOT THE WAY (OFFICIAL HD VIDEO)| => %q|https://www.youtube.com/watch?v=tEnCgwyvtZ4|
481
+ %q|ONE ROOT - THATS NOT THE WAY (OFFICIAL HD VIDEO)| => %q|https://www.youtube.com/watch?v=tEnCgwyvtZ4|,
482
+ %q|Copenhagen, Denmark: Christiania and Christianshavn| => %q|https://www.youtube.com/watch?v=v57JVVD6-ag|,
483
+ %q|Simple Man - Lynyrd Skynyrd - Lyrics HD| => %q|https://www.youtube.com/watch?v=sMmTkKz60W8|
482
484
  }
483
485
  command '🎧', '' do
484
486
  args = arg_string.split(' ')
@@ -1,6 +1,6 @@
1
1
  class Pry
2
2
  module SendTweet
3
- VERSION = '1.20.27'
3
+ VERSION = '1.20.28'
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.27
4
+ version: 1.20.28
5
5
  platform: ruby
6
6
  authors:
7
7
  - Pry developers