pry-send_tweet.rb 1.11.10 → 1.12.0

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: b1b8377afabd5338569af795c74f9596a0d0b532fc2c99feb3c50118cca15a98
4
- data.tar.gz: 70208685249be5954ae92ff02d3043224bbf2a432892c3c6ce1271a53765db96
3
+ metadata.gz: 1fd80ce1860e2449b41e4067c86ab9b049b2264e3bfe9ee9f57bf3f67143ce35
4
+ data.tar.gz: d27538c90fe07cfeb1ace099fc3a291d36e4b96368cfbaeb9723a6cbc1f3cb5d
5
5
  SHA512:
6
- metadata.gz: b02a2b6dcde6162c05ad0c4412a6bb07743f37cf71184c3848cb2dcf840ba5f95a0bd79411140d61f65ed791933531e54265e21cdab556389f3617f93a39b579
7
- data.tar.gz: 59ead8e9b19f9eb872b81abb1509b103874a4407c1f4cebb0905bd9d4fdc0a95dd45835fc9c4b765855c7141caafded6a38187d7641d386a13532cb0b8475f00
6
+ metadata.gz: e34b9ec1a73cf79106ed6744e0dadb8177414d0a35487ea47f545786542524f21ae174a49720e5872fe4b682131d4bc0ac096928d8b243e1c0b36b95569545e2
7
+ data.tar.gz: 8f0a503483e71ee15fee9d2f138e69bb95f2c46092bd06466744451aa4c4084501f40f81238f6f4280b30de6cd4238ba832c10fa1040b51bb9e830152f79cade
data/CHANGELOG.md CHANGED
@@ -1,5 +1,15 @@
1
1
  # CHANGELOG
2
2
 
3
+ ## v1.12.0 (REDALERT)
4
+
5
+ * Add warning(s)
6
+
7
+ * Add disco biscuit(s)
8
+
9
+ * Add leprechauns, as art.
10
+
11
+ * Change codename for the v1.12 series to `REDALERT`.
12
+
3
13
  ## v1.11.10 (ChairmanKim)
4
14
 
5
15
  * Add disco biscuit(s).
Binary file
@@ -416,7 +416,11 @@ Pry.commands.instance_eval do
416
416
  'DaBaby - Walker Texas Ranger (OFFICIAL VIDEO)' => 'https://www.youtube.com/watch?v=nXld3i2B8Zk',
417
417
  'Walker Texas Ranger S8 Opening G.I.Joe Style' => 'https://www.youtube.com/watch?v=qORcsHf8t1M',
418
418
  'Breaking Bad: Huell - Reasonably' => 'https://www.youtube.com/watch?v=T7rXeDArhg0',
419
- 'Oz Gangs - The Irish' => 'https://www.youtube.com/watch?v=2FoGMaqkDV8'
419
+ 'Oz Gangs - The Irish' => 'https://www.youtube.com/watch?v=2FoGMaqkDV8',
420
+ 'Historically speaking, what history do Brazil and the USA have? ' \
421
+ 'Is it a story at all? Is it a story about loyalty? Do the Irish ' \
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'
420
424
  }
421
425
  command '🎧', '' do
422
426
  args = arg_string.split(' ')
@@ -1,6 +1,6 @@
1
1
  class Pry
2
2
  module SendTweet
3
- VERSION = '1.11.10'
4
- CODENAME = 'ChairmanKim'
3
+ VERSION = '1.12.0'
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.11.10
4
+ version: 1.12.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Pry developers
@@ -54,8 +54,8 @@ dependencies:
54
54
  - - "~>"
55
55
  - !ruby/object:Gem::Version
56
56
  version: '1.4'
57
- description: 'Codename: ChairmanKim .. An extensible Twitter client living inside
58
- the Pry and Fry REPLs.'
57
+ description: 'Codename: REDALERT .. An extensible Twitter client living inside the
58
+ Pry and Fry REPLs.'
59
59
  email: trebor.g@protonmail.com
60
60
  executables: []
61
61
  extensions: []
@@ -68,6 +68,7 @@ files:
68
68
  - Vagrantfile
69
69
  - art/44-e44743a5bb.jpg
70
70
  - art/51-5e4dc5fd92.jpg
71
+ - art/51-82bde81305.jpg
71
72
  - art/51-ad821fa377.jpg
72
73
  - art/51-b90d5dd6a6.jpg
73
74
  - art/51-da43a4ef4f.jpg
@@ -125,6 +126,6 @@ rubyforge_project:
125
126
  rubygems_version: 2.7.8
126
127
  signing_key:
127
128
  specification_version: 4
128
- summary: 'Codename: ChairmanKim .. An extensible Twitter client living inside the
129
- Pry and Fry REPLs.'
129
+ summary: 'Codename: REDALERT .. An extensible Twitter client living inside the Pry
130
+ and Fry REPLs.'
130
131
  test_files: []