pry-send_tweet.rb 1.17.1 → 1.17.2

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: c5288311b96e179488fb2ec9d0a684da29a8c2b0c22a4db73b69feffbb3912b5
4
- data.tar.gz: c270fb003aa408bece4dbe052e031b39fdf1ff90446b425a08b76cf1aad50d1c
3
+ metadata.gz: 5198205b74c62d14f89265aeac1cd15726732c787a8123063c5a9a9c8bcc8d82
4
+ data.tar.gz: cfcd5b04a9e0a450361232ec285cb1069078f6a5201d220a00c85163bda1796c
5
5
  SHA512:
6
- metadata.gz: dd8d5f4c867be6b5fd5683992d14baf5f08b93d215e4d61fa5d54e20bd0f8d8a2b96b0eed3c4d877ddc8d19100144ec94b1d87dc7298ea4f42b1abeec1b47c39
7
- data.tar.gz: e4c2b5e873ea99590324735e3a28663d06dfd1c2438e1e0436260f65f62f64913e0589840a8b6019ef2134844c70d2a78f5cad022cd4dd446d59e4af7f5e8493
6
+ metadata.gz: b32b6c4ef17b1c8a95e95b30f9d89558ec734bca4db6f4db6407288bfc2e0a6827805158cfadd0ae8dbb72b80730ca7831bfb7c0849a6890419c444a86c9d25e
7
+ data.tar.gz: 32368d6af391f01fb8b42169c24b3e85134152288672623b703a03cbef469c996bf7485199b332e57beebf34ad7789fc60d146c3be7297b38f2bfd4887bebd4b
@@ -470,7 +470,8 @@ Pry.commands.instance_eval do
470
470
  'Las 9 Camionetas mas Lujosas, Rapidas y Costosas del Mundo!!' => 'https://www.youtube.com/watch?v=GRmqHyQPlu4',
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
- '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'
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
475
  }
475
476
  command '🎧', '' do
476
477
  args = arg_string.split(' ')
@@ -1,6 +1,6 @@
1
1
  class Pry
2
2
  module SendTweet
3
- VERSION = '1.17.1'
3
+ VERSION = '1.17.2'
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.1
4
+ version: 1.17.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Pry developers