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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: f0b26325ed35c0f53be73dbe8f40c1d095eae968819b6278ceb41d20dd148822
4
- data.tar.gz: 5a3dd2b7379244d6ed93ee954b614c2761b8e056cc18c239320b468c8add1acf
3
+ metadata.gz: 32a105a8e71743df8d6ac238dc5634c510abc8e3ce772e211191ac7fb1da8cf6
4
+ data.tar.gz: ac41f8b1fcc1619f8ff48c8c46077d4d7c20614bce1c8545bd6f5d9871b06aea
5
5
  SHA512:
6
- metadata.gz: 0fa097136e72fa85ed81b51a42fc310e3aa97020f49e4f5caa33da1009b5a8e4d6b5192b8ddd42839b4e2fdd4eac1dc0c01c208ca09a725143801f927656ba55
7
- data.tar.gz: 8b11054b0a8e3a8701b0233d8201db1c15cba34bb4f9d45e4901f81fc7f642dcdb24b786023b7d0f5f540f4aa907506f1874a8e0d95845af7a8bf1279d558d79
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 (-CURRENT).
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 = "freebsd/FreeBSD-13.0-CURRENT"
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(' ')
@@ -1,6 +1,6 @@
1
1
  class Pry
2
2
  module SendTweet
3
- VERSION = '1.22.2'
4
- CODENAME = %q{#Charlie}
3
+ VERSION = '1.22.3'
4
+ CODENAME = %q{#Qiyam}
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.2
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-23 00:00:00.000000000 Z
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: "#Charlie"
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: "#Charlie"
143
+ summary: "#Qiyam"
144
144
  test_files: []