pry-send_tweet.rb 1.18.10 → 1.19.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: b6a7c075977647e9e459fc284460b5b7985299f14d8511f5684def9c7d1bc185
4
- data.tar.gz: 1e7d7b4deac092f8abb31dd1aed20938398283dec1f2c817f9c490dd6c45ed65
3
+ metadata.gz: 0fbbe9f42824613bcf0e7238c847c1eb3fbb25ad8266fa127c98ea1c2288655a
4
+ data.tar.gz: 41b6a65f1ad46f4c2a9522cbe81bc1e18e6054bbc9ec5a338caf2284dc7eafea
5
5
  SHA512:
6
- metadata.gz: 946ac773015b21025cca4470d7ed631c1fc826b7b6cdc4669e2060ee3798ac9733ad95767a02225bd5f5f3d0ce6dc704ca45713bdd36120fce90c8633788c0fb
7
- data.tar.gz: f07e80fe2ba8e7596a326a5f451b44203c18e8422bb8507f3d93264b3906ff4a39aff1ee8f680259c4cd7038031b34c99ecfdc5fe2f8d464aa809081869d45a3
6
+ metadata.gz: 5e76abb9c02934eec06856a56234f32acd09e558d6d7bc4a091aa3ec715c14347a07c278215f9bfe2c6c6ba36d7dd040bf53b3021e2026c11e49b837871e9dea
7
+ data.tar.gz: 49c39e5f8b7fe20e6a5317382f115f8c5c10dd5ff78d5d076d48c8fa6b154411bd0c0f605746f8bd39038d1330acf50781b7f69f18dc10ac4807a70e4cf5b0c4
data/CHANGELOG.md CHANGED
@@ -1,6 +1,10 @@
1
1
  # CHANGELOG
2
2
 
3
- ## v.18.10
3
+ ## v1.19.0 (Zef)
4
+
5
+ * Change codename to `Zef`
6
+
7
+ ## v1.18.10 (LoveStory)
4
8
 
5
9
  * Add art
6
10
 
@@ -483,7 +483,7 @@ Pry.commands.instance_eval do
483
483
  %q|Music of Morocco : Chillout & Traditional Music [1]| => 'https://www.youtube.com/watch?v=mvRQtbqLPK8',
484
484
  %q|Why did the Dutch break rank, the Irish deserve no better than Soap Bar, they're far from clean| => 'https://www.youtube.com/watch?v=0EioRyzcvJo',
485
485
  %q|The original telescope is a pipe, but not a crack pipe, that came after the telescope| => 'https://www.youtube.com/watch?v=k9dMdbUAi0c',
486
- %q|Observing a jquery riddled with XSS issuesB on the frontend and Rails4-5 on the backend shows us the pains of legacy, and a team too focused on backend technology. You got owned from the front.| => 'https://www.youtube.com/watch?v=25DC6v8oPxo',
486
+ %q|Observing a jquery riddled with XSS issues on the frontend and Rails4-5 on the backend shows us the pains of legacy, and a team too focused on backend technology. You got owned from the front.| => 'https://www.youtube.com/watch?v=25DC6v8oPxo',
487
487
  %q[Rails and webpack are a bad match. Why? Because webpack leaves a manfiest file in public/packs/, which might expose admin paths and keys, etc. Is that 0day? Are all modern Rails applications vulnerable to this? I don't think Rails understands JavaScript, and should not be the ruby leaders for such tech.] => 'https://www.youtube.com/watch?v=pHIua_4T0sY',
488
488
  %q[Rails and webpack are a bad match. Why? Because webpack leaves a manfiest file in public/packs/, which might expose admin paths and keys, etc. Is that 0day? Are all modern Rails applications vulnerable to this? I don't think Rails understands JavaScript, and should not be the ruby leaders for such tech.] => 'https://www.youtube.com/watch?v=pHIua_4T0sY',
489
489
  %q|That's strange, how do General Assembly (https://generalassemb.ly) continue to benefit from my knowledge, even though i no longer work there? Stop stealing from me. And pay me, bitch, @chadwpry.| => 'https://www.youtube.com/watch?v=-LdYXYNtPJI',
@@ -497,7 +497,9 @@ Pry.commands.instance_eval do
497
497
  %q|Mad Irish Man| => %q|https://www.youtube.com/watch?v=j0X7nSLMV5c|,
498
498
  %q|Hardwell - spaceman| => %q|https://www.youtube.com/watch?v=Z0vZJi2qfuo|,
499
499
  %q|Israel says ..| => %q|https://www.youtube.com/watch?v=qnwd1PrgmF4|,
500
- %q|Maître Gims - Est-ce que tu m'aimes (FlyBoy Remix)| => %q|https://www.youtube.com/watch?v=XYUjMnhQZfQ|
500
+ %q|Maître Gims - Est-ce que tu m'aimes (FlyBoy Remix)| => %q|https://www.youtube.com/watch?v=XYUjMnhQZfQ|,
501
+ %q|Bob Marley - Jamming (Banx & Ranx Remix)| => %q|https://www.youtube.com/watch?v=ovQErBIyR6A|,
502
+ %q|Die Antwoord - Zef Side (Official)| => %q|https://www.youtube.com/watch?v=Q77YBmtd2Rw|
501
503
  }
502
504
  command '🎧', '' do
503
505
  args = arg_string.split(' ')
@@ -1,6 +1,6 @@
1
1
  class Pry
2
2
  module SendTweet
3
- VERSION = '1.18.10'
4
- CODENAME = 'LoveStory'
3
+ VERSION = '1.19.0'
4
+ CODENAME = 'Zef'
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.18.10
4
+ version: 1.19.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: LoveStory .. An extensible Twitter client living inside the
58
- Pry and Fry REPLs.'
57
+ description: 'Codename: Zef .. An extensible Twitter client living inside the Pry
58
+ and Fry REPLs.'
59
59
  email: trebor.g@protonmail.com
60
60
  executables: []
61
61
  extensions: []
@@ -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: LoveStory .. An extensible Twitter client living inside the Pry
135
- and Fry REPLs.'
134
+ summary: 'Codename: Zef .. An extensible Twitter client living inside the Pry and
135
+ Fry REPLs.'
136
136
  test_files: []