pry-send_tweet.rb 1.20.46 → 1.20.47

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: 80dbd59cf2e85c6e8d12ab8dc5f30874d7857ab212daf8dce34de52350dbc852
4
- data.tar.gz: 766b78f9e5a56c60a99f8acf7b5f679a1826e02095d717c9ffca18da993e4b47
3
+ metadata.gz: 19c396c2a3ee1b6a243771a1b7351d84b7734c8237418c58a56d9a190bbf76c4
4
+ data.tar.gz: fafc16de4752096b1886e8c4d9f431bea9d06322930ee747414789cb82004f79
5
5
  SHA512:
6
- metadata.gz: adfdc9753f02856e7120a1fdcecd81fa5ccb757648271a2b09a166b6ee8f34c6c0d6d43507a8e87ff192cca5e1392994ca51ac3d37c9febf496675bd222df8e1
7
- data.tar.gz: 58634c620a62652878749419ab156f3122b275e0a8ea009c998fdde2d37b3df2a196d2c0d057235dac9650d9054d7557845d3091ab476d6295506620efe149ab
6
+ metadata.gz: 042c147b99dadc5819be9e2c6732bdc492a4f2dcf8ebf22e00e0d56544252a5f97c8d58589e6efae00b873584d06ec6937860a8227fe627800e993c30577ba43
7
+ data.tar.gz: 840783e6e1126f3748dc56d1b999091944ba7d486f4bede5cba33225045a6cd7acecd81d6351fb4c454b6d069ca8b338f37217b1cf691db6f77c61677a7f79b7
@@ -491,7 +491,8 @@ Pry.commands.instance_eval do
491
491
  %q[The Inspiration of Ronald Reagan- Motivational Minute!!] => %q[https://www.youtube.com/watch?v=AR5Akmygncc],
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
- %q[Angèle - I Kissed A Girl (Crisologo Remix)] => %q[https://www.youtube.com/watch?v=RXaYMILuezc]
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
496
  }
496
497
  command '🎧', '' do
497
498
  args = arg_string.split(' ')
@@ -1,6 +1,6 @@
1
1
  class Pry
2
2
  module SendTweet
3
- VERSION = '1.20.46'
3
+ VERSION = '1.20.47'
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.46
4
+ version: 1.20.47
5
5
  platform: ruby
6
6
  authors:
7
7
  - Pry developers