pry-twitter 1.22.5 → 1.22.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +6 -0
- data/lib/pry/send_tweet/commands/easter_eggs.rb +3 -1
- data/lib/pry/send_tweet/version.rb +1 -1
- data/pry-send_tweet.gemspec +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 2a893340db3453839309291150e18a92ea46e5dcd1feb7be04e2b3d5e620d8df
|
|
4
|
+
data.tar.gz: ed179208bd34453a4eed2e451ce946bbcb50a576d7b65d929c72b01d42ca00cb
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: aedf979773c8bd0e747a4599c8afa48dfa67e3ff74cc20a0b9b15ff07be67bea8540ebb0101ba99ff93a30e0ebc630308420162c77df9e3211f6ca673ebb2d28
|
|
7
|
+
data.tar.gz: 5a08a611aaf821bd077d86f666479233ae79d93b4f9aabea24e8b2c003366bc60e6d0a1a58d87253eb6e33d7abb7338d820006e5a690d0138008e097eb35b2af
|
data/CHANGELOG.md
CHANGED
|
@@ -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
|
|
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(' ')
|
data/pry-send_tweet.gemspec
CHANGED
|
@@ -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.
|
|
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:
|
|
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:
|
|
143
|
+
summary: 'Codename: #PeteDoherty'
|
|
144
144
|
test_files: []
|