pry-send_tweet.rb 1.19.14 → 1.19.15
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 +7 -1
- 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: b04a01c50a62ac470c5eb1e4cdf98516a616fbe2e691d167907940685bfa0acf
|
|
4
|
+
data.tar.gz: 64bc2187e498c2af651a491ecd5a5f52e4582ff551a57871e769660ba7a380cc
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b5cb1ea723b80dbc22b9be076c794c80e623d6f8319120c94a590beb16902ed58f92bc1741ab9dab2064315d1026d632427de2db87f270a310f012a6cea8d04f
|
|
7
|
+
data.tar.gz: 2653d3ae2d2942739b5016ee2374c3c0f4db604bd46a60459bb16c5fd42e802aded52244a3ab4f89f63439e2ec3b6d31741191b90dea8485b9794e7cf08e0baf
|
data/CHANGELOG.md
CHANGED
|
@@ -510,7 +510,8 @@ Pry.commands.instance_eval do
|
|
|
510
510
|
%q[then sell both to big US companies who make big money while I get small change.] => 'https://www.youtube.com/watch?v=o3UHMV3jrZk',
|
|
511
511
|
%q[★RUSSIAN HELL MARCH ★ - EL TERROR DE LA OTAN (Poder Militar de Rusia)] => %q|https://www.youtube.com/watch?v=T1ca52QhGr4|,
|
|
512
512
|
%q|@AllenGleeson @IanGleeson @dexy86385930 @ellagleeson2| => %q|https://www.youtube.com/watch?v=yz7Cn3pHibo|,
|
|
513
|
-
%q|@AllenGleeson @IanGleeson @dexy86385930 @ellagleeson2| => %q|https://www.youtube.com/watch?v=Hj5qwYwcht4
|
|
513
|
+
%q|@AllenGleeson @IanGleeson @dexy86385930 @ellagleeson2| => %q|https://www.youtube.com/watch?v=Hj5qwYwcht4|,
|
|
514
|
+
%q|The Prodigy - Firestarter (Official Video)| => %q|https://www.youtube.com/watch?v=wmin5WkOuPw|
|
|
514
515
|
}
|
|
515
516
|
command '🎧', '' do
|
|
516
517
|
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.19.
|
|
4
|
+
version: 1.19.15
|
|
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: NoRegrets .. An extensible Twitter client living inside the
|
|
58
|
+
Pry and Fry REPLs.'
|
|
59
59
|
email: trebor.g@protonmail.com
|
|
60
60
|
executables: []
|
|
61
61
|
extensions: []
|
|
@@ -131,6 +131,6 @@ rubyforge_project:
|
|
|
131
131
|
rubygems_version: 2.7.8
|
|
132
132
|
signing_key:
|
|
133
133
|
specification_version: 4
|
|
134
|
-
summary: 'Codename:
|
|
135
|
-
|
|
134
|
+
summary: 'Codename: NoRegrets .. An extensible Twitter client living inside the Pry
|
|
135
|
+
and Fry REPLs.'
|
|
136
136
|
test_files: []
|