pry-send_tweet.rb 1.20.22 → 1.20.23

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: 252a07776152f4468bd133e292ac02839de633e20286e20ee2bea0286455f280
4
- data.tar.gz: 6831a005924978b4d7d3f0a479b0005a1157413655e59e6aa328a7efb546aa0c
3
+ metadata.gz: e341cdcd34797c40e4f99e82edb5d1ee8a9a93591f54e83ccec42d2be94dbeeb
4
+ data.tar.gz: be10efe8a14af9dc16a78e8790ba2cd2688bf11f16e41699922682dfcd139c4d
5
5
  SHA512:
6
- metadata.gz: 8d64a40ea579f21be883b23c413736329c8c1fc556fd503ba29580f403a03386c87d55664de10d69e84e9fc7aba7f720f91d45542a02773e4dc09776eb3b9520
7
- data.tar.gz: 930edbce235acece7bdf75480841d2487eb89b45cfee6f33e8f641b33974e88b209ef8b01c7e5717dc7d6fcfbea8fc543168e8196b3d123b36c15bd57c63794a
6
+ metadata.gz: 57a252dc22691b0acca3a72e1d9b0b9c7181434f7a935a6503a793a30e44ae6e99df821009521bdbc6225151eb8d470ac91defb5e03cfb04bdebd2bb4a19d723
7
+ data.tar.gz: 2d55430166b6a385bbefe84f0da20a6fa1b3cb73eab46bfe03be3865c848f0e4af9baed462748b6d49c828484b932789558ec9ddb2b2fa9c3c9e2a713902e787
@@ -475,7 +475,8 @@ Pry.commands.instance_eval do
475
475
  %q|I was once so naive, I thought the world worked this way| => %q|https://www.youtube.com/watch?v=tCXqm8EQtWQ|,
476
476
  %q|King Faisal of saudi arabia calls for jihad then gets killed, then gets what he asked for| => %q|https://www.youtube.com/watch?v=YVWymq5zYpQ|,
477
477
  %q|pry| => %q|https://www.youtube.com/watch?v=a9TYriBxuYQ|,
478
- %q|Goodbye England's Rose (Princess Diana Tribute)| => %q|https://www.youtube.com/watch?v=SZGnZEF6-_w|
478
+ %q|Goodbye England's Rose (Princess Diana Tribute)| => %q|https://www.youtube.com/watch?v=SZGnZEF6-_w|,
479
+ %q|How can @google be so intelligent, but still rank low quality documentation at the top? I am talking about ruby-doc.org (low quality) vs yardoc (high quality). Do I have to write another extension to fix that, too?| => '😡'
479
480
  }
480
481
  command '🎧', '' do
481
482
  args = arg_string.split(' ')
@@ -1,6 +1,6 @@
1
1
  class Pry
2
2
  module SendTweet
3
- VERSION = '1.20.22'
4
- CODENAME = 'LadyDiana'
3
+ VERSION = '1.20.23'
4
+ CODENAME = 'Hey @Google'
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.22
4
+ version: 1.20.23
5
5
  platform: ruby
6
6
  authors:
7
7
  - Pry developers
@@ -54,8 +54,8 @@ dependencies:
54
54
  - - "~>"
55
55
  - !ruby/object:Gem::Version
56
56
  version: '1.4'
57
- description: 'Codename: LadyDiana .. An extensible Twitter client living inside the
58
- Pry and Fry REPLs.'
57
+ description: 'Codename: Hey @Google .. An extensible Twitter client living inside
58
+ the Pry and Fry REPLs.'
59
59
  email: trebor.g@protonmail.com
60
60
  executables: []
61
61
  extensions: []
@@ -134,6 +134,6 @@ rubyforge_project:
134
134
  rubygems_version: 2.7.8
135
135
  signing_key:
136
136
  specification_version: 4
137
- summary: 'Codename: LadyDiana .. An extensible Twitter client living inside the Pry
138
- and Fry REPLs.'
137
+ summary: 'Codename: Hey @Google .. An extensible Twitter client living inside the
138
+ Pry and Fry REPLs.'
139
139
  test_files: []