pry-twitter 1.22.3 → 1.22.4

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: 32a105a8e71743df8d6ac238dc5634c510abc8e3ce772e211191ac7fb1da8cf6
4
- data.tar.gz: ac41f8b1fcc1619f8ff48c8c46077d4d7c20614bce1c8545bd6f5d9871b06aea
3
+ metadata.gz: 55c1bbd7151c00dc4dfa4ddc474faab3c5697ccd6cb32c4391fc80dd5c24ffcf
4
+ data.tar.gz: f1a66ca4dd692c05e9438927646f00e405b89eefe47e701594e40220f5736330
5
5
  SHA512:
6
- metadata.gz: 363576bfd99b977efb72dfe06643d88d418afff29f3c4b49a6945c9da720515eef6c88ee6334c6ff46a0609107ab4eabe80681f4a84aac2f88fc178471b78696
7
- data.tar.gz: cbac0e26108724eb2212384fd33b010c534176ca99d879db895a937936ef39958fd933b5724051af6f64b8349a68ad31b7846fb3c8575341e9f6db83849b0053
6
+ metadata.gz: 1cd437247c58c4cfa54b98c8ef845bcc8d0f90d6a0bdf89f3e9011d0d7f88fb9a15ca4fbe7f805b34e8435b4a40570325791b12bade62138677cd5598b9252de
7
+ data.tar.gz: 2f154a31622a739ff477c161e64ce66aee9aed553a7a3b3db12bfaa69c13ea8b3d367fbf410595a4ea13c5ba5e7ecb92966e6fcb3683c6e9574b5ce816c23604
@@ -1,5 +1,13 @@
1
1
  # CHANGELOG
2
2
 
3
+ ## v1.22.5 (#PeteDoherty)
4
+
5
+ - Add easter eggs.
6
+
7
+ ## v1.22.4 (#Qiyam)
8
+
9
+ - Add easter eggs.
10
+
3
11
  ## v1.22.3 (#Qiyam)
4
12
 
5
13
  - Add easter eggs.
@@ -523,7 +523,8 @@ Pry.commands.instance_eval do
523
523
  %q[@rubygems removed my voice, i cant sign up anymore, well fuck you, you're not living on my glory anymore, i'll own all of you ] => %q[https://www.youtube.com/watch?v=-LdYXYNtPJI],
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
- %q[Qiyam] => %q[https://www.youtube.com/watch?v=RYKmi9VU0pM]
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
528
  }
528
529
  command '🎧', '' do
529
530
  args = arg_string.split(' ')
@@ -1,6 +1,6 @@
1
1
  class Pry
2
2
  module SendTweet
3
- VERSION = '1.22.3'
4
- CODENAME = %q{#Qiyam}
3
+ VERSION = '1.22.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.3
4
+ version: 1.22.4
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: "#Qiyam"
56
+ description: "#PeteDoherty"
57
57
  email: trebor.macg8@protonmail.com
58
58
  executables: []
59
59
  extensions: []
@@ -140,5 +140,5 @@ requirements: []
140
140
  rubygems_version: 3.0.1
141
141
  signing_key:
142
142
  specification_version: 4
143
- summary: "#Qiyam"
143
+ summary: "#PeteDoherty"
144
144
  test_files: []