pry-twitter 1.27.28 → 1.27.29

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: 1a058c3d6ef93045b3ae6f505650ac1d4e30cf509eb961c3d5ae385a202df032
4
- data.tar.gz: 50db69d84c8319e015b9fe01b49d1b8d12ea466af82d342fa7d18e869c08e592
3
+ metadata.gz: 22224d711a6078da9d437144c3b7d4f0cbf156061ee7a2ece7440b8327b9d8a2
4
+ data.tar.gz: 226fc700e095f6305973afb560871dcc1dc868ffdbe503634e178d9777f8d563
5
5
  SHA512:
6
- metadata.gz: 0b3a1463e7e1a136dbb0f200efaf6c567b8220a812d7bfb3c3229c92cbe1429d4bed4fb905de22af6667554deb2988aa5e2c21d1083824ae1784b3ffc361f27c
7
- data.tar.gz: f2d9c8e03f6794999c0f3a1a1bbdc73e48497c5772c28c9b738950607e03fa368093f4db52039725d1026f5fac0b603b5c0902648a688ab25d02b4fb948c9540
6
+ metadata.gz: '088d5e1d5aa484294b4fd907c246ab60637b87ea9446d11313825c06ce10763a42d1543e7c97a0ca5ea8a49c9b84157202958d9a227c0c38e5674937a37a6722'
7
+ data.tar.gz: 2a3b548b8b1fce7b3c848837477e1856a3513bab22af34c7bc65337ae748a82454fc7da2a8fb1996b6f74304d703853f9772abd4b428fb569e009a4705fe2cfb
@@ -524,7 +524,7 @@ Pry.commands.instance_eval do
524
524
  %q[There are 13 letters in my name, in the English language, but 14 in other languages, 13, unlucky for some, 14, lucky for some.] => %q[https://www.youtube.com/watch?v=cvvd-9azD1M],
525
525
  %q[Against the advice of everybody i followed Howie into prison and 10 years later i think we are free] => %q[https://www.youtube.com/watch?v=VhdHwphvhxU],
526
526
  %q[Qiyam] => %q[https://www.youtube.com/watch?v=RYKmi9VU0pM],
527
- %q{In thought, mind and spirit you are another Pete Doherty. Dont settle for spoiled riches.} => %q(https://www.youtube.com/watch?v=79Y-EHqZNQA),
527
+ %q{In thought, mind and spirit you are another Pete Doherty.} => %q(https://www.youtube.com/watch?v=79Y-EHqZNQA),
528
528
  %q[First I wrote xpool, then I wrote zpool. First I wrote xchannel, then I wrote zchannel. That is called missing a chance.] => %q[https://www.youtube.com/watch?v=kC3hE8TvDYc],
529
529
  %q[Adrian Ström - Pensée sur l'amour (Original Mix) /The Notebook/] => %q[https://www.youtube.com/watch?v=kH2ifMY1KXg],
530
530
  %q[Adrian Ström - Blue And Yellow (Original Mix) /Martin Luther King & Les Brown/] => %q[https://www.youtube.com/watch?v=4tMKXygbEaM],
@@ -1,6 +1,6 @@
1
1
  class Pry
2
2
  module SendTweet
3
- VERSION = '1.27.28'
4
- CODENAME = %q{And #MaRoc #IllyBilly is back. #BloodDiamond}
3
+ VERSION = '1.27.29'
4
+ CODENAME = %q{And #MaRoc #IllyBilly is back.}
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.27.28
4
+ version: 1.27.29
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: And #MaRoc #IllyBilly is back. #BloodDiamond ... An extensible
57
- Twitter client living inside the Fry and Pry REPLs.'
56
+ description: 'CodeName: And #MaRoc #IllyBilly is back. ... An extensible Twitter client
57
+ living inside 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: And #MaRoc #IllyBilly is back. #BloodDiamond ... An extensible
145
- Twitter client living inside the Fry and Pry REPLs.'
144
+ summary: 'CodeName: And #MaRoc #IllyBilly is back. ... An extensible Twitter client
145
+ living inside the Fry and Pry REPLs.'
146
146
  test_files: []