pry-send_tweet.rb 1.20.77 → 1.20.78

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: 9f608566ca0ad143790bca2ea38d09a523f62b9ee69d87fef5a9a041ac73d4f5
4
- data.tar.gz: aa1ad742af6adb48d984f4a7dd40ea24704dd38aad6222b6651732ce35d16f03
3
+ metadata.gz: 602e7d2d52ea62378ec4bbd33009644b8e83d5c71938b73fe67adbdffcea69b1
4
+ data.tar.gz: 10f9932eaf523f7b23707e79757414c363c70e7ed7ac6d7e0bec3a567262a23d
5
5
  SHA512:
6
- metadata.gz: c1149dad7d12cb0884bb697cf831ef2fac6f8d6f81c2de6d95fe60288a52960a8df9efc62942f962d44193e82e572f31858c0d7c65506424daa739e3f1682944
7
- data.tar.gz: 011e5a61e4bfd1e578657c1c74428ad313a8160645ae28dec1e177e7247ceb2f397f7fcde126aefd376abceee1639faa3d77d6679a4df7ab5e39bf42bec272cf
6
+ metadata.gz: 648554fcb348d714c0472d4cdec4c11b12fd25453a235e75588780a3975236b055a387e5b63933ddbcbbd82b11e771caf388228cbd04e8a3c4031540e3db2a7e
7
+ data.tar.gz: 158d529d39882375a3c49a5a37c76fe43a7a53c89af5ea491f043240d0cffa7a21f16d7551cbb035289380e8a475878d0f7e8147c5defaa51231462905fd8e2b
@@ -498,7 +498,8 @@ Pry.commands.instance_eval do
498
498
  %q[✵ с убитыми глазами..✵♛] => %q[https://www.youtube.com/watch?v=RXiy_-fB4xQ],
499
499
  %q[Ric Hassani - Marry You (Deepen Groove Remix)] => %q[https://www.youtube.com/watch?v=ngv0egMpIVg],
500
500
  %q[John Legend - Preach (Official Video)] => %q[https://www.youtube.com/watch?v=k0r1AJMK79g],
501
- %q[John Legend - All of Me (Edited Video)] => %q[https://www.youtube.com/watch?v=450p7goxZqg]
501
+ %q[John Legend - All of Me (Edited Video)] => %q[https://www.youtube.com/watch?v=450p7goxZqg],
502
+ %q[Gotye - Somebody That I Used To Know (feat. Kimbra) - official video] => %q[https://www.youtube.com/watch?v=8UVNT4wvIGY]
502
503
  }
503
504
  command '🎧', '' do
504
505
  args = arg_string.split(' ')
@@ -1,6 +1,6 @@
1
1
  class Pry
2
2
  module SendTweet
3
- VERSION = '1.20.77'
3
+ VERSION = '1.20.78'
4
4
  CODENAME = '#JohnLegend'
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.77
4
+ version: 1.20.78
5
5
  platform: ruby
6
6
  authors:
7
7
  - Pry developers