pry-send_tweet.rb 1.15.6 → 1.15.7

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: 8d6bc8da0b04c7af6a03afb7ff0eb348d458cca6a453a64e2bc7e09402ea7bf1
4
- data.tar.gz: 1440e3e437dd1e730ba31d0ea7d34617e3c179ec52276d57e57f62fc6358a1e0
3
+ metadata.gz: fa751704cd82651138e98193c620d618500f4d885d6faf9bcc4f0310007174a5
4
+ data.tar.gz: 3c574db4455446472aaf20fdbf642c60b3961bdb3dfd5e29ada7260de55d927c
5
5
  SHA512:
6
- metadata.gz: d496366d7d3c91da5ca215e2a356342be8c9f270ae9d868a2c26ba650401637fcfbb1a998830e00103b5aa17dcb445b536f8a9a878dbb440e8648d93fb461155
7
- data.tar.gz: 5e2189ae09031b398fc9427dc1b3a0bd28aedf2c120177adb6682420cd63361ff8a88dd93b1e4683061254c3a21c71f99be088658d472132c7e303bc66f24e5d
6
+ metadata.gz: 617571f013a57860dce32ee2fa29fd638f62022694350ec411e50042602d8328f20fac22712f5422ea2f2de8353e4feca9f43f98d861f12dca096ea233e3df3f
7
+ data.tar.gz: 634121b6e7223498939a4bdf351f80765fb26dced835bda04851e00366e543fc3aeae5b2267a597ddd7bbf189eae0180b3ccc15fc3ba1bc49d6263f0031dd27a
@@ -443,7 +443,8 @@ Pry.commands.instance_eval do
443
443
  'Their only claim to fame is being a freak, in one way or another.',
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
- 'Portugal should march into Brazil, and fix the problem THEY created!' => 'https://www.youtube.com/watch?v=hITygiqa5UM'
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
448
  }
448
449
  command '🎧', '' do
449
450
  args = arg_string.split(' ')
@@ -1,6 +1,6 @@
1
1
  class Pry
2
2
  module SendTweet
3
- VERSION = '1.15.6'
3
+ VERSION = '1.15.7'
4
4
  CODENAME = 'FixWhatYouCreatedPortugal'
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.6
4
+ version: 1.15.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Pry developers