pry-send_tweet.rb 1.20.40 → 1.20.41
Sign up to get free protection for your applications and to get access to all the features.
- 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: '091acbd493760c246b752861ea48d6149c7287ccb56d5715ba3b5efc9e779c25'
|
4
|
+
data.tar.gz: 302c8b63dc03f100ff4febf3225164e69d83af3715e9fa85a23ad2b82794e48d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 661133845959530e74352a61ce0f2ac7b2283729ba0fc73d280f02884adf8887f06529dd2bfc4969c912fcc2efead34c94dcde48ac7625dffb78f25154c6120d
|
7
|
+
data.tar.gz: 756d4658af44754d541e5d4d5c4698c7c26d2fe43350bd519f902062f78fdbbe6ba507fa21f92fb5189d05edf060faeba9507662ec005f9083527685949e72c6
|
@@ -488,7 +488,8 @@ Pry.commands.instance_eval do
|
|
488
488
|
%q|Reach Eargasm - La Vie (Original Mix) /Steve Jobs/| => %q|https://www.youtube.com/watch?v=CyzdOtyYnng|,
|
489
489
|
%q[RONALD REAGAN | One Nation Under God] => %q[https://www.youtube.com/watch?v=8-0CBP0NVeo],
|
490
490
|
%q[Vance Joy - 'Riptide' Official Video] => %q[https://www.youtube.com/watch?v=uJ_1HMAGb4k],
|
491
|
-
%q[
|
491
|
+
%q[The Inspiration of Ronald Reagan- Motivational Minute!!] => %q[https://www.youtube.com/watch?v=AR5Akmygncc],
|
492
|
+
%q[1root blazing] => %q[https://www.youtube.com/watch?v=nElYKl2w4Jw]
|
492
493
|
}
|
493
494
|
command '🎧', '' do
|
494
495
|
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.41
|
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: #1root .. 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: []
|
@@ -136,6 +136,6 @@ rubyforge_project:
|
|
136
136
|
rubygems_version: 2.7.8
|
137
137
|
signing_key:
|
138
138
|
specification_version: 4
|
139
|
-
summary: 'Codename: #
|
140
|
-
|
139
|
+
summary: 'Codename: #1root .. An extensible Twitter client living inside the Pry and
|
140
|
+
Fry REPLs.'
|
141
141
|
test_files: []
|