pry-send_tweet.rb 1.20.76 → 1.20.77

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: 248b74c4ed96de00d5521548546d3455a1869bbf98d4ea55802f6e3e7945b23a
4
- data.tar.gz: b0eb8d05e48ffa95d58a507dc20c29f42f5eabc3fa56686af78bf8c9b988acf9
3
+ metadata.gz: 9f608566ca0ad143790bca2ea38d09a523f62b9ee69d87fef5a9a041ac73d4f5
4
+ data.tar.gz: aa1ad742af6adb48d984f4a7dd40ea24704dd38aad6222b6651732ce35d16f03
5
5
  SHA512:
6
- metadata.gz: f35449c965ee22362b2699effe3557afb3d1e772585551464dafd64f10423a280c40b00b74789e566fd8e5c59a5b2a77e9a02d11da45d8d4dc94f92c09d999ea
7
- data.tar.gz: d817ed5b26ef629c09c02a539f41a31020a5d5503a9088e8561cf75e0e291811f28f3eb2e9b59aced6eba9b18988fcbbfae41d0897ad67ee9e95629dec8ce113
6
+ metadata.gz: c1149dad7d12cb0884bb697cf831ef2fac6f8d6f81c2de6d95fe60288a52960a8df9efc62942f962d44193e82e572f31858c0d7c65506424daa739e3f1682944
7
+ data.tar.gz: 011e5a61e4bfd1e578657c1c74428ad313a8160645ae28dec1e177e7247ceb2f397f7fcde126aefd376abceee1639faa3d77d6679a4df7ab5e39bf42bec272cf
@@ -497,7 +497,8 @@ Pry.commands.instance_eval do
497
497
  %q[Cheb Khaled - Aïcha (Anthony Keyrouz Remix)] => %q[https://www.youtube.com/watch?v=XCAgWitD3IU],
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
- %q[John Legend - Preach (Official Video)] => %q[https://www.youtube.com/watch?v=k0r1AJMK79g]
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
502
  }
502
503
  command '🎧', '' do
503
504
  args = arg_string.split(' ')
@@ -1,6 +1,6 @@
1
1
  class Pry
2
2
  module SendTweet
3
- VERSION = '1.20.76'
3
+ VERSION = '1.20.77'
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.76
4
+ version: 1.20.77
5
5
  platform: ruby
6
6
  authors:
7
7
  - Pry developers