pry-send_tweet.rb 1.12.0 → 1.12.1

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: 1fd80ce1860e2449b41e4067c86ab9b049b2264e3bfe9ee9f57bf3f67143ce35
4
- data.tar.gz: d27538c90fe07cfeb1ace099fc3a291d36e4b96368cfbaeb9723a6cbc1f3cb5d
3
+ metadata.gz: d84911d7c6859057cd339213d3baa41280a075b7dd5554684d084dd97469864a
4
+ data.tar.gz: e122cbdc3c27578552d7863b30be02a09bbd5587940af2db218d4018f99656b9
5
5
  SHA512:
6
- metadata.gz: e34b9ec1a73cf79106ed6744e0dadb8177414d0a35487ea47f545786542524f21ae174a49720e5872fe4b682131d4bc0ac096928d8b243e1c0b36b95569545e2
7
- data.tar.gz: 8f0a503483e71ee15fee9d2f138e69bb95f2c46092bd06466744451aa4c4084501f40f81238f6f4280b30de6cd4238ba832c10fa1040b51bb9e830152f79cade
6
+ metadata.gz: 40f09e015f53231d14cfc73988087b93af36f70884882099745d532e999019687f3dd5ea544c6aad0bebb4e690d48a12967bbd3258bd64dcb7cd6d09186abbe5
7
+ data.tar.gz: 1c31e6aef23c636ab0b9952f737ffe9b89e448301dff66a5d0b18bfdb0784ce0d26ac78ceca75531b83d526cbd5aa4b98a13a3e8c3413dcf6b194e88422e0412
@@ -1,5 +1,11 @@
1
1
  # CHANGELOG
2
2
 
3
+ ## v1.12.1 (REDALERT)
4
+
5
+ * Add missing art from previous release
6
+
7
+ * Add disco biscuit(s)
8
+
3
9
  ## v1.12.0 (REDALERT)
4
10
 
5
11
  * Add warning(s)
data/README.md CHANGED
@@ -471,6 +471,11 @@ __#7__ Still speedin' - with Vagrant, Tmux on FreeBSD 12.
471
471
 
472
472
  ![FreeBSD-7](/art/51-b90d5dd6a6.jpg)
473
473
 
474
+ __#8__ Leprechauns - with Vagrant, Tmux on FreeBSD 12.
475
+
476
+ ![FeeeBSD-8](/art/51-82bde81305.jpg)
477
+
478
+
474
479
  ## <a id='license'>License</a>
475
480
 
476
481
  This project uses the MIT license, see [LICENSE.txt](./LICENSE.txt) for details.
@@ -420,7 +420,8 @@ Pry.commands.instance_eval do
420
420
  'Historically speaking, what history do Brazil and the USA have? ' \
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
- 'For the UK and USA alike. Maybe we should fight for Russia now. ' => 'https://www.youtube.com/watch?v=1F3al6cluWo'
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
425
  }
425
426
  command '🎧', '' do
426
427
  args = arg_string.split(' ')
@@ -1,6 +1,6 @@
1
1
  class Pry
2
2
  module SendTweet
3
- VERSION = '1.12.0'
3
+ VERSION = '1.12.1'
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.0
4
+ version: 1.12.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Pry developers