pry-twitter 1.22.2 → 1.22.3
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 +5 -1
- data/Vagrantfile +1 -1
- data/lib/pry/send_tweet/commands/easter_eggs.rb +3 -1
- data/lib/pry/send_tweet/version.rb +2 -2
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 32a105a8e71743df8d6ac238dc5634c510abc8e3ce772e211191ac7fb1da8cf6
|
|
4
|
+
data.tar.gz: ac41f8b1fcc1619f8ff48c8c46077d4d7c20614bce1c8545bd6f5d9871b06aea
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 363576bfd99b977efb72dfe06643d88d418afff29f3c4b49a6945c9da720515eef6c88ee6334c6ff46a0609107ab4eabe80681f4a84aac2f88fc178471b78696
|
|
7
|
+
data.tar.gz: cbac0e26108724eb2212384fd33b010c534176ca99d879db895a937936ef39958fd933b5724051af6f64b8349a68ad31b7846fb3c8575341e9f6db83849b0053
|
data/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,16 @@
|
|
|
1
1
|
# CHANGELOG
|
|
2
2
|
|
|
3
|
+
## v1.22.3 (#Qiyam)
|
|
4
|
+
|
|
5
|
+
- Add easter eggs.
|
|
6
|
+
|
|
3
7
|
## v1.22.2 (#Charlie)
|
|
4
8
|
|
|
5
9
|
- Switch to official FreeBSD box image.
|
|
6
10
|
|
|
7
11
|
- Add music
|
|
8
12
|
|
|
9
|
-
- Upgrade FreeBSD VM to version 13 (-
|
|
13
|
+
- Upgrade FreeBSD VM to version 13 (-CURRENTeas).
|
|
10
14
|
|
|
11
15
|
## v1.22.1 (#Charlie)
|
|
12
16
|
|
data/Vagrantfile
CHANGED
|
@@ -6,7 +6,7 @@ insert_root_path = ->(tmux_conf) {
|
|
|
6
6
|
}
|
|
7
7
|
|
|
8
8
|
Vagrant.configure("2") do |config|
|
|
9
|
-
config.vm.box = "
|
|
9
|
+
config.vm.box = "generic/freebsd12"
|
|
10
10
|
config.vm.synced_folder Dir.getwd, "/app", type: "rsync"
|
|
11
11
|
|
|
12
12
|
config.vm.provider "virtualbox" do |vb|
|
|
@@ -521,7 +521,9 @@ Pry.commands.instance_eval do
|
|
|
521
521
|
%q[Diana is next. Terry strikes back.] => %q[https://www.youtube.com/watch?v=rCLBGY0huVE],
|
|
522
522
|
%q[Anyone remember when Perl was in the base of FreeBSD? What happpened? FreeBSD removed fun languages from their base. What did OSX do? Add all of them. Wake up @FreeBSD] => %q[https://www.youtube.com/watch?v=WPauDSUnBeU],
|
|
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
|
-
%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]
|
|
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
|
+
%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]
|
|
525
527
|
}
|
|
526
528
|
command '🎧', '' do
|
|
527
529
|
args = arg_string.split(' ')
|
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.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Fry developers
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2019-02-
|
|
12
|
+
date: 2019-02-24 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: twitter
|
|
@@ -53,7 +53,7 @@ dependencies:
|
|
|
53
53
|
- - "~>"
|
|
54
54
|
- !ruby/object:Gem::Version
|
|
55
55
|
version: '1.4'
|
|
56
|
-
description: "#
|
|
56
|
+
description: "#Qiyam"
|
|
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: "#Qiyam"
|
|
144
144
|
test_files: []
|