pry-send_tweet.rb 1.20.50 → 1.20.51
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: 5243839d7f8ac12b44754c4b479753c9511ba4f12f446b9ad8c7758050224766
|
4
|
+
data.tar.gz: a5218d787f56282c00497850db609bce762afb5116076db1007b9a5b91ea3188
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6c0245c4bcdf9d147aaa6e0608c5bf69c6d5384fd14fdc7e90e730e33e7911b402f0f236538e6f450dbd1016bda6e3a5c985db9905a127684e5c9d4e21946306
|
7
|
+
data.tar.gz: 61027b5f0f07e70b2017ae81b168a93af7030ce81460ad3b78e29233de557e4d8ff6e8e043c4afed93e946d696ae7ccbd4c6bb3140d4082f0e8cf7d844b99a5e
|
@@ -494,7 +494,8 @@ Pry.commands.instance_eval do
|
|
494
494
|
%q[Angèle - I Kissed A Girl (Crisologo Remix)] => %q[https://www.youtube.com/watch?v=RXaYMILuezc],
|
495
495
|
%q[Nothing but respect for Charlie, I'm very sorry.] => %q[https://www.youtube.com/watch?v=w8HdOHrc3OQ],
|
496
496
|
%q[Bob Marley - No Woman No Cry (Daniel Kim Remix)] => %q[https://www.youtube.com/watch?v=ZHM2Zka_olw],
|
497
|
-
%q[Cheb Khaled - Aïcha (Anthony Keyrouz Remix)] => %q[https://www.youtube.com/watch?v=XCAgWitD3IU]
|
497
|
+
%q[Cheb Khaled - Aïcha (Anthony Keyrouz Remix)] => %q[https://www.youtube.com/watch?v=XCAgWitD3IU],
|
498
|
+
%q[✵ с убитыми глазами..✵♛] => %q[https://www.youtube.com/watch?v=RXiy_-fB4xQ]
|
498
499
|
}
|
499
500
|
command '🎧', '' do
|
500
501
|
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.51
|
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
|
-
the Pry and Fry REPLs.'
|
57
|
+
description: 'Codename: Brazil has very few good souls, but Marcos thinking of you.
|
58
|
+
.. An extensible Twitter client living inside the Pry and Fry REPLs.'
|
59
59
|
email: trebor.g@protonmail.com
|
60
60
|
executables: []
|
61
61
|
extensions: []
|
@@ -138,6 +138,6 @@ rubyforge_project:
|
|
138
138
|
rubygems_version: 2.7.8
|
139
139
|
signing_key:
|
140
140
|
specification_version: 4
|
141
|
-
summary: 'Codename:
|
142
|
-
Pry and Fry REPLs.'
|
141
|
+
summary: 'Codename: Brazil has very few good souls, but Marcos thinking of you. ..
|
142
|
+
An extensible Twitter client living inside the Pry and Fry REPLs.'
|
143
143
|
test_files: []
|