Skip to content

Commit

Permalink
v1.0.2 - Updating dates
Browse files Browse the repository at this point in the history
  • Loading branch information
bhaberer committed Nov 13, 2013
1 parent ef1cfa2 commit 3227602
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions lib/cinch/plugins/pax-timer/pax-timer.rb
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,15 @@ def next_pax(m)
PAXES = [
{ :type => 'prime',
:name => 'PAX Prime',
:date => Time.parse('2013-08-30 08:00:00 -08:00'),
:estimated => false },
:date => Time.parse('2014-08-30 08:00:00 -08:00'),
:estimated => true },
{ :type => 'aus',
:name => 'PAX Australia',
:date => Time.parse('2014-07-18 08:00:00 -08:00'),
:estimated => true },
:date => Time.parse('2014-10-31 08:00:00 +11:00'),
:estimated => false },
{ :type => 'east',
:name => 'PAX East',
:date => Time.parse('2014-04-11 08:00:00 -08:00'),
:date => Time.parse('2014-04-11 08:00:00 -05:00'),
:estimated => false }
]

Expand Down
2 changes: 1 addition & 1 deletion lib/cinch/plugins/pax-timer/version.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module Cinch
module Plugins
class PaxTimer
VERSION = "1.0.1"
VERSION = "1.0.2"
end
end
end

0 comments on commit 3227602

Please sign in to comment.