pry-send_tweet.rb 1.20.31 → 1.20.32

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: e6ba87851baace238f33d25a62fbf78b7930d8746e57f221acc3e08a3f30c031
4
- data.tar.gz: 1c973642cf2e3a878b172744c5c763762e013d7e7f1dc096e83dd79b35e8d4c1
3
+ metadata.gz: d123da3b7a821f6e667f9b1c4f38a00e652b0e8dc5fbe09dbf296db8aeb49187
4
+ data.tar.gz: ecea354ced3fabe8fe560f05a24d4493747551d86097f5550336f8fe57efbf72
5
5
  SHA512:
6
- metadata.gz: 9ca19e67887a8a8280cbbd6a0ce10c5abd60a464f79988a45ad8a1368d50bc502685caea5b57b9e97196036f357e97ec8d772adb2ac173a22c24b64f440024cd
7
- data.tar.gz: d3a6ec4c03341fe92410427ad9f0538fc0c94900ca8b8c6b29180bbf672493c48b68880606b2d151b4a4e6f70bfeb8869c44611aef9e4e8642a20e6e23b4e512
6
+ metadata.gz: 5caa46439d7ee67145e9147f14a6f6d12e37f8ffddf9423b59568f65e73b89fc11167e2c265381a475f9057a69132f4de829905ffa1e9c499ea307c0fef546e6
7
+ data.tar.gz: c470fb5352e20bec9ab788487a2ff0cf0a05879c4aeb6dee3140e2508647410986d3884aac442faf7fb326aaca7b886f87b47061d58e542d9698aba69ad7da8c
@@ -483,7 +483,8 @@ Pry.commands.instance_eval do
483
483
  %q|Simple Man - Lynyrd Skynyrd - Lyrics HD| => %q|https://www.youtube.com/watch?v=sMmTkKz60W8|,
484
484
  %q|Hey Jude (Remastered 2015)| => %q|https://www.youtube.com/watch?v=mQER0A0ej0M|,
485
485
  %q|The Frames - Revelate with lyrics| => %q|https://www.youtube.com/watch?v=SPC0sRQbJ98|,
486
- %q|Roy Keane - The Real Captain Fantastic.flv| => %q|https://www.youtube.com/watch?v=BanakGjO7ps|
486
+ %q|Roy Keane - The Real Captain Fantastic.flv| => %q|https://www.youtube.com/watch?v=BanakGjO7ps|,
487
+ %q|Abracadabra| => %q|https://www.youtube.com/watch?v=dKCV8gzSlYw|
487
488
  }
488
489
  command '🎧', '' do
489
490
  args = arg_string.split(' ')
@@ -1,6 +1,6 @@
1
1
  class Pry
2
2
  module SendTweet
3
- VERSION = '1.20.31'
4
- CODENAME = 'Hey @Google, I am underscore underscore thumbsup (according to your adaption of Siri)'
3
+ VERSION = '1.20.32'
4
+ CODENAME = 'Hey @GitHub, @Microsoft, I am underscore underscore thumbsup (according to your adaption of Siri)'
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.31
4
+ version: 1.20.32
5
5
  platform: ruby
6
6
  authors:
7
7
  - Pry developers
@@ -54,9 +54,9 @@ dependencies:
54
54
  - - "~>"
55
55
  - !ruby/object:Gem::Version
56
56
  version: '1.4'
57
- description: 'Codename: Hey @Google, I am underscore underscore thumbsup (according
58
- to your adaption of Siri) .. An extensible Twitter client living inside the Pry
59
- and Fry REPLs.'
57
+ description: 'Codename: Hey @GitHub, @Microsoft, I am underscore underscore thumbsup
58
+ (according to your adaption of Siri) .. An extensible Twitter client living inside
59
+ the Pry and Fry REPLs.'
60
60
  email: trebor.g@protonmail.com
61
61
  executables: []
62
62
  extensions: []
@@ -135,7 +135,7 @@ rubyforge_project:
135
135
  rubygems_version: 2.7.8
136
136
  signing_key:
137
137
  specification_version: 4
138
- summary: 'Codename: Hey @Google, I am underscore underscore thumbsup (according to
139
- your adaption of Siri) .. An extensible Twitter client living inside the Pry and
140
- Fry REPLs.'
138
+ summary: 'Codename: Hey @GitHub, @Microsoft, I am underscore underscore thumbsup (according
139
+ to your adaption of Siri) .. An extensible Twitter client living inside the Pry
140
+ and Fry REPLs.'
141
141
  test_files: []