pry-send_tweet.rb 1.17.0 → 1.17.1

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: 491bc6b34ac702e5882229a2196a9a7bd74c3efcf9275aed91db2fd8f2fc51d5
4
- data.tar.gz: d26b30724afe5002503a399e70ec71c303e2f92d09f19d786bc4ddcc88236b59
3
+ metadata.gz: c5288311b96e179488fb2ec9d0a684da29a8c2b0c22a4db73b69feffbb3912b5
4
+ data.tar.gz: c270fb003aa408bece4dbe052e031b39fdf1ff90446b425a08b76cf1aad50d1c
5
5
  SHA512:
6
- metadata.gz: fb3d06516826e8df5088f8b408c66be9d5441a0cc8a3a2f03860141f8d5d093a22cd6163539c3e1829fe2dc3b621f4dd7f902d5062f7e8acd38dca50029c0d8d
7
- data.tar.gz: 999dd8671344f3b2eb5ae4f343baf851905fa8766319b8f9c8338c276c3cf254225acd2eeda70999841a6fb2a6352e3485240a7cdce07294776924037a9e803e
6
+ metadata.gz: dd8d5f4c867be6b5fd5683992d14baf5f08b93d215e4d61fa5d54e20bd0f8d8a2b96b0eed3c4d877ddc8d19100144ec94b1d87dc7298ea4f42b1abeec1b47c39
7
+ data.tar.gz: e4c2b5e873ea99590324735e3a28663d06dfd1c2438e1e0436260f65f62f64913e0589840a8b6019ef2134844c70d2a78f5cad022cd4dd446d59e4af7f5e8493
@@ -465,7 +465,12 @@ Pry.commands.instance_eval do
465
465
  %q[That's a good idea Koichi, an in-memory temporary file system would be perfect for the FreeBSD VM.] => 'https://www.youtube.com/watch?v=yY7iGa4t9-I',
466
466
  %q[Senso☯ Trap & Bass Japanese Type Beat ☯ Lofi HipHop Mix] => 'https://www.youtube.com/watch?v=ZJRjwViJJDc',
467
467
  %q[The Last Samurai 末代武士 (The final emperor scene)] => 'https://www.youtube.com/watch?v=yx5aWtDZcTE',
468
- %q[virtus] => 'https://www.youtube.com/watch?v=BnmzpbT1wJc'
468
+ %q[virtus] => 'https://www.youtube.com/watch?v=BnmzpbT1wJc',
469
+ %q[Martin Garrix - Animals (Official Video)] => 'https://www.youtube.com/watch?v=gCYcHz2k5x0',
470
+ 'Las 9 Camionetas mas Lujosas, Rapidas y Costosas del Mundo!!' => 'https://www.youtube.com/watch?v=GRmqHyQPlu4',
471
+ %q[SWAY - STILL SPEEDIN' (With Lyrics) OUT NOW!!!!] => 'https://www.youtube.com/watch?v=tRldCYkU8nA',
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'
469
474
  }
470
475
  command '🎧', '' do
471
476
  args = arg_string.split(' ')
@@ -1,6 +1,6 @@
1
1
  class Pry
2
2
  module SendTweet
3
- VERSION = '1.17.0'
3
+ VERSION = '1.17.1'
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.0
4
+ version: 1.17.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Pry developers