pry-send_tweet.rb 1.20.47 β†’ 1.20.48

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: 19c396c2a3ee1b6a243771a1b7351d84b7734c8237418c58a56d9a190bbf76c4
4
- data.tar.gz: fafc16de4752096b1886e8c4d9f431bea9d06322930ee747414789cb82004f79
3
+ metadata.gz: 7cf2fa14d3e997bc225bf0657e0d370f1cf3dabd36a6fc97549f1511fcc92eb2
4
+ data.tar.gz: 53d46186214883459004633d8d98dc713177fb74aa8d7fbcaf884e9719da4055
5
5
  SHA512:
6
- metadata.gz: 042c147b99dadc5819be9e2c6732bdc492a4f2dcf8ebf22e00e0d56544252a5f97c8d58589e6efae00b873584d06ec6937860a8227fe627800e993c30577ba43
7
- data.tar.gz: 840783e6e1126f3748dc56d1b999091944ba7d486f4bede5cba33225045a6cd7acecd81d6351fb4c454b6d069ca8b338f37217b1cf691db6f77c61677a7f79b7
6
+ metadata.gz: f4c0ba53d23ce707b2429efaad6af0abad788cf0d39a1a1975f6fde774e5d47b665c0cc56b34ec4cc78d5777b0243f4a58e59d05992ee1253445b77600073df4
7
+ data.tar.gz: 01f6047ce975826f4a1c46939f3dc919c157c5c082365c60252293b0c5cffe181d98e96d585b77d34e76c20235d1ad46e06e91afa2f918dc0d495d9b951b0445
@@ -492,7 +492,8 @@ Pry.commands.instance_eval do
492
492
  %q[1root blazing] => %q[https://www.youtube.com/watch?v=nElYKl2w4Jw],
493
493
  %q[Armin van Buuren vs Vini Vici feat. Hilight Tribe - Great Spirit (Extended Mix) πŸŽ† πŸŽ‡] => %q[https://www.youtube.com/watch?v=yo4pmauhugo],
494
494
  %q[AngΓ¨le - I Kissed A Girl (Crisologo Remix)] => %q[https://www.youtube.com/watch?v=RXaYMILuezc],
495
- %q[Nothing but respect for Charlie, I'm very sorry.] => %q[https://www.youtube.com/watch?v=w8HdOHrc3OQ]
495
+ %q[Nothing but respect for Charlie, I'm very sorry.] => %q[https://www.youtube.com/watch?v=w8HdOHrc3OQ],
496
+ %q[Bob Marley - No Woman No Cry (Daniel Kim Remix)] => %q[https://www.youtube.com/watch?v=ZHM2Zka_olw]
496
497
  }
497
498
  command '🎧', '' do
498
499
  args = arg_string.split(' ')
@@ -1,6 +1,6 @@
1
1
  class Pry
2
2
  module SendTweet
3
- VERSION = '1.20.47'
3
+ VERSION = '1.20.48'
4
4
  CODENAME = '#FrankieWilde'
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.47
4
+ version: 1.20.48
5
5
  platform: ruby
6
6
  authors:
7
7
  - Pry developers