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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 9ae0461b51386aeb76c8c4e1a59e03c8cb816196a359fe6c3fe63db636ac0309
4
- data.tar.gz: 61d02c4f4618be56dc9b8cd986b68346855a346703ab3769fab556e4b4f151c3
3
+ metadata.gz: dce5968adf85e4e971dc18c698d58577235971ea3f24824389421a936f437c35
4
+ data.tar.gz: 1832d8c90a56820501213a8fd6c42b8c60d231c660cf615efefc000d5de05f03
5
5
  SHA512:
6
- metadata.gz: d99e4e6150f1595021207120f1cc5c671c697a1d8d0ad1010bd1941635107da719d615a4fac3d04311a4d1e8456b009b6d7d998426888e5e436bbcfcaa90a856
7
- data.tar.gz: c7c135973c73e5946ad6d76f80cdcd4c6b73183cec5c0035b5c5b92a7b71d97a91694afb2480216e01ead590322f9b8f9adc02916b4040cb338dfe1f1ca61693
6
+ metadata.gz: 9f64f08ed7d0c9b6e661c50b83bd705eceb8c6d8a1bd676f7c1ff953e02d1ed7082704953350ce1ee25d274d441f165111344e12045c8a484119b8ea4425ad7c
7
+ data.tar.gz: 377df41252ac8075bf256c10f6f7ceeca6bcbb2f2cb0c40a2e1d78bd6437e887b1c720f230be02efcea05a1fb75cc32cf0670a316eae031b9deabeedb2baad2e
data/CHANGELOG.md CHANGED
@@ -1,10 +1,13 @@
1
1
  # CHANGELOG
2
2
 
3
+ ## v1.14.1 (FuckDHH)
4
+
5
+ * Change codename for the v1.14.1+ series to 'FuckDHH'.
6
+
3
7
  ## v1.14.0 (GoHomeBrazilAndRailsSucks)
4
8
 
5
9
  * Add truth, lots of truth.
6
10
 
7
-
8
11
  ## v1.13.6 (MrRager)
9
12
 
10
13
  * Fuck forever!
@@ -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
@@ -1,6 +1,6 @@
1
1
  class Pry
2
2
  module SendTweet
3
- VERSION = '1.13.7'
4
- CODENAME = 'GoHomeBrazilAndRailsSucks'
3
+ VERSION = '1.14.0'
4
+ CODENAME = 'FuckDHH'
5
5
  end
6
6
  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.13.7
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: GoHomeBrazilAndRailsSucks .. An extensible Twitter client
58
- living inside the Pry and Fry REPLs.'
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: GoHomeBrazilAndRailsSucks .. An extensible Twitter client living
130
- inside the Pry and Fry REPLs.'
129
+ summary: 'Codename: FuckDHH .. An extensible Twitter client living inside the Pry
130
+ and Fry REPLs.'
131
131
  test_files: []