cinch-pax-timer 1.0.10 → 1.0.11
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 +4 -4
- data/lib/cinch/plugins/pax-timer.rb +3 -3
- data/lib/cinch/plugins/pax-timer/version.rb +1 -1
- metadata +3 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
!binary "U0hBMQ==":
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 0f48de719742a0302a96ecddf5d1d97dec86caf4
|
|
4
|
+
data.tar.gz: 051d7587e6b7b01506c8c88e829006f2e92f0d02
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 6242317ecaf290fdb5e45eac37b618a6a0dc936dc7abaf854f2afde496fe30ca4a606dd68af6b20872d51b09471ce0dba1a65336be0852f9200f59e2fba00690
|
|
7
|
+
data.tar.gz: aa52691eab6297db31abcb11444ae6d6d58c91891fbbffcbb96ca93381212e5dc89073f3d2a88b72a4b3ad01c9724cf4b971ad380575c8a1b29d0d1de5d823c1
|
|
@@ -30,11 +30,11 @@ module Cinch
|
|
|
30
30
|
estimated: false },
|
|
31
31
|
{ type: 'south',
|
|
32
32
|
name: 'PAX South',
|
|
33
|
-
date: Time.parse('2016-01-
|
|
34
|
-
estimated:
|
|
33
|
+
date: Time.parse('2016-01-29 08:00:00 -06:00'),
|
|
34
|
+
estimated: false },
|
|
35
35
|
{ type: 'east',
|
|
36
36
|
name: 'PAX East',
|
|
37
|
-
date: Time.parse('
|
|
37
|
+
date: Time.parse('2016-04-22 08:00:00 -05:00'),
|
|
38
38
|
estimated: false }
|
|
39
39
|
]
|
|
40
40
|
|
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.11
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Brian Haberer
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2015-
|
|
11
|
+
date: 2015-06-30 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rake
|
|
@@ -167,3 +167,4 @@ summary: Cinch Plugin that acts as a PAX countdown
|
|
|
167
167
|
test_files:
|
|
168
168
|
- spec/cinch-pax-timer_spec.rb
|
|
169
169
|
- spec/spec_helper.rb
|
|
170
|
+
has_rdoc:
|