cinch-pax-timer 1.0.16 → 1.0.18
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
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: fa828a0dff8208c91b295843dda1b5b9a052db63
|
|
4
|
+
data.tar.gz: 3c791a82b8dca21848cb0e5acdc993d47949915d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 9de020abf409ba6d12e407bf73cd6a367c26c5b06f05500433fcb8b6745bfe355720d4b92904f3079aea5de5aff954f22e926ed6d08ab2196fb510946e48eb1a
|
|
7
|
+
data.tar.gz: 73b092a26d48477b7d6eec4252ac982980b98f2142845ce34a0fb842738623a5f5e5adaa1ce5e1f4e96a1fef30d81760a696e604f51a6b594a9942d0ad1bb7d4
|
|
@@ -6,8 +6,8 @@ module Cinch
|
|
|
6
6
|
PAXES = [
|
|
7
7
|
{ type: 'aus',
|
|
8
8
|
name: 'PAX Australia',
|
|
9
|
-
date: Time.parse('2017-
|
|
10
|
-
estimated:
|
|
9
|
+
date: Time.parse('2017-10-27 08:00:00 +11:00'),
|
|
10
|
+
estimated: false },
|
|
11
11
|
{ type: 'prime',
|
|
12
12
|
name: 'PAX West',
|
|
13
13
|
date: Time.parse('2017-09-01 08:00:00 -08:00'),
|
|
@@ -18,11 +18,15 @@ module Cinch
|
|
|
18
18
|
estimated: true },
|
|
19
19
|
{ type: 'south',
|
|
20
20
|
name: 'PAX South',
|
|
21
|
-
date: Time.parse('
|
|
22
|
-
estimated:
|
|
21
|
+
date: Time.parse('2018-01-26 08:00:00 -06:00'),
|
|
22
|
+
estimated: true },
|
|
23
23
|
{ type: 'east',
|
|
24
24
|
name: 'PAX East',
|
|
25
|
-
date: Time.parse('
|
|
25
|
+
date: Time.parse('2018-04-06 08:00:00 -05:00'),
|
|
26
|
+
estimated: true },
|
|
27
|
+
{ type: 'unplugged',
|
|
28
|
+
name: 'PAX Unplugged',
|
|
29
|
+
date: Time.parse('2017-11-17 08:00:00 -05:00'),
|
|
26
30
|
estimated: false }
|
|
27
31
|
]
|
|
28
32
|
end
|
|
@@ -16,7 +16,7 @@ describe Cinch::Plugins::PaxTimer do
|
|
|
16
16
|
it 'should return the next pax' do
|
|
17
17
|
msg = make_message(@bot, '!pax')
|
|
18
18
|
msg = get_replies(msg).first
|
|
19
|
-
expect(msg.text).to match(/PAX.+is (
|
|
19
|
+
expect(msg.text).to match(/PAX.+is (approximately )?\d+ days from now/)
|
|
20
20
|
end
|
|
21
21
|
|
|
22
22
|
it 'should return nothing if there are arguments' do
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: cinch-pax-timer
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.18
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Brian Haberer
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2017-
|
|
11
|
+
date: 2017-04-05 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rake
|
|
@@ -161,7 +161,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
161
161
|
version: '0'
|
|
162
162
|
requirements: []
|
|
163
163
|
rubyforge_project:
|
|
164
|
-
rubygems_version: 2.6.
|
|
164
|
+
rubygems_version: 2.6.10
|
|
165
165
|
signing_key:
|
|
166
166
|
specification_version: 4
|
|
167
167
|
summary: Cinch Plugin that acts as a PAX countdown
|