pry-send_tweet.rb 1.20.32 → 1.20.33
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 +4 -6
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 402b95380d9816c05b325cd04e2227ab681eae23e39c2160bfd5684aad1b7376
|
|
4
|
+
data.tar.gz: 07f24dc3c2915e77c320ab813bb97c4220c5adee492c025588159a47aee8f0e4
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d12a26d212492d621f43214d184c0fb04dd71bfdf93ebced578a480a4b171f7bb0ef1c7a91ca464977827c64881698f69e26f380ace32a32c37729c7cd4ca3d8
|
|
7
|
+
data.tar.gz: 5c9159b78efef64ea5f1a315a234123e201932c944d9e93f8589e3ec99397c6372dbc15856ecb8ec440cf51d099fc147ecd61f3effdd296afddde07d842dca3a
|
data/CHANGELOG.md
CHANGED
|
@@ -484,7 +484,8 @@ Pry.commands.instance_eval do
|
|
|
484
484
|
%q|Hey Jude (Remastered 2015)| => %q|https://www.youtube.com/watch?v=mQER0A0ej0M|,
|
|
485
485
|
%q|The Frames - Revelate with lyrics| => %q|https://www.youtube.com/watch?v=SPC0sRQbJ98|,
|
|
486
486
|
%q|Roy Keane - The Real Captain Fantastic.flv| => %q|https://www.youtube.com/watch?v=BanakGjO7ps|,
|
|
487
|
-
%q|Abracadabra| => %q|https://www.youtube.com/watch?v=dKCV8gzSlYw
|
|
487
|
+
%q|Abracadabra| => %q|https://www.youtube.com/watch?v=dKCV8gzSlYw|,
|
|
488
|
+
%q|Reach Eargasm - La Vie (Original Mix) /Steve Jobs/| => %q|https://www.youtube.com/watch?v=CyzdOtyYnng|
|
|
488
489
|
}
|
|
489
490
|
command '🎧', '' do
|
|
490
491
|
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.33
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Pry developers
|
|
@@ -54,9 +54,8 @@ dependencies:
|
|
|
54
54
|
- - "~>"
|
|
55
55
|
- !ruby/object:Gem::Version
|
|
56
56
|
version: '1.4'
|
|
57
|
-
description: 'Codename: Hey @
|
|
58
|
-
|
|
59
|
-
the Pry and Fry REPLs.'
|
|
57
|
+
description: 'Codename: Hey @Apple .. An extensible Twitter client living inside the
|
|
58
|
+
Pry and Fry REPLs.'
|
|
60
59
|
email: trebor.g@protonmail.com
|
|
61
60
|
executables: []
|
|
62
61
|
extensions: []
|
|
@@ -135,7 +134,6 @@ rubyforge_project:
|
|
|
135
134
|
rubygems_version: 2.7.8
|
|
136
135
|
signing_key:
|
|
137
136
|
specification_version: 4
|
|
138
|
-
summary: 'Codename: Hey @
|
|
139
|
-
to your adaption of Siri) .. An extensible Twitter client living inside the Pry
|
|
137
|
+
summary: 'Codename: Hey @Apple .. An extensible Twitter client living inside the Pry
|
|
140
138
|
and Fry REPLs.'
|
|
141
139
|
test_files: []
|