pry-twitter 1.22.4 → 1.22.5

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: 55c1bbd7151c00dc4dfa4ddc474faab3c5697ccd6cb32c4391fc80dd5c24ffcf
4
- data.tar.gz: f1a66ca4dd692c05e9438927646f00e405b89eefe47e701594e40220f5736330
3
+ metadata.gz: 022d77c1d91e4e0c4ca55d0dd1853a72daa912923b4b7383b471098f081c7410
4
+ data.tar.gz: 485e532f5605b5f5a00d689f27e1d8926c0cbb8e682384b32334a15e60dd5991
5
5
  SHA512:
6
- metadata.gz: 1cd437247c58c4cfa54b98c8ef845bcc8d0f90d6a0bdf89f3e9011d0d7f88fb9a15ca4fbe7f805b34e8435b4a40570325791b12bade62138677cd5598b9252de
7
- data.tar.gz: 2f154a31622a739ff477c161e64ce66aee9aed553a7a3b3db12bfaa69c13ea8b3d367fbf410595a4ea13c5ba5e7ecb92966e6fcb3683c6e9574b5ce816c23604
6
+ metadata.gz: 3ce36d2120f832d60d5cfb0248d5ba37e597611ad702e0079728de9386c72004064f03827954527841f7fc6357fb2e1880527571c4d8e74f5c0faa966ed02d59
7
+ data.tar.gz: f69a208ae0179a1824987e464fd579ca16a3a7d7fe28f868f15d00da230a65d40bc43d07ca0c5d3a8f0b4edf73f4adf4b084b17483856ccfd49ede23ef89c7a9
@@ -524,7 +524,8 @@ 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. Dont settle for spoiled riches.} => %q(https://www.youtube.com/watch?v=79Y-EHqZNQA),
528
+ %q[First I wrote xpool, I wrote then zpool. First I wrote xchannel, then I wrote zchannel. That is called missing a chance.] => %q[https://www.youtube.com/watch?v=kC3hE8TvDYc]
528
529
  }
529
530
  command '🎧', '' do
530
531
  args = arg_string.split(' ')
@@ -1,6 +1,6 @@
1
1
  class Pry
2
2
  module SendTweet
3
- VERSION = '1.22.4'
3
+ VERSION = '1.22.5'
4
4
  CODENAME = %q{#PeteDoherty}
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.22.4
4
+ version: 1.22.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Fry developers