cinch-pax-timer 1.0.5 → 1.0.6

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
  !binary "U0hBMQ==":
3
- metadata.gz: 666e6bcb2b7973215796c676d8fb52b99fe2277f
4
- data.tar.gz: 56a365259862abb5821db416888f781ec85cc0bc
3
+ metadata.gz: 12c13b90e888d228425819a90d26073c0c93006f
4
+ data.tar.gz: d39900b583433528b678a4ff2bfb18c2571f6ac3
5
5
  SHA512:
6
- metadata.gz: f5664406d565f3d3ef47330281356429f1a2534d6df8c5707c918358fe0bda440a56d669485759be679f750a948701fd409aab3b2ce71bf3c68c85f217ba7dde
7
- data.tar.gz: 8c2c9aab027a17239a54cdeb31212e39af18b7d580480399466b7ff2c95693095e220f4e226f878bcac70261447a528966425fb58d858f8a5fa6d562eca6d123
6
+ metadata.gz: ef9213b87c6d9adc0622119d7346e27a2c380a4cea100fa17e4ce6b066aa14f96ebfe8e6df9081c54aa2cdb5e80655874d7505056197ae27c70cf4e158e73cf1
7
+ data.tar.gz: 136dab88fde4b69cfdb9771ac6aa0142cb3d52a76398fe4e2ce7b08b94e8d81d0937c99e932ae3201c2528869e50babdd71a8d16643bf7b56a44b2a67727f893
@@ -3,7 +3,7 @@ module Cinch
3
3
  module Plugins
4
4
  # Versioning info
5
5
  class PaxTimer
6
- VERSION = '1.0.5'
6
+ VERSION = '1.0.6'
7
7
  end
8
8
  end
9
9
  end
@@ -35,7 +35,7 @@ module Cinch::Plugins
35
35
  estimated: false },
36
36
  { type: 'east',
37
37
  name: 'PAX East',
38
- date: Time.parse('2015-04-10 08:00:00 -05:00'),
38
+ date: Time.parse('2015-03-06 08:00:00 -05:00'),
39
39
  estimated: true }
40
40
  ]
41
41
 
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.5
4
+ version: 1.0.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Brian Haberer