pry-send_tweet.rb 1.11.4 → 1.11.5

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: ec68bdf98fd4b42069ab0acd4bf7a3edd8b0c4b33356a44289170d19b70333f3
4
- data.tar.gz: 8e5d5beeaf8b96f8c5afd77c74088396c49f3a3f3bb4b0296a24f8f26d3f4711
3
+ metadata.gz: 8d6c0552ba5b66e03e1a4fafd5fdaf5b50dfc9846d05f7ca9198b36168a21e36
4
+ data.tar.gz: 9d14c21b2adaed71e343b0d0ad11c55bca2285f290b1f5f999b618fb7007f44b
5
5
  SHA512:
6
- metadata.gz: fe6e0bd205956180008729fde5328eea9120f9a50f231d46319cb197c9bfd1e6cf7a462d0de7659843080525882447af509377ec89c2f8292fef493f5ad2a783
7
- data.tar.gz: 2c0644b77cc01d44296803af0caf69f976350483c3f3c296ad3417671bc90be6da8a5fdd41af587b7c52a7bcaee170679d2fc8d0dc752a4376af68f06ac4560e
6
+ metadata.gz: 39f84b5aa2522034a1a600b92a691cb2ca7cb164b17dbf8298152454faf453a37a6cf57a03a4a17d126e1c9aaf32fe6d54e85aa42bb32de9079a83da34d4f321
7
+ data.tar.gz: 471ab2c0dc318cca87a50b350c5f421601e36ea293362ffaf906a003decbfa29241246f3ea116cea8273e64282f8ba1edf0bd6f0c8309e0b59db4deaa3e4bac3
@@ -1,5 +1,11 @@
1
1
  # CHANGELOG
2
2
 
3
+ ## v1.11.5 (ChairmanKim)
4
+
5
+ * Add disco biscuits.
6
+
7
+ * Add a disco biscuit for Sarah Doyle.
8
+
3
9
  ## v1.11.4 (ChairmanKim)
4
10
 
5
11
  * Embed the codename of each release into the gemspec.
@@ -400,7 +400,10 @@ Pry.commands.instance_eval do
400
400
  'Fort Minor - "Remember The Name" (Lyric Video)' => 'https://www.youtube.com/watch?v=bbPNVEB8O7E&t=38s',
401
401
  'It is my wish and hope that @GleesonPowers (on Twitter) go bankrupt, lose their yachts, and start living in tents for the next 1000 years. You never helped me, I will never help you.' => 'https://www.youtube.com/watch?v=HupYYkETK7Y',
402
402
  'It is my wish and hope that @GleesonPowers (on Twitter) go bankrupt, lose their yachts, and start living in tents for the next 1000 years. You never helped me, I will never help you.' => 'https://www.youtube.com/watch?v=HupYYkETK7Y',
403
- 'Gorilla Zoe - Real Motherfucker ft. Boyz N Da Hood' => 'https://www.youtube.com/watch?v=k9dMdbUAi0c'
403
+ 'Gorilla Zoe - Real Motherfucker ft. Boyz N Da Hood' => 'https://www.youtube.com/watch?v=k9dMdbUAi0c',
404
+ 'Forrest Gump long run scene' => 'https://www.youtube.com/watch?v=QgnJ8GpsBG8',
405
+ 'Forrest Gump long run scene' => 'https://www.youtube.com/watch?v=QgnJ8GpsBG8',
406
+ "Please don't act as though Germany and the UK aimed to help me, I flanked you with the Russians on the Eastern Front - only reason I 'won'" => 'https://www.youtube.com/watch?v=fQX59vDOux0'
404
407
  }
405
408
  command '🎧', '' do
406
409
  args = arg_string.split(' ')
@@ -1,6 +1,6 @@
1
1
  class Pry
2
2
  module SendTweet
3
- VERSION = '1.11.4'
3
+ VERSION = '1.11.5'
4
4
  CODENAME = 'ChairmanKim'
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.11.4
4
+ version: 1.11.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Pry developers