pry-send_tweet.rb 1.14.0 → 1.15.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: dce5968adf85e4e971dc18c698d58577235971ea3f24824389421a936f437c35
4
- data.tar.gz: 1832d8c90a56820501213a8fd6c42b8c60d231c660cf615efefc000d5de05f03
3
+ metadata.gz: 553da4c9f6b122d284792221e4bcd9d79a29249b0bc4eb0e3b3df74e54e1f921
4
+ data.tar.gz: 5bc88724df19bf8655596ec576e276507b6125b1194590a3ea7c68a010d8467a
5
5
  SHA512:
6
- metadata.gz: 9f64f08ed7d0c9b6e661c50b83bd705eceb8c6d8a1bd676f7c1ff953e02d1ed7082704953350ce1ee25d274d441f165111344e12045c8a484119b8ea4425ad7c
7
- data.tar.gz: 377df41252ac8075bf256c10f6f7ceeca6bcbb2f2cb0c40a2e1d78bd6437e887b1c720f230be02efcea05a1fb75cc32cf0670a316eae031b9deabeedb2baad2e
6
+ metadata.gz: e6d8431b3f63e222b6194ebe0e99537bf5d93fcf2a8158f85659b1cd3458c16267c15e36e1a0707786ea49d801ea2315311b2363747df84942dc8984db195dc5
7
+ data.tar.gz: '0790d6e5c14a50b8582f3c8ac7dc4e71cad9a35c4f61a8540e6b9fdc7bdbe538a3f96538a5f2c59c4b702d34bd4fb1012d865cbceda0f27f3327b6485b8d878d'
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # CHANGELOG
2
2
 
3
+ ## v1.15.0 (SeeYouAgainMyFriend)
4
+
5
+ * Add a song for Howie.
6
+
3
7
  ## v1.14.1 (FuckDHH)
4
8
 
5
9
  * Change codename for the v1.14.1+ series to 'FuckDHH'.
@@ -426,7 +426,10 @@ Pry.commands.instance_eval do
426
426
  'Michael Collins eliminates "Cairo Gang"' => 'https://www.youtube.com/watch?v=l-L3zeCNzH8',
427
427
  '2Pac - Real Talk (2019)' => 'https://www.youtube.com/watch?v=_3LuY9isL_Y',
428
428
  'Babyshambles - fuck forever lyrics' => 'https://www.youtube.com/watch?v=MOJhmVYv3mw',
429
- 'Brazil are the ultimate enemy of the Irish people. Banish them from Ireland.' => 'https://www.youtube.com/watch?v=_3LuY9isL_Y'
429
+ 'Brazilians are the eternal enemy of the Irish people. They cheat, they lie, they are sly, and ' \
430
+ 'they want to claim positions they have never held before, at the expense of everyone else. Be wary ' \
431
+ 'of them, and seriously consider sending all Brazilians in Ireland back home.' => 'https://www.youtube.com/watch?v=_3LuY9isL_Y',
432
+ 'Howie' => 'https://www.youtube.com/watch?v=RgKAFK5djSk'
430
433
  }
431
434
  command '🎧', '' do
432
435
  args = arg_string.split(' ')
@@ -463,7 +466,8 @@ Pry.commands.instance_eval do
463
466
  _pry_.output.puts ["He's stoopid!", "https://www.youtube.com/watch?v=VDa5iGiPgGs"].join("\n")
464
467
  end
465
468
 
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.'
469
+ command /rubyonrails/i, '' do
470
+ _pry_.output.puts "The problem with Ruby On Rails is that it became as big as the ego of its creator, " \
471
+ "spread like a malicious cancer until the only voice left was Rails"
468
472
  end
469
473
  end
@@ -1,6 +1,6 @@
1
1
  class Pry
2
2
  module SendTweet
3
- VERSION = '1.14.0'
4
- CODENAME = 'FuckDHH'
3
+ VERSION = '1.15.0'
4
+ CODENAME = 'SeeYouAgainMyFriend'
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.14.0
4
+ version: 1.15.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Pry developers
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2019-02-17 00:00:00.000000000 Z
13
+ date: 2019-02-18 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: twitter
@@ -54,8 +54,8 @@ dependencies:
54
54
  - - "~>"
55
55
  - !ruby/object:Gem::Version
56
56
  version: '1.4'
57
- description: 'Codename: FuckDHH .. An extensible Twitter client living inside the
58
- Pry and Fry REPLs.'
57
+ description: 'Codename: SeeYouAgainMyFriend .. An extensible Twitter client living
58
+ inside the 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: FuckDHH .. An extensible Twitter client living inside the Pry
130
- and Fry REPLs.'
129
+ summary: 'Codename: SeeYouAgainMyFriend .. An extensible Twitter client living inside
130
+ the Pry and Fry REPLs.'
131
131
  test_files: []