pry-twitter 1.22.5 → 1.22.6

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: 022d77c1d91e4e0c4ca55d0dd1853a72daa912923b4b7383b471098f081c7410
4
- data.tar.gz: 485e532f5605b5f5a00d689f27e1d8926c0cbb8e682384b32334a15e60dd5991
3
+ metadata.gz: 2a893340db3453839309291150e18a92ea46e5dcd1feb7be04e2b3d5e620d8df
4
+ data.tar.gz: ed179208bd34453a4eed2e451ce946bbcb50a576d7b65d929c72b01d42ca00cb
5
5
  SHA512:
6
- metadata.gz: 3ce36d2120f832d60d5cfb0248d5ba37e597611ad702e0079728de9386c72004064f03827954527841f7fc6357fb2e1880527571c4d8e74f5c0faa966ed02d59
7
- data.tar.gz: f69a208ae0179a1824987e464fd579ca16a3a7d7fe28f868f15d00da230a65d40bc43d07ca0c5d3a8f0b4edf73f4adf4b084b17483856ccfd49ede23ef89c7a9
6
+ metadata.gz: aedf979773c8bd0e747a4599c8afa48dfa67e3ff74cc20a0b9b15ff07be67bea8540ebb0101ba99ff93a30e0ebc630308420162c77df9e3211f6ca673ebb2d28
7
+ data.tar.gz: 5a08a611aaf821bd077d86f666479233ae79d93b4f9aabea24e8b2c003366bc60e6d0a1a58d87253eb6e33d7abb7338d820006e5a690d0138008e097eb35b2af
data/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # CHANGELOG
2
2
 
3
+ ## v1.22.6 (#PeteDoherty)
4
+
5
+ - Add 'Codename: ' prefix to gemspec summary.
6
+
7
+ - Add easter eggs.
8
+
3
9
  ## v1.22.5 (#PeteDoherty)
4
10
 
5
11
  - Add easter eggs.
@@ -525,7 +525,9 @@ Pry.commands.instance_eval do
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
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
+ %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
+ %q[Adrian Ström - Pensée sur l'amour (Original Mix) /The Notebook/] => %q[https://www.youtube.com/watch?v=kH2ifMY1KXg],
530
+ %q[Adrian Ström - Blue And Yellow (Original Mix) /Martin Luther King & Les Brown/] => %q[https://www.youtube.com/watch?v=4tMKXygbEaM]
529
531
  }
530
532
  command '🎧', '' do
531
533
  args = arg_string.split(' ')
@@ -1,6 +1,6 @@
1
1
  class Pry
2
2
  module SendTweet
3
- VERSION = '1.22.5'
3
+ VERSION = '1.22.6'
4
4
  CODENAME = %q{#PeteDoherty}
5
5
  end
6
6
  end
@@ -4,7 +4,7 @@ Gem::Specification.new do |spec|
4
4
  spec.version = Pry::SendTweet::VERSION
5
5
  spec.authors = ["Fry developers", "trebor8"]
6
6
  spec.email = "trebor.macg8@protonmail.com"
7
- spec.summary = Pry::SendTweet::CODENAME
7
+ spec.summary = %Q[Codename: #{Pry::SendTweet::CODENAME}]
8
8
  spec.description = spec.summary
9
9
  spec.homepage = "https://gitlab.com/trebor8/fry-send_tweet.rb"
10
10
  spec.licenses = ["BSD (3-Clause)"]
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.5
4
+ version: 1.22.6
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: "#PeteDoherty"
56
+ description: 'Codename: #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: "#PeteDoherty"
143
+ summary: 'Codename: #PeteDoherty'
144
144
  test_files: []