pry-send_tweet.rb 1.20.3 → 1.20.4

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: 75b97e0bc8f5daeab5a4f009974936fa73ee1757359e8a86a50dc2a57f308fab
4
- data.tar.gz: 3fa8ca1a7b5b3d21b9eaf931f85850359643c6dd1b927c226ba9686ade146bd2
3
+ metadata.gz: d325d6f54f1452902284289fc3903708537c78630ed2042eb21c4de5a6c9059b
4
+ data.tar.gz: d64d253d6f89ba8c8e50eb51b75dc6cffd156e73cd72de86b62a09b070a188f6
5
5
  SHA512:
6
- metadata.gz: 243fc664096068ac132ab7f0f23b165ac94429c5bbf3772f866e4a0e1c5f299a364a454d1b47c2a3bd877499095af41230d67eeb190cb37b5f04cc0d902d9af1
7
- data.tar.gz: cbb14afed58560f0a061f560102d800a031613238c630fafb05a8048b25d9d4588ce6dfe1c05ba0bb675050627c8502bb1fce659ca4f4d9a24d37645d975ff2f
6
+ metadata.gz: a5570b5de5e4d6e9c779d6b0df6fb9fe8a78bb1b7d8dde7b941cd29f146743c4bfc7c2910ccd457789e36adca0dfd08cce28b1b0ccfa78633647e02cfd3c5284
7
+ data.tar.gz: 0b5e83765fa059c18c18544c427faecb917cf116f7a7993c2575b4296b794576f46def449d68c540293f656990f3c585ea79dd86f81a2ec1e39e4c15edeb19fc
data/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # CHANGELO
2
2
 
3
+ ## v1.20.4 (TerryDavis)
4
+
5
+ * Add disco biscuit for Terry Davis.
6
+
7
+ * Change codename for v1.20.2+ series to `TerryDavis`.
8
+
3
9
  ## v1.20.3 (Reduceh8)
4
10
 
5
11
  * Change codename for v1.20.2+ series to `Reduceh8`.
@@ -461,7 +461,8 @@ Pry.commands.instance_eval do
461
461
  %q[then sell both to big US companies who make big money while I get small change.] => 'https://www.youtube.com/watch?v=o3UHMV3jrZk',
462
462
  %q[★RUSSIAN HELL MARCH ★ - EL TERROR DE LA OTAN (Poder Militar de Rusia)] => %q|https://www.youtube.com/watch?v=T1ca52QhGr4|,
463
463
  %q|The Prodigy - Firestarter (Official Video)| => %q|https://www.youtube.com/watch?v=wmin5WkOuPw|,
464
- %q[Uncle Murda | 50 Cent | 6ix9ine | Casanova - "Get The Strap" (Official Music Video)] => %q|https://www.youtube.com/watch?v=6Flx8kEa-YE|
464
+ %q[Uncle Murda | 50 Cent | 6ix9ine | Casanova - "Get The Strap" (Official Music Video)] => %q|https://www.youtube.com/watch?v=6Flx8kEa-YE|,
465
+ %q[TerryDavis] => %q|https://www.youtube.com/watch?v=Q74tSCCZu_c|
465
466
  }
466
467
  command '🎧', '' do
467
468
  args = arg_string.split(' ')
@@ -1,6 +1,6 @@
1
1
  class Pry
2
2
  module SendTweet
3
- VERSION = '1.20.3'
4
- CODENAME = 'ReduceH8'
3
+ VERSION = '1.20.4'
4
+ CODENAME = 'TerryDavis'
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.20.3
4
+ version: 1.20.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Pry developers
@@ -54,7 +54,7 @@ dependencies:
54
54
  - - "~>"
55
55
  - !ruby/object:Gem::Version
56
56
  version: '1.4'
57
- description: 'Codename: ReduceH8 .. An extensible Twitter client living inside the
57
+ description: 'Codename: TerryDavis .. An extensible Twitter client living inside the
58
58
  Pry and Fry REPLs.'
59
59
  email: trebor.g@protonmail.com
60
60
  executables: []
@@ -131,6 +131,6 @@ rubyforge_project:
131
131
  rubygems_version: 2.7.8
132
132
  signing_key:
133
133
  specification_version: 4
134
- summary: 'Codename: ReduceH8 .. An extensible Twitter client living inside the Pry
134
+ summary: 'Codename: TerryDavis .. An extensible Twitter client living inside the Pry
135
135
  and Fry REPLs.'
136
136
  test_files: []