pry-send_tweet.rb 1.12.2 → 1.12.3

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: 626b4a528a7515eef32da7e315b1a8eb040bd064d821c87fb2c35d428ef502dc
4
- data.tar.gz: 2cbab5812d1e4d261de533410564ec4e918a1dff7b9ffa2b7e965c089232c8f7
3
+ metadata.gz: 9cfc0adb7033118382e0e0dc6161ace709dd8564df7b59c87ea491e6f44276e5
4
+ data.tar.gz: 8014c376535d503e070b79c0895dc013d153027dc108fc82f30796bf7945c1e3
5
5
  SHA512:
6
- metadata.gz: 4f6f82dcaa7c61af39301879deeb75ef07c670ea614b0a319b683e3539748a11dab151f557e2eb65c6628b7034c663bffaed09f2a69b906fce867c341bb5aa43
7
- data.tar.gz: 0e48b83022508f3af2d50f288829f8c0c0efddac71ff71a4c587531d9a9e09c18869c9f4c01f448b8f960fb417fdf7c08fed49762417782d1441d3d2307c66a2
6
+ metadata.gz: 2eb5cadd130ad86d4f1c54c4d358de103640060c5abb9dd421d27232db639e20bec1ba8b64698af8d50fc96680e5eda10c5841176c519fb8099b3e059c19b584
7
+ data.tar.gz: 17e9eb796b33ccbef58708160385dbe748a5f881aa97116d964f7481f5136450f0f3f1b049474fd97fd41457272388b6672897c82e88c305264fbcce8786ee08
data/CHANGELOG.md CHANGED
@@ -1,5 +1,15 @@
1
1
  # CHANGELOG
2
2
 
3
+ ## v1.13.0 (OutAllNightToGetLucky)
4
+
5
+ * Add disco biscuit(s)
6
+
7
+ * Change codename for the v1.13 series to `OutAllNightToGetLucky`.
8
+
9
+ ## v1.12.3 (REDALERT)
10
+
11
+ * Add a dash of Michael Collins into your gin & tonic.
12
+
3
13
  ## v1.12.2 (REDALERT)
4
14
 
5
15
  * Add disco biscuit(s)
@@ -422,7 +422,9 @@ Pry.commands.instance_eval do
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
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
+ '6IX9INE "Billy" (WSHH Exclusive - Official Music Video)' => 'https://www.youtube.com/watch?v=LJjsm6CVsG8',
426
+ 'Michael Collins eliminates "Cairo Gang"' => 'https://www.youtube.com/watch?v=l-L3zeCNzH8',
427
+ '2Pac - Real Talk (2019)' => 'https://www.youtube.com/watch?v=_3LuY9isL_Y'
426
428
  }
427
429
  command '🎧', '' do
428
430
  args = arg_string.split(' ')
@@ -1,6 +1,6 @@
1
1
  class Pry
2
2
  module SendTweet
3
- VERSION = '1.12.2'
4
- CODENAME = 'REDALERT'
3
+ VERSION = '1.12.3'
4
+ CODENAME = 'OutAllNightToGetLucky'
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.2
4
+ version: 1.12.3
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: REDALERT .. An extensible Twitter client living inside the
58
- Pry and Fry REPLs.'
57
+ description: 'Codename: OutAllNightToGetLucky .. An extensible Twitter client living
58
+ inside the Pry and Fry REPLs.'
59
59
  email: trebor.g@protonmail.com
60
60
  executables: []
61
61
  extensions: []
@@ -126,6 +126,6 @@ rubyforge_project:
126
126
  rubygems_version: 2.7.8
127
127
  signing_key:
128
128
  specification_version: 4
129
- summary: 'Codename: REDALERT .. An extensible Twitter client living inside the Pry
130
- and Fry REPLs.'
129
+ summary: 'Codename: OutAllNightToGetLucky .. An extensible Twitter client living inside
130
+ the Pry and Fry REPLs.'
131
131
  test_files: []