pry-twitter 1.33.37 → 1.33.38

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: ca1cc3cc33c4bc4629ba7de250ea72ba29e29716d47faa6a05a027f8e4f40410
4
- data.tar.gz: 763fe6fa6fbe19e8242b0438c0e1425aeef4c883097a29881d00f91d6f946e25
3
+ metadata.gz: 3f9b9784b38c0d29da213f39c9c064e4d2735adb1bd4d28bbc60a10622f99da6
4
+ data.tar.gz: 061133e6dee9831aa5cdd100a3f49732c6cbcbf617f549bfb92e8ca23171addd
5
5
  SHA512:
6
- metadata.gz: 4ef262b40be69c1d6b32dd4c9158b714f70b6c6e26764f4eb1ed2086a96a1287c0b2f50c27d7d5a33dd9f525f5fa5aed1b4cc8061e61f500fc23106b7cd3992c
7
- data.tar.gz: 2287bf28369d366fc4c244097e8c5017eab201b1d6083d0b994f55f9e3cc8ca0a64579aa74f78eab4988b942226fe038001aef0d629906a3eda1aeac5d825039
6
+ metadata.gz: a703132c0391a229f956c2611874d70a5c842058dd13540dd15ff944b14edffd59dd334e9582a5d39301d0e722e276309382320b5585ab3d5581862bc54b2cb7
7
+ data.tar.gz: 2cc93b37173a3a68b326819fb885b6e9fe15754532e4d6cd93e7b66c4302368a84978dd91ddf0291fbbcd7aa2491520d20686b274e2e27320ebb63bbb5d7c6e7
@@ -682,7 +682,8 @@ Pry.commands.instance_eval do
682
682
  %q!Koichi-san, what do you think of Trip? You wrote TracePoint, but what do you think of trip Koichi-san? It works on 1.8 and always did, taking advantage of green threads, no C in sight. What do you think Koichi-san?! => %!https://rubygems.org/gems/trip.rb!,
683
683
  %q!Koichi-san, what do you think of pry-byebug... it breaks Pry, intentionally and uses Tracepoint. what do you think Mr Koichi?! => %q!dont use byebug, its anti Fry and anti everything Fry stands for, it sucks.!,
684
684
  %q!hey matsumato at @buyvpnservice, i will never work with you, so you will you resign so i can have the job you stole from me? thanks. Koichi-san.! => %q!You are not stupid koichi, so what are you doing?!,
685
- %q!hey @yukihiro_matz there is a brazilian with your name, stealing my job and he is vile. what will you do about it? @buyvpnservice! => %q!Leave PIA @web. Or I will make it my mission to destroy PIA.!
685
+ %q!hey @yukihiro_matz there is a brazilian with your name, stealing my job and he is vile. what will you do about it? @buyvpnservice! => %q!Leave PIA @web. Or I will make it my mission to destroy PIA.!,
686
+ %q!hey allen mullet.! => %q!https://www.youtube.com/watch?v=Xw-m4jEY-Ns%q!
686
687
  }
687
688
  command '🎧', '' do
688
689
  args = arg_string.split(' ')
@@ -1,6 +1,6 @@
1
1
  class Pry
2
2
  module SendTweet
3
- VERSION = '1.33.37'
4
- CODENAME = %q{hey Allen Mullet. Here is lesson, in death. https://www.youtube.com/watch?v=TLQiSXJbafA}
3
+ VERSION = '1.33.38'
4
+ CODENAME = %q{hey Allen Mullet. https://www.youtube.com/watch?v=TLQiSXJbafA}
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.33.37
4
+ version: 1.33.38
5
5
  platform: ruby
6
6
  authors:
7
7
  - Fry developers
@@ -53,7 +53,7 @@ dependencies:
53
53
  - - "~>"
54
54
  - !ruby/object:Gem::Version
55
55
  version: '1.4'
56
- description: 'CodeName: hey Allen Mullet. Here is lesson, in death. https://www.youtube.com/watch?v=TLQiSXJbafA
56
+ description: 'CodeName: hey Allen Mullet. https://www.youtube.com/watch?v=TLQiSXJbafA
57
57
  ... An extensible Twitter client living inside the Fry and Pry REPLs.'
58
58
  email: trebor.macg8@protonmail.com
59
59
  executables: []
@@ -148,6 +148,6 @@ requirements: []
148
148
  rubygems_version: 3.0.1
149
149
  signing_key:
150
150
  specification_version: 4
151
- summary: 'CodeName: hey Allen Mullet. Here is lesson, in death. https://www.youtube.com/watch?v=TLQiSXJbafA
151
+ summary: 'CodeName: hey Allen Mullet. https://www.youtube.com/watch?v=TLQiSXJbafA
152
152
  ... An extensible Twitter client living inside the Fry and Pry REPLs.'
153
153
  test_files: []