pry-send_tweet.rb 1.20.32 → 1.20.33

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: d123da3b7a821f6e667f9b1c4f38a00e652b0e8dc5fbe09dbf296db8aeb49187
4
- data.tar.gz: ecea354ced3fabe8fe560f05a24d4493747551d86097f5550336f8fe57efbf72
3
+ metadata.gz: 402b95380d9816c05b325cd04e2227ab681eae23e39c2160bfd5684aad1b7376
4
+ data.tar.gz: 07f24dc3c2915e77c320ab813bb97c4220c5adee492c025588159a47aee8f0e4
5
5
  SHA512:
6
- metadata.gz: 5caa46439d7ee67145e9147f14a6f6d12e37f8ffddf9423b59568f65e73b89fc11167e2c265381a475f9057a69132f4de829905ffa1e9c499ea307c0fef546e6
7
- data.tar.gz: c470fb5352e20bec9ab788487a2ff0cf0a05879c4aeb6dee3140e2508647410986d3884aac442faf7fb326aaca7b886f87b47061d58e542d9698aba69ad7da8c
6
+ metadata.gz: d12a26d212492d621f43214d184c0fb04dd71bfdf93ebced578a480a4b171f7bb0ef1c7a91ca464977827c64881698f69e26f380ace32a32c37729c7cd4ca3d8
7
+ data.tar.gz: 5c9159b78efef64ea5f1a315a234123e201932c944d9e93f8589e3ec99397c6372dbc15856ecb8ec440cf51d099fc147ecd61f3effdd296afddde07d842dca3a
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # CHANGELOG
2
2
 
3
+ ## v1.20.33+ (Hey @apple)
4
+
5
+ * Add disco music
6
+
3
7
  ## v1.20.7+ (#Trump2020 #MAGA #KAG)
4
8
 
5
9
  * Add disco biscuit(s)
@@ -484,7 +484,8 @@ Pry.commands.instance_eval do
484
484
  %q|Hey Jude (Remastered 2015)| => %q|https://www.youtube.com/watch?v=mQER0A0ej0M|,
485
485
  %q|The Frames - Revelate with lyrics| => %q|https://www.youtube.com/watch?v=SPC0sRQbJ98|,
486
486
  %q|Roy Keane - The Real Captain Fantastic.flv| => %q|https://www.youtube.com/watch?v=BanakGjO7ps|,
487
- %q|Abracadabra| => %q|https://www.youtube.com/watch?v=dKCV8gzSlYw|
487
+ %q|Abracadabra| => %q|https://www.youtube.com/watch?v=dKCV8gzSlYw|,
488
+ %q|Reach Eargasm - La Vie (Original Mix) /Steve Jobs/| => %q|https://www.youtube.com/watch?v=CyzdOtyYnng|
488
489
  }
489
490
  command '🎧', '' do
490
491
  args = arg_string.split(' ')
@@ -1,6 +1,6 @@
1
1
  class Pry
2
2
  module SendTweet
3
- VERSION = '1.20.32'
4
- CODENAME = 'Hey @GitHub, @Microsoft, I am underscore underscore thumbsup (according to your adaption of Siri)'
3
+ VERSION = '1.20.33'
4
+ CODENAME = 'Hey @Apple'
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.32
4
+ version: 1.20.33
5
5
  platform: ruby
6
6
  authors:
7
7
  - Pry developers
@@ -54,9 +54,8 @@ dependencies:
54
54
  - - "~>"
55
55
  - !ruby/object:Gem::Version
56
56
  version: '1.4'
57
- description: 'Codename: Hey @GitHub, @Microsoft, I am underscore underscore thumbsup
58
- (according to your adaption of Siri) .. An extensible Twitter client living inside
59
- the Pry and Fry REPLs.'
57
+ description: 'Codename: Hey @Apple .. An extensible Twitter client living inside the
58
+ Pry and Fry REPLs.'
60
59
  email: trebor.g@protonmail.com
61
60
  executables: []
62
61
  extensions: []
@@ -135,7 +134,6 @@ rubyforge_project:
135
134
  rubygems_version: 2.7.8
136
135
  signing_key:
137
136
  specification_version: 4
138
- summary: 'Codename: Hey @GitHub, @Microsoft, I am underscore underscore thumbsup (according
139
- to your adaption of Siri) .. An extensible Twitter client living inside the Pry
137
+ summary: 'Codename: Hey @Apple .. An extensible Twitter client living inside the Pry
140
138
  and Fry REPLs.'
141
139
  test_files: []