pry-send_tweet.rb 1.16.3 → 1.16.4

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: 1f3a312f60d81178c738daff6217a3b5126126da4748a9984babaf9d23db50de
4
- data.tar.gz: 64977af146422ec2ac41f5b3b8a6e3ea45e665ae15df35a21fcb09320b9eaa53
3
+ metadata.gz: 13366770a334d6a7b38cc71156ff556229fc107a857e409f6d3816ab80c387f5
4
+ data.tar.gz: 80d44e79e6c575cf2092e9377c4e618f3754d42029f6ac6b79951649427f8e2d
5
5
  SHA512:
6
- metadata.gz: 7389913dc4db347f3a7d7baf0520bfea44342871b9970434270e21b5de25f5c14cfa0a3aa6a682288ec94670a8511d9c013bd7ce2dc8bc4756e07b8b07498564
7
- data.tar.gz: 4692dd9a337e3a5b7e993e74a0fe626b584fed24818123e2c435eb2620ae19f60c5dac1b112745d219d8ee724144a67b191c8c208ff3ef0bc4cf6e85a519acc7
6
+ metadata.gz: fe19efb6d926189b2e91062ed614a0107ec851d65bdfa1ff2afb1a13d4d5847e3684845e2dadd61aefc7891ca57e57b3c19123d9e1d84f8754a8f911f7fe58aa
7
+ data.tar.gz: 3533280bc18ccca31160524cf630dcbc196f5470eda77658895a4db9647772fd32529c93ebe4e0ecd638af3780923d601387b3f92eb159615ac3d8dd07d38d9c
@@ -1,5 +1,13 @@
1
1
  # CHANGELOG
2
2
 
3
+ ## v1.16.4 (IslamMeetsBrasil)
4
+
5
+ * Introduce the Irish Republican Army to Brazil.
6
+
7
+ ## v1.16.3 (IslamMeetsBrasil)
8
+
9
+ * Continuation of .2
10
+
3
11
  ## v1.16.2 (IslamMeetsBrasil)
4
12
 
5
13
  * Walk Brasil into the Arab Isis Trap.
@@ -459,7 +459,8 @@ Pry.commands.instance_eval do
459
459
  the technology he uses. There is a passage from The Holy Scriptures about acting with a lack of understanding.].each_line.map(&:strip).join => 'https://www.youtube.com/watch?v=0HDdjwpPM3Y',
460
460
  'Portuguese Paratroopers In Heavy Combat With African Rebels In Central African Republic' => 'https://www.youtube.com/watch?v=knqnPnlflLQ',
461
461
  'ARAB TRAPPIN VOL 4 [Reupload + Channel Restart]' => 'https://www.youtube.com/watch?v=BNpyrKpRBHw',
462
- %q[Panic! At The Disco: Emperor's New Clothes [OFFICIAL VIDEO]] => 'https://www.youtube.com/watch?v=7qFF2v8VsaA'
462
+ %q[Panic! At The Disco: Emperor's New Clothes [OFFICIAL VIDEO]] => 'https://www.youtube.com/watch?v=7qFF2v8VsaA',
463
+ %q[Up The Ra. Ra. Ra. Irish Republican Army.] => %q[https://www.youtube.com/watch?v=LJjsm6CVsG8]
463
464
  }
464
465
  command '🎧', '' do
465
466
  args = arg_string.split(' ')
@@ -1,6 +1,6 @@
1
1
  class Pry
2
2
  module SendTweet
3
- VERSION = '1.16.3'
3
+ VERSION = '1.16.4'
4
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.16.3
4
+ version: 1.16.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Pry developers