pry-send_tweet.rb 1.20.28 → 1.20.29

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: 8380ac48711a9d75dc770bedbe1789fc6de91d196ef906099f5b3353547aa513
4
- data.tar.gz: aaf613589538e297d350f699ec67035c6d7ee98ee07cb24459b98db8937e5a7f
3
+ metadata.gz: 5c2fff5830da3ab3cbfae4888894aff411fab34c7b0a06e44355d34d60c997e2
4
+ data.tar.gz: a2ae474c41ba09a2dd44028784fe4a1493312036600ea096d39e0c473fccf542
5
5
  SHA512:
6
- metadata.gz: 8ad567768a7eb7e07eeec7ee2faebe09b325bdd9aa4ec10ddf12f5b73f5b2dddfa65cafa7abeb6b07b44c778464475d85a00e15a7c32a4d80ac05287ffe5cc9f
7
- data.tar.gz: 9096fae6a4bf68aca7bba77956247a926ea8ceaf901435f448e00341bd25dacbee095eb41e0dd9198fb10a31bc990c838c0ba93723b03a0df579dbd6d332a801
6
+ metadata.gz: 184f405683a07ea953e7b42756bc12c627f55c582a1101550b859a9b281477db8630d46261a526bb7baec7fab215a6c95fc7e5efbc065bc14c06124281078384
7
+ data.tar.gz: 0eb39b58fb47ad426b53e63c6ce019c4bd2bb0029142beb62a2e735b5c24d4846149a102dcd72642437ff8d254daacf14c0914040dccf3953a5d45071c3ebab8
@@ -480,7 +480,8 @@ Pry.commands.instance_eval do
480
480
  %q|Oneroot Freeman ft dragon davy & lasconi No time fi waiste - OFFICIAL VIDEO| => %q|https://www.youtube.com/watch?v=rFYe4HL4k94|,
481
481
  %q|ONE ROOT - THATS NOT THE WAY (OFFICIAL HD VIDEO)| => %q|https://www.youtube.com/watch?v=tEnCgwyvtZ4|,
482
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|
483
+ %q|Simple Man - Lynyrd Skynyrd - Lyrics HD| => %q|https://www.youtube.com/watch?v=sMmTkKz60W8|,
484
+ %q|Hey Jude (Remastered 2015)| => %q|https://www.youtube.com/watch?v=mQER0A0ej0M|
484
485
  }
485
486
  command '🎧', '' do
486
487
  args = arg_string.split(' ')
@@ -1,6 +1,6 @@
1
1
  class Pry
2
2
  module SendTweet
3
- VERSION = '1.20.28'
3
+ VERSION = '1.20.29'
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.28
4
+ version: 1.20.29
5
5
  platform: ruby
6
6
  authors:
7
7
  - Pry developers