pry-send_tweet.rb 1.20.22 → 1.20.23
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 +4 -4
- data/lib/pry/send_tweet/commands/easter_eggs.rb +2 -1
- data/lib/pry/send_tweet/version.rb +2 -2
- metadata +5 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: e341cdcd34797c40e4f99e82edb5d1ee8a9a93591f54e83ccec42d2be94dbeeb
|
|
4
|
+
data.tar.gz: be10efe8a14af9dc16a78e8790ba2cd2688bf11f16e41699922682dfcd139c4d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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(' ')
|
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.
|
|
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:
|
|
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:
|
|
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: []
|