pry-send_tweet.rb 1.15.7 → 1.16.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: fa751704cd82651138e98193c620d618500f4d885d6faf9bcc4f0310007174a5
4
- data.tar.gz: 3c574db4455446472aaf20fdbf642c60b3961bdb3dfd5e29ada7260de55d927c
3
+ metadata.gz: 159cbceedfacc335f9c569a8460c4498f1c70b0cbf3e69fd5ca406efc3992fb6
4
+ data.tar.gz: 14e1bdfa4b9a633c2774c971b8def2d93d9c0aad15f502e8fe5041bae3464852
5
5
  SHA512:
6
- metadata.gz: 617571f013a57860dce32ee2fa29fd638f62022694350ec411e50042602d8328f20fac22712f5422ea2f2de8353e4feca9f43f98d861f12dca096ea233e3df3f
7
- data.tar.gz: 634121b6e7223498939a4bdf351f80765fb26dced835bda04851e00366e543fc3aeae5b2267a597ddd7bbf189eae0180b3ccc15fc3ba1bc49d6263f0031dd27a
6
+ metadata.gz: cbbfa6d6d9d01072861af0f5f8f3d2a98a684589bfeb5e54be5a51929f9e60c59ac558c08259bb218b177c342df4b9299125779c2fe5937f63dc32520dfbc18c
7
+ data.tar.gz: 821284ba3139cbef60860c62bddfc7ecad0fbd106373072b99864155fcf4ea61f39f6299d4b445c6b7c768cb6ef8626cde94297c622bcb396e83886647713c85
@@ -1,5 +1,9 @@
1
1
  # CHANGELOG
2
2
 
3
+ ## v1.16.0 (IslamMeetsBrasil)
4
+
5
+ * Not surprised, motherfuckers!
6
+
3
7
  ## v1.15.6 (KingOfSpainIsABrazilianBitch)
4
8
 
5
9
  * Truth
@@ -444,7 +444,9 @@ Pry.commands.instance_eval do
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
445
  'My human friend' => 'https://www.youtube.com/watch?v=VhdHwphvhxU',
446
446
  'Portugal should march into Brazil, and fix the problem THEY created!' => 'https://www.youtube.com/watch?v=hITygiqa5UM',
447
- 'Ireland has been invaded by the Portuguese (Brazil), implementing their laws and ways upon us, bit by bit, as people die in agony on the streets. Banish them from our land.' => 'https://www.youtube.com/watch?v=rCLBGY0huVE'
447
+ 'Ireland has been invaded by the Portuguese (Brazil), implementing their laws and ways upon us, bit by bit, as people die in agony on the streets. Banish them from our land.' => 'https://www.youtube.com/watch?v=rCLBGY0huVE',
448
+ 'Martika - 01 Toy Soldiers (Polystyrene 45 R.P.M.)' => 'https://www.youtube.com/watch?v=c7cy13PS4_A',
449
+ '2pac- Ghetto Gospel Lyrics' => 'https://www.youtube.com/watch?v=ZDiX9wwo670'
448
450
  }
449
451
  command '🎧', '' do
450
452
  args = arg_string.split(' ')
@@ -1,6 +1,6 @@
1
1
  class Pry
2
2
  module SendTweet
3
- VERSION = '1.15.7'
4
- CODENAME = 'FixWhatYouCreatedPortugal'
3
+ VERSION = '1.16.0'
4
+ CODENAME = 'IslamMeetsBrasil'
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.15.7
4
+ version: 1.16.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: FixWhatYouCreatedPortugal .. An extensible Twitter client
58
- living inside the Pry and Fry REPLs.'
57
+ description: 'Codename: IslamMeetsBrasil .. An extensible Twitter client living inside
58
+ 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: FixWhatYouCreatedPortugal .. An extensible Twitter client living
131
- inside the Pry and Fry REPLs.'
130
+ summary: 'Codename: IslamMeetsBrasil .. An extensible Twitter client living inside
131
+ the Pry and Fry REPLs.'
132
132
  test_files: []