pry-send_tweet.rb 1.20.38 → 1.20.39
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 +4 -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: fa9617efcfcc252135d1dcb1eafc42061b8dcb0b28a66b36111b08bfc26c4167
|
|
4
|
+
data.tar.gz: af0c9222bf645577e68620462a94a65bba3a922e4b3b7af169badce3aa2f449c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: eb15e4d2df7fbb0b502336242c038229a356ba005ef110759b7f05e59819566fe60a3829355b27795b4e54ddc28464b010462d6cddd7f506af72c40d607987c6
|
|
7
|
+
data.tar.gz: 38d7d69392af87f7161ba52fdf189fd1cffcff2c73c6973bef9ab3c846f15f8300d3e81802b216cf316b9069217806f634863cb3059c7b3708998d8a5372f467
|
data/CHANGELOG.md
CHANGED
|
@@ -487,7 +487,8 @@ Pry.commands.instance_eval do
|
|
|
487
487
|
%q|Abracadabra| => %q|https://www.youtube.com/watch?v=dKCV8gzSlYw|,
|
|
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
|
-
%q[Vance Joy - 'Riptide' Official Video] => %q[https://www.youtube.com/watch?v=uJ_1HMAGb4k]
|
|
490
|
+
%q[Vance Joy - 'Riptide' Official Video] => %q[https://www.youtube.com/watch?v=uJ_1HMAGb4k],
|
|
491
|
+
%q[he Inspiration of Ronald Reagan- Motivational Minute!!] => %q[https://www.youtube.com/watch?v=AR5Akmygncc]
|
|
491
492
|
}
|
|
492
493
|
command '🎧', '' do
|
|
493
494
|
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.39
|
|
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: RonaldMcDonald .. 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: []
|
|
@@ -135,6 +135,6 @@ rubyforge_project:
|
|
|
135
135
|
rubygems_version: 2.7.8
|
|
136
136
|
signing_key:
|
|
137
137
|
specification_version: 4
|
|
138
|
-
summary: 'Codename:
|
|
139
|
-
|
|
138
|
+
summary: 'Codename: RonaldMcDonald .. An extensible Twitter client living inside the
|
|
139
|
+
Pry and Fry REPLs.'
|
|
140
140
|
test_files: []
|