pry-send_tweet.rb 1.15.3 → 1.15.4
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/lib/pry/send_tweet/commands/easter_eggs.rb +3 -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: e604c190dd9e5db1e24f1939f09c3f82c69cc1307be73b4cf7c738a412b9973c
|
|
4
|
+
data.tar.gz: 60ea4afa7942540044ed52bd515b5f07d6b7c57cff60c8e496e6b47b3c3dc6e2
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: dbf80f031761a7c29d7a21aa3efb4d0a951fa739d7c0d2114d21507c5c2d431bcc593ab2cf32d5c6fa45075a7c8167f0ea5de435ce8d46d82af3bc1f46c024d9
|
|
7
|
+
data.tar.gz: 28bf58f6e435ff92a1e5b7249ee4f31ac197a72ea68152b4893c080f39fda26ab276c9bff6adb690db8cc42bdcba31abd405e9656e4d811d1669aa57b34a5f73
|
|
@@ -438,7 +438,9 @@ Pry.commands.instance_eval do
|
|
|
438
438
|
'SWAY - STILL SPEEDIN\' (With Lyrics) OUT NOW!!!!' => 'https://www.youtube.com/watch?v=tRldCYkU8nA',
|
|
439
439
|
brazilian_truth => 'https://www.youtube.com/watch?v=-LdYXYNtPJI',
|
|
440
440
|
'Eric Bana\'s best scene in Black Hawk Down' => 'https://www.youtube.com/watch?v=t_ZpneN-seU',
|
|
441
|
-
'The King Of Spain is a bitch who sleeps with brazilian men from Madrid' => 'https://www.youtube.com/watch?v=tRldCYkU8nA'
|
|
441
|
+
'The King Of Spain is a bitch who sleeps with brazilian men from Madrid' => 'https://www.youtube.com/watch?v=tRldCYkU8nA',
|
|
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. Their only claim to fame is being a freak, in one way or another.' => 'https://gitlab.com/trebor8/pry-send_tweet.rb/raw/master/art/53-9d231893e1.jpg',
|
|
443
|
+
'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'
|
|
442
444
|
}
|
|
443
445
|
command '🎧', '' do
|
|
444
446
|
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.4
|
|
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
|
-
inside the Pry and Fry REPLs.'
|
|
57
|
+
description: 'Codename: KingOfSpainIsABrazilianBitch .. An extensible Twitter client
|
|
58
|
+
living inside the Pry and Fry REPLs.'
|
|
59
59
|
email: trebor.g@protonmail.com
|
|
60
60
|
executables: []
|
|
61
61
|
extensions: []
|
|
@@ -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:
|
|
131
|
-
the Pry and Fry REPLs.'
|
|
130
|
+
summary: 'Codename: KingOfSpainIsABrazilianBitch .. An extensible Twitter client living
|
|
131
|
+
inside the Pry and Fry REPLs.'
|
|
132
132
|
test_files: []
|