cinch-pax-timer 1.0.1 → 1.0.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -20,15 +20,15 @@ module Cinch::Plugins
20
20
  PAXES = [
21
21
  { :type => 'prime',
22
22
  :name => 'PAX Prime',
23
- :date => Time.parse('2013-08-30 08:00:00 -08:00'),
24
- :estimated => false },
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-07-18 08:00:00 -08:00'),
28
- :estimated => true },
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 -08:00'),
31
+ :date => Time.parse('2014-04-11 08:00:00 -05:00'),
32
32
  :estimated => false }
33
33
  ]
34
34
 
@@ -1,7 +1,7 @@
1
1
  module Cinch
2
2
  module Plugins
3
3
  class PaxTimer
4
- VERSION = "1.0.1"
4
+ VERSION = "1.0.2"
5
5
  end
6
6
  end
7
7
  end
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.1
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-08-21 00:00:00.000000000 Z
12
+ date: 2013-11-13 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rake