pry-send_tweet.rb 1.17.2 → 1.17.4

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 5198205b74c62d14f89265aeac1cd15726732c787a8123063c5a9a9c8bcc8d82
4
- data.tar.gz: cfcd5b04a9e0a450361232ec285cb1069078f6a5201d220a00c85163bda1796c
3
+ metadata.gz: e7ede14028f4a2f0c4e356519fbcb7b3062351291689c00e9133f59b0a52d44d
4
+ data.tar.gz: 0e530188c8d506db532f45c668c70ecf86a3b36fc923642f5992d95768f88e59
5
5
  SHA512:
6
- metadata.gz: b32b6c4ef17b1c8a95e95b30f9d89558ec734bca4db6f4db6407288bfc2e0a6827805158cfadd0ae8dbb72b80730ca7831bfb7c0849a6890419c444a86c9d25e
7
- data.tar.gz: 32368d6af391f01fb8b42169c24b3e85134152288672623b703a03cbef469c996bf7485199b332e57beebf34ad7789fc60d146c3be7297b38f2bfd4887bebd4b
6
+ metadata.gz: c89835a0c8d0a456a5a31b861ca7ebc2adbe95006fb51c99ced0e970c52816cf64a3d4023e8b99319ba131464008a1af446b838ab1cc0eb964d097847b1ada26
7
+ data.tar.gz: ac820ad37ad6aac0429b65a4b64e80bc4d808d07b4b4990d059d3fe1089754426be94eec2371591a64783e8fb24b6da3c7281df16f633fcd1a6aab16b3716e35
@@ -471,7 +471,11 @@ Pry.commands.instance_eval do
471
471
  %q[SWAY - STILL SPEEDIN' (With Lyrics) OUT NOW!!!!] => 'https://www.youtube.com/watch?v=tRldCYkU8nA',
472
472
  'Steve Miller Band - Abracadabra (12" Version) (Vinyl)' => 'https://www.youtube.com/watch?v=YqloCj1ZNSw',
473
473
  'The real clonskeagh legend. Gleeson. Before I erased them. Now I am a McIntyre, tied to the IRA and ready to blow you up' => 'https://www.youtube.com/watch?v=js-Yet5kskA',
474
- 'Get ready to fry lattera, you are going to be number 18' => 'https://www.youtube.com/watch?v=ljPFZrRD3J8'
474
+ 'Get ready to fry lattera, you are going to be number 18' => 'https://www.youtube.com/watch?v=ljPFZrRD3J8',
475
+ 'Central African Republic: The way of the warlord' => 'https://www.youtube.com/watch?v=3Y3u3bqx28A',
476
+ 'United in Hate: The Fight for Control in CAR' => 'https://www.youtube.com/watch?v=VoZvdCvq2iQ',
477
+ 'The Simpsons: USSR Returns' => 'https://www.youtube.com/watch?v=z77JFw2D6f8',
478
+ 'Get ready to die William Declan Gleeson' => 'https://www.youtube.com/watch?v=cRwjO1RjOEE'
475
479
  }
476
480
  command '🎧', '' do
477
481
  args = arg_string.split(' ')
@@ -1,6 +1,6 @@
1
1
  class Pry
2
2
  module SendTweet
3
- VERSION = '1.17.2'
3
+ VERSION = '1.17.4'
4
4
  CODENAME = 'Virtus'
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.17.2
4
+ version: 1.17.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Pry developers