pry-send_tweet.rb 1.16.8 → 1.17.0
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/CHANGELOG.md +6 -0
- 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: 491bc6b34ac702e5882229a2196a9a7bd74c3efcf9275aed91db2fd8f2fc51d5
|
|
4
|
+
data.tar.gz: d26b30724afe5002503a399e70ec71c303e2f92d09f19d786bc4ddcc88236b59
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: fb3d06516826e8df5088f8b408c66be9d5441a0cc8a3a2f03860141f8d5d093a22cd6163539c3e1829fe2dc3b621f4dd7f902d5062f7e8acd38dca50029c0d8d
|
|
7
|
+
data.tar.gz: 999dd8671344f3b2eb5ae4f343baf851905fa8766319b8f9c8338c276c3cf254225acd2eeda70999841a6fb2a6352e3485240a7cdce07294776924037a9e803e
|
data/CHANGELOG.md
CHANGED
|
@@ -464,7 +464,8 @@ Pry.commands.instance_eval do
|
|
|
464
464
|
%q[Haterade x Skellism - TALIBAN] => %q[https://www.youtube.com/watch?v=w181DV4iLhU],
|
|
465
465
|
%q[That's a good idea Koichi, an in-memory temporary file system would be perfect for the FreeBSD VM.] => 'https://www.youtube.com/watch?v=yY7iGa4t9-I',
|
|
466
466
|
%q[Senso☯ Trap & Bass Japanese Type Beat ☯ Lofi HipHop Mix] => 'https://www.youtube.com/watch?v=ZJRjwViJJDc',
|
|
467
|
-
%q[The Last Samurai 末代武士 (The final emperor scene)] => 'https://www.youtube.com/watch?v=yx5aWtDZcTE'
|
|
467
|
+
%q[The Last Samurai 末代武士 (The final emperor scene)] => 'https://www.youtube.com/watch?v=yx5aWtDZcTE',
|
|
468
|
+
%q[virtus] => 'https://www.youtube.com/watch?v=BnmzpbT1wJc'
|
|
468
469
|
}
|
|
469
470
|
command '🎧', '' do
|
|
470
471
|
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.
|
|
4
|
+
version: 1.17.0
|
|
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
|
-
|
|
57
|
+
description: 'Codename: Virtus .. An extensible Twitter client living inside the Pry
|
|
58
|
+
and Fry REPLs.'
|
|
59
59
|
email: trebor.g@protonmail.com
|
|
60
60
|
executables: []
|
|
61
61
|
extensions: []
|
|
@@ -129,6 +129,6 @@ rubyforge_project:
|
|
|
129
129
|
rubygems_version: 2.7.8
|
|
130
130
|
signing_key:
|
|
131
131
|
specification_version: 4
|
|
132
|
-
summary: 'Codename:
|
|
133
|
-
|
|
132
|
+
summary: 'Codename: Virtus .. An extensible Twitter client living inside the Pry and
|
|
133
|
+
Fry REPLs.'
|
|
134
134
|
test_files: []
|