cinch-pax-timer 1.0.1 → 1.0.2
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.
|
@@ -20,15 +20,15 @@ module Cinch::Plugins
|
|
|
20
20
|
PAXES = [
|
|
21
21
|
{ :type => 'prime',
|
|
22
22
|
:name => 'PAX Prime',
|
|
23
|
-
:date => Time.parse('
|
|
24
|
-
:estimated =>
|
|
23
|
+
:date => Time.parse('2014-08-30 08:00:00 -08:00'),
|
|
24
|
+
:estimated => true },
|
|
25
25
|
{ :type => 'aus',
|
|
26
26
|
:name => 'PAX Australia',
|
|
27
|
-
:date => Time.parse('2014-
|
|
28
|
-
:estimated =>
|
|
27
|
+
:date => Time.parse('2014-10-31 08:00:00 +11:00'),
|
|
28
|
+
:estimated => false },
|
|
29
29
|
{ :type => 'east',
|
|
30
30
|
:name => 'PAX East',
|
|
31
|
-
:date => Time.parse('2014-04-11 08:00:00 -
|
|
31
|
+
:date => Time.parse('2014-04-11 08:00:00 -05:00'),
|
|
32
32
|
:estimated => false }
|
|
33
33
|
]
|
|
34
34
|
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
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.2
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2013-
|
|
12
|
+
date: 2013-11-13 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: rake
|