pry-send_tweet.rb 1.13.7 → 1.14.0
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 -1
- data/lib/pry/send_tweet/commands/easter_eggs.rb +8 -0
- 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: dce5968adf85e4e971dc18c698d58577235971ea3f24824389421a936f437c35
|
|
4
|
+
data.tar.gz: 1832d8c90a56820501213a8fd6c42b8c60d231c660cf615efefc000d5de05f03
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 9f64f08ed7d0c9b6e661c50b83bd705eceb8c6d8a1bd676f7c1ff953e02d1ed7082704953350ce1ee25d274d441f165111344e12045c8a484119b8ea4425ad7c
|
|
7
|
+
data.tar.gz: 377df41252ac8075bf256c10f6f7ceeca6bcbb2f2cb0c40a2e1d78bd6437e887b1c720f230be02efcea05a1fb75cc32cf0670a316eae031b9deabeedb2baad2e
|
data/CHANGELOG.md
CHANGED
|
@@ -458,4 +458,12 @@ Pry.commands.instance_eval do
|
|
|
458
458
|
command '$stdout', '' do
|
|
459
459
|
_pry_.output.puts ["Here's to the crazy ones", 'https://stdout.io'].join("\n")
|
|
460
460
|
end
|
|
461
|
+
|
|
462
|
+
command 'dhh', '' do
|
|
463
|
+
_pry_.output.puts ["He's stoopid!", "https://www.youtube.com/watch?v=VDa5iGiPgGs"].join("\n")
|
|
464
|
+
end
|
|
465
|
+
|
|
466
|
+
command 'rubyonrails', '' do
|
|
467
|
+
_pry_.output.puts 'Ruby On Rails is an my-way-or-no-way software that forces its failures upon the whole Ruby community. Roll over, bitch. Fuck @DHH.'
|
|
468
|
+
end
|
|
461
469
|
end
|
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.
|
|
4
|
+
version: 1.14.0
|
|
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: FuckDHH .. 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: []
|
|
@@ -126,6 +126,6 @@ rubyforge_project:
|
|
|
126
126
|
rubygems_version: 2.7.8
|
|
127
127
|
signing_key:
|
|
128
128
|
specification_version: 4
|
|
129
|
-
summary: 'Codename:
|
|
130
|
-
|
|
129
|
+
summary: 'Codename: FuckDHH .. An extensible Twitter client living inside the Pry
|
|
130
|
+
and Fry REPLs.'
|
|
131
131
|
test_files: []
|