pry-send_tweet.rb 1.20.45 β†’ 1.20.46

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: f454fa2a0dc58fa45955ba80c2c46cbba391bdd381a252200c60de74c9d29faa
4
- data.tar.gz: 708ae395119146cb187c38934916483086a6aacc96a1ef8be89a546aa768da0a
3
+ metadata.gz: 80dbd59cf2e85c6e8d12ab8dc5f30874d7857ab212daf8dce34de52350dbc852
4
+ data.tar.gz: 766b78f9e5a56c60a99f8acf7b5f679a1826e02095d717c9ffca18da993e4b47
5
5
  SHA512:
6
- metadata.gz: 59190dcad29bb09b30849a39bcf706c1d9340e116fb7b09d86f17228d676ca76f300b53de7df8b7e2ca041d917b3c356a4e75ce7efa9de8349e96d8858753978
7
- data.tar.gz: c09088d31e5f5622cf2900f33f7146bfe1ecbb4cb9facb39743fc0ee6ecac774d94e5ae49533d21d4cdf86073b9a2b7e71ab6815878c44938ca6a37328ad76ec
6
+ metadata.gz: adfdc9753f02856e7120a1fdcecd81fa5ccb757648271a2b09a166b6ee8f34c6c0d6d43507a8e87ff192cca5e1392994ca51ac3d37c9febf496675bd222df8e1
7
+ data.tar.gz: 58634c620a62652878749419ab156f3122b275e0a8ea009c998fdde2d37b3df2a196d2c0d057235dac9650d9054d7557845d3091ab476d6295506620efe149ab
@@ -490,7 +490,8 @@ Pry.commands.instance_eval do
490
490
  %q[Vance Joy - 'Riptide' Official Video] => %q[https://www.youtube.com/watch?v=uJ_1HMAGb4k],
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
- %q[Armin van Buuren vs Vini Vici feat. Hilight Tribe - Great Spirit (Extended Mix) πŸŽ† πŸŽ‡] => %q[https://www.youtube.com/watch?v=yo4pmauhugo]
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
495
  }
495
496
  command '🎧', '' do
496
497
  args = arg_string.split(' ')
@@ -1,6 +1,6 @@
1
1
  class Pry
2
2
  module SendTweet
3
- VERSION = '1.20.45'
3
+ VERSION = '1.20.46'
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.45
4
+ version: 1.20.46
5
5
  platform: ruby
6
6
  authors:
7
7
  - Pry developers