pry-send_tweet.rb 1.18.9 → 1.18.10
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 +10 -0
- data/README.md +5 -0
- data/art/56-c82d4e5b61.jpg +0 -0
- data/lib/pry/send_tweet/commands/easter_eggs.rb +2 -1
- data/lib/pry/send_tweet/version.rb +2 -2
- metadata +6 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: b6a7c075977647e9e459fc284460b5b7985299f14d8511f5684def9c7d1bc185
|
|
4
|
+
data.tar.gz: 1e7d7b4deac092f8abb31dd1aed20938398283dec1f2c817f9c490dd6c45ed65
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 946ac773015b21025cca4470d7ed631c1fc826b7b6cdc4669e2060ee3798ac9733ad95767a02225bd5f5f3d0ce6dc704ca45713bdd36120fce90c8633788c0fb
|
|
7
|
+
data.tar.gz: f07e80fe2ba8e7596a326a5f451b44203c18e8422bb8507f3d93264b3906ff4a39aff1ee8f680259c4cd7038031b34c99ecfdc5fe2f8d464aa809081869d45a3
|
data/CHANGELOG.md
CHANGED
data/README.md
CHANGED
|
@@ -488,6 +488,11 @@ __#11__ 0Day. Maybe.
|
|
|
488
488
|
|
|
489
489
|

|
|
490
490
|
|
|
491
|
+
__#12__ Love story.
|
|
492
|
+
|
|
493
|
+

|
|
494
|
+
|
|
495
|
+
|
|
491
496
|
## <a id='license'>License</a>
|
|
492
497
|
|
|
493
498
|
This project uses the MIT license, see [LICENSE.txt](./LICENSE.txt) for details.
|
|
Binary file
|
|
@@ -496,7 +496,8 @@ Pry.commands.instance_eval do
|
|
|
496
496
|
%q|davidstamm (@whylom on github etc) - a jew full of hate, a modern day Nazi| => %q|https://www.youtube.com/watch?v=bEoDSTBY_Y4|,
|
|
497
497
|
%q|Mad Irish Man| => %q|https://www.youtube.com/watch?v=j0X7nSLMV5c|,
|
|
498
498
|
%q|Hardwell - spaceman| => %q|https://www.youtube.com/watch?v=Z0vZJi2qfuo|,
|
|
499
|
-
|
|
499
|
+
%q|Israel says ..| => %q|https://www.youtube.com/watch?v=qnwd1PrgmF4|,
|
|
500
|
+
%q|Maître Gims - Est-ce que tu m'aimes (FlyBoy Remix)| => %q|https://www.youtube.com/watch?v=XYUjMnhQZfQ|
|
|
500
501
|
}
|
|
501
502
|
command '🎧', '' do
|
|
502
503
|
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.18.
|
|
4
|
+
version: 1.18.10
|
|
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: LoveStory .. 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: []
|
|
@@ -77,6 +77,7 @@ files:
|
|
|
77
77
|
- art/53-9d231893e1.jpg
|
|
78
78
|
- art/54-39b1063483.jpg
|
|
79
79
|
- art/55-e41f9896d0.jpg
|
|
80
|
+
- art/56-c82d4e5b61.jpg
|
|
80
81
|
- lib/pry-send_tweet.rb
|
|
81
82
|
- lib/pry/pager/system_pager.rb
|
|
82
83
|
- lib/pry/send_tweet/commands/base_command.rb
|
|
@@ -130,6 +131,6 @@ rubyforge_project:
|
|
|
130
131
|
rubygems_version: 2.7.8
|
|
131
132
|
signing_key:
|
|
132
133
|
specification_version: 4
|
|
133
|
-
summary: 'Codename:
|
|
134
|
-
|
|
134
|
+
summary: 'Codename: LoveStory .. An extensible Twitter client living inside the Pry
|
|
135
|
+
and Fry REPLs.'
|
|
135
136
|
test_files: []
|