pry-send_tweet.rb 1.15.5 → 1.15.6
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 +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 8d6bc8da0b04c7af6a03afb7ff0eb348d458cca6a453a64e2bc7e09402ea7bf1
|
|
4
|
+
data.tar.gz: 1440e3e437dd1e730ba31d0ea7d34617e3c179ec52276d57e57f62fc6358a1e0
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d496366d7d3c91da5ca215e2a356342be8c9f270ae9d868a2c26ba650401637fcfbb1a998830e00103b5aa17dcb445b536f8a9a878dbb440e8648d93fb461155
|
|
7
|
+
data.tar.gz: 5e2189ae09031b398fc9427dc1b3a0bd28aedf2c120177adb6682420cd63361ff8a88dd93b1e4683061254c3a21c71f99be088658d472132c7e303bc66f24e5d
|
data/CHANGELOG.md
CHANGED
|
@@ -442,7 +442,8 @@ Pry.commands.instance_eval do
|
|
|
442
442
|
'atom' => 'The atom editor is a pile of low grade junk built by a bunch of idiots who dont really know how to program. ' \
|
|
443
443
|
'Their only claim to fame is being a freak, in one way or another.',
|
|
444
444
|
'Take me home, home to The Netherlands, and let me sink the Kingdom Of Spain once and for all' => 'https://www.youtube.com/watch?v=arZCCrnjDtA',
|
|
445
|
-
'My human friend' => 'https://www.youtube.com/watch?v=VhdHwphvhxU'
|
|
445
|
+
'My human friend' => 'https://www.youtube.com/watch?v=VhdHwphvhxU',
|
|
446
|
+
'Portugal should march into Brazil, and fix the problem THEY created!' => 'https://www.youtube.com/watch?v=hITygiqa5UM'
|
|
446
447
|
}
|
|
447
448
|
command '🎧', '' do
|
|
448
449
|
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.15.
|
|
4
|
+
version: 1.15.6
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Pry developers
|
|
@@ -54,7 +54,7 @@ dependencies:
|
|
|
54
54
|
- - "~>"
|
|
55
55
|
- !ruby/object:Gem::Version
|
|
56
56
|
version: '1.4'
|
|
57
|
-
description: 'Codename:
|
|
57
|
+
description: 'Codename: FixWhatYouCreatedPortugal .. An extensible Twitter client
|
|
58
58
|
living inside the Pry and Fry REPLs.'
|
|
59
59
|
email: trebor.g@protonmail.com
|
|
60
60
|
executables: []
|
|
@@ -127,6 +127,6 @@ rubyforge_project:
|
|
|
127
127
|
rubygems_version: 2.7.8
|
|
128
128
|
signing_key:
|
|
129
129
|
specification_version: 4
|
|
130
|
-
summary: 'Codename:
|
|
130
|
+
summary: 'Codename: FixWhatYouCreatedPortugal .. An extensible Twitter client living
|
|
131
131
|
inside the Pry and Fry REPLs.'
|
|
132
132
|
test_files: []
|