pry-send_tweet.rb 1.20.21 → 1.20.22

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: ac3e66b1e04c14f7ade93f22804271fa9a78cd6a67e77bb9f2d383e3c4266d54
4
- data.tar.gz: 12298d01fadbcedcaed0d761ee834fee813aea7634306f6458887ae6c810c79f
3
+ metadata.gz: 252a07776152f4468bd133e292ac02839de633e20286e20ee2bea0286455f280
4
+ data.tar.gz: 6831a005924978b4d7d3f0a479b0005a1157413655e59e6aa328a7efb546aa0c
5
5
  SHA512:
6
- metadata.gz: f3092cbc466e082e9a4e3ebdd531bc3f2e2ebe61066deaacb289d1503e9f04dcff1bfc77f415abe1e47adfb3f1ed90bccfa44ea8d089ba2b6f02c83f9ecee0c0
7
- data.tar.gz: bd17ae9ed2db04d0d0be8471e694b791be016956376c50096738ae807f1fb56b31b5130b9c1616ed914cf8f9ec7f00880566167f204e60d469bca26df2c0ea66
6
+ metadata.gz: 8d64a40ea579f21be883b23c413736329c8c1fc556fd503ba29580f403a03386c87d55664de10d69e84e9fc7aba7f720f91d45542a02773e4dc09776eb3b9520
7
+ data.tar.gz: 930edbce235acece7bdf75480841d2487eb89b45cfee6f33e8f641b33974e88b209ef8b01c7e5717dc7d6fcfbea8fc543168e8196b3d123b36c15bd57c63794a
@@ -474,7 +474,8 @@ Pry.commands.instance_eval do
474
474
  %q|toor (backdoor)| => %q|https://www.youtube.com/watch?v=2Z4m4lnjxkY|,
475
475
  %q|I was once so naive, I thought the world worked this way| => %q|https://www.youtube.com/watch?v=tCXqm8EQtWQ|,
476
476
  %q|King Faisal of saudi arabia calls for jihad then gets killed, then gets what he asked for| => %q|https://www.youtube.com/watch?v=YVWymq5zYpQ|,
477
- %q|pry| => %q|https://www.youtube.com/watch?v=a9TYriBxuYQ|
477
+ %q|pry| => %q|https://www.youtube.com/watch?v=a9TYriBxuYQ|,
478
+ %q|Goodbye England's Rose (Princess Diana Tribute)| => %q|https://www.youtube.com/watch?v=SZGnZEF6-_w|
478
479
  }
479
480
  command '🎧', '' do
480
481
  args = arg_string.split(' ')
@@ -1,6 +1,6 @@
1
1
  class Pry
2
2
  module SendTweet
3
- VERSION = '1.20.21'
4
- CODENAME = 'Los Hermanos. Los Hermanas. #Dutch . #Real . #NoPretenders'
3
+ VERSION = '1.20.22'
4
+ CODENAME = 'LadyDiana'
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.21
4
+ version: 1.20.22
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: Los Hermanos. Los Hermanas. #Dutch . #Real . #NoPretenders
58
- .. An extensible Twitter client living inside the Pry and Fry REPLs.'
57
+ description: 'Codename: LadyDiana .. 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: []
@@ -134,6 +134,6 @@ rubyforge_project:
134
134
  rubygems_version: 2.7.8
135
135
  signing_key:
136
136
  specification_version: 4
137
- summary: 'Codename: Los Hermanos. Los Hermanas. #Dutch . #Real . #NoPretenders ..
138
- An extensible Twitter client living inside the Pry and Fry REPLs.'
137
+ summary: 'Codename: LadyDiana .. An extensible Twitter client living inside the Pry
138
+ and Fry REPLs.'
139
139
  test_files: []