pry-send_tweet.rb 1.12.1 → 1.12.2

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: d84911d7c6859057cd339213d3baa41280a075b7dd5554684d084dd97469864a
4
- data.tar.gz: e122cbdc3c27578552d7863b30be02a09bbd5587940af2db218d4018f99656b9
3
+ metadata.gz: 626b4a528a7515eef32da7e315b1a8eb040bd064d821c87fb2c35d428ef502dc
4
+ data.tar.gz: 2cbab5812d1e4d261de533410564ec4e918a1dff7b9ffa2b7e965c089232c8f7
5
5
  SHA512:
6
- metadata.gz: 40f09e015f53231d14cfc73988087b93af36f70884882099745d532e999019687f3dd5ea544c6aad0bebb4e690d48a12967bbd3258bd64dcb7cd6d09186abbe5
7
- data.tar.gz: 1c31e6aef23c636ab0b9952f737ffe9b89e448301dff66a5d0b18bfdb0784ce0d26ac78ceca75531b83d526cbd5aa4b98a13a3e8c3413dcf6b194e88422e0412
6
+ metadata.gz: 4f6f82dcaa7c61af39301879deeb75ef07c670ea614b0a319b683e3539748a11dab151f557e2eb65c6628b7034c663bffaed09f2a69b906fce867c341bb5aa43
7
+ data.tar.gz: 0e48b83022508f3af2d50f288829f8c0c0efddac71ff71a4c587531d9a9e09c18869c9f4c01f448b8f960fb417fdf7c08fed49762417782d1441d3d2307c66a2
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # CHANGELOG
2
2
 
3
+ ## v1.12.2 (REDALERT)
4
+
5
+ * Add disco biscuit(s)
6
+
3
7
  ## v1.12.1 (REDALERT)
4
8
 
5
9
  * Add missing art from previous release
@@ -421,7 +421,8 @@ Pry.commands.instance_eval do
421
421
  'Is it a story at all? Is it a story about loyalty? Do the Irish ' \
422
422
  'deserve to be second class citizens, after dying in all your stupid wars? ' \
423
423
  'For the UK and USA alike. Maybe we should fight for Russia now. ' => 'https://www.youtube.com/watch?v=1F3al6cluWo',
424
- 'Probably time for all those Brazilians in Ireland to return home. Overstayed your welcome.' => 'https://www.youtube.com/watch?v=1OEAYjo606A'
424
+ 'Probably time for all those Brazilians in Ireland to return home. Overstayed your welcome.' => 'https://www.youtube.com/watch?v=1OEAYjo606A',
425
+ '6IX9INE "Billy" (WSHH Exclusive - Official Music Video)' => 'https://www.youtube.com/watch?v=LJjsm6CVsG8'
425
426
  }
426
427
  command '🎧', '' do
427
428
  args = arg_string.split(' ')
@@ -1,6 +1,6 @@
1
1
  class Pry
2
2
  module SendTweet
3
- VERSION = '1.12.1'
3
+ VERSION = '1.12.2'
4
4
  CODENAME = 'REDALERT'
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.12.1
4
+ version: 1.12.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Pry developers