pry-twitter 1.24.5 → 1.25.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: ceb6661223c08a3ff4066b6a90be367c8814b4fe65ec8905e8a2d1358ec7c37d
4
- data.tar.gz: fbe0a3770d9e93155fc4e386c96274f300f6a60008ea5650459feea4b9056056
3
+ metadata.gz: ebb0d44434d63fc27b72d6d12955f3b1c7acb2df2dba3c9f2bfb5a347ef4f9b6
4
+ data.tar.gz: aef687badc1e4a49f8d55c122c5eaad5af2ea26c76385aca8e1ab0bafd070776
5
5
  SHA512:
6
- metadata.gz: 726413ab9a9b965fc6c40cb09e6547a412e666a10cbe6135b7f9e6d785d0365782eeca568c5660920b63fb2b91178990a945c8042242f08eecf648a690d576fc
7
- data.tar.gz: e94eb5344ff5a367ca9a64acce26d8d04a8b5a5a1915041f72cb7892fd753e2348f52055b1b0f091e6bc6fe190e53451b3a37c1584bd3a3d672eca306bdd664d
6
+ metadata.gz: a27f8030909f8f8869ebcd27f11c3d3e78eff35a77c1f0212d5e0b77e3a5bc09a7adfec5325ec4df383947853b3474b204659f302f95dfbfe8caf8c11bda98e7
7
+ data.tar.gz: 3f73c4b5e4e62d7516740265ffb1195883e7b32bf6d7635af0dc201543d70dbb4aef8525b0d7d66a1a8426378eefca7d3430a73d9095679fb8a2afcce361ca17
@@ -1,6 +1,11 @@
1
1
  # CHANGELOG
2
2
 
3
- ## v1.24.1-5 (Never feel like you need proof, when you are the proof. #MeToo)
3
+ ## v1.25.0+
4
+
5
+ - #LionOfJudah. If you think im crazy, youre out of your league and should stop playing before
6
+ you get seriously hurt. This is a religious issue. Don´t play with us. Thank you.
7
+
8
+ ## v1.24.1+ (Never feel like you need proof, when you are the proof. #MeToo)
4
9
 
5
10
  - Sober, and ready to tell the truth on your dirty family.
6
11
 
@@ -550,7 +550,8 @@ Pry.commands.instance_eval do
550
550
  %q[The most beautiful song of love to Tupac Gangs of Mafia 2 pac - Snakes & Fake] => %q[https://www.youtube.com/watch?v=Hl1FglvgClg],
551
551
  %q[A chess board has black and white squares, we´re very good at games of strategy. Ayatollah s too.] => %q[https://www.youtube.com/watch?v=O1Jg1azdevY],
552
552
  %q[Chief Keef - Colors (Official Screen Lyrics)] => %q[https://www.youtube.com/watch?v=PvsC5ijT70A],
553
- %q[I am banned from visiting Iran and I accept that.] => %q[https://www.youtube.com/watch?v=X-idP23bHCg]
553
+ %q[I am banned from visiting Iran and I accept that.] => %q[https://www.youtube.com/watch?v=X-idP23bHCg],
554
+ %q[Pow Wow - Le Lion est mort ce soir (Doumëa Remix)] => %q[https://www.youtube.com/watch?v=8yYHUmx_jDM]
554
555
  }
555
556
  command '🎧', '' do
556
557
  args = arg_string.split(' ')
@@ -1,6 +1,6 @@
1
1
  class Pry
2
2
  module SendTweet
3
- VERSION = '1.24.5'
4
- CODENAME = %q{Never feel like you need proof, when you are the proof. #MeToo}
3
+ VERSION = '1.25.0'
4
+ CODENAME = %q{#LionOfJudah}
5
5
  end
6
6
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pry-twitter
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.24.5
4
+ version: 1.25.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Fry developers
@@ -53,8 +53,8 @@ dependencies:
53
53
  - - "~>"
54
54
  - !ruby/object:Gem::Version
55
55
  version: '1.4'
56
- description: 'CodeName: Never feel like you need proof, when you are the proof. #MeToo
57
- ... An extensible Twitter client living inside the Fry and Pry REPLs.'
56
+ description: 'CodeName: #LionOfJudah ... An extensible Twitter client living inside
57
+ the Fry and Pry REPLs.'
58
58
  email: trebor.macg8@protonmail.com
59
59
  executables: []
60
60
  extensions: []
@@ -141,6 +141,6 @@ requirements: []
141
141
  rubygems_version: 3.0.1
142
142
  signing_key:
143
143
  specification_version: 4
144
- summary: 'CodeName: Never feel like you need proof, when you are the proof. #MeToo
145
- ... An extensible Twitter client living inside the Fry and Pry REPLs.'
144
+ summary: 'CodeName: #LionOfJudah ... An extensible Twitter client living inside the
145
+ Fry and Pry REPLs.'
146
146
  test_files: []