trusty-festivity-extension 2.5.7 → 2.5.8
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
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: cfcff2db6488fbeed6ba80a78f8b7064b10bd50d
|
|
4
|
+
data.tar.gz: af8bdf343d4eb70a0bec9e4eb0301fd20e6a3222
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f7b6be99bb76fbf0455f933705be9314a1cc96698c2a0eb6f571249a950a06a116fb52d6077634d8fbbff705aad3a86f969188dfef9d35e73e2f416fec587ee6
|
|
7
|
+
data.tar.gz: 287b161abbe7af7bc15139816328b5a42f8ff9fddbcfa34d5c0c9cae9aaf8136e1241059c7617ee154c676e2fa94c54cd290ef999d2143c6e24d388dac073367
|
data/Gemfile.lock
CHANGED
|
Binary file
|
|
@@ -4,9 +4,9 @@
|
|
|
4
4
|
.up-next-header
|
|
5
5
|
%h1
|
|
6
6
|
%span.light-text Coming up next:
|
|
7
|
-
- t = Time.
|
|
8
|
-
- n =
|
|
9
|
-
= "#{t.strftime("%l")} - #{n.strftime("%l %P")}"
|
|
7
|
+
- t = DateTime.now.in_time_zone("Eastern Time (US & Canada)").strftime("%a, %b %e, %Y, %l:%M %p")
|
|
8
|
+
- n = DateTime.now.in_time_zone("Eastern Time (US & Canada)").strftime("%a, %b %e, %Y, %l:%M %p") + 1.hour
|
|
9
|
+
= "#{t.strftime("%l:%M")} - #{n.strftime("%l:%M %P")}"
|
|
10
10
|
%article.next-events
|
|
11
11
|
- @hourly_events.each_with_index do |performance, i|
|
|
12
12
|
- if i === 0
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
.title
|
|
20
20
|
= performance.festivity_event_page.title
|
|
21
21
|
.time
|
|
22
|
-
= "#{performance.start_date.strftime("%l")} - #{performance.end_date.strftime("%l %P")}"
|
|
22
|
+
= "#{performance.start_date.strftime("%l:%M")} - #{performance.end_date.strftime("%l:%M %P")}"
|
|
23
23
|
.locations
|
|
24
24
|
= "#{performance.location} @ #{performance.area}"
|
|
25
25
|
%h2 PLUS
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
.title
|
|
30
30
|
= link_to performance.festivity_event_page.title, event_path(performance.event_page_id)
|
|
31
31
|
.time
|
|
32
|
-
= "#{performance.start_date.strftime("%l")} - #{performance.end_date.strftime("%l %P")}"
|
|
32
|
+
= "#{performance.start_date.strftime("%l:%M")} - #{performance.end_date.strftime("%l:%M %P")}"
|
|
33
33
|
%a.button{href: 'events'} See All Events
|
|
34
34
|
|
|
35
35
|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: trusty-festivity-extension
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.5.
|
|
4
|
+
version: 2.5.8
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Eric Sipple, Danielle Greaves, Brittany Martin, Patrick FitzGerald
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2016-09-
|
|
11
|
+
date: 2016-09-07 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: trusty-cms
|