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: a3ed4143d1ee3162b9d26ededac4b2ec217093f9
4
- data.tar.gz: 21535a003f32a8b3734fabb7c91d74bdd022aed2
3
+ metadata.gz: cfcff2db6488fbeed6ba80a78f8b7064b10bd50d
4
+ data.tar.gz: af8bdf343d4eb70a0bec9e4eb0301fd20e6a3222
5
5
  SHA512:
6
- metadata.gz: 597c7ab47fb36bee5f62833fcd0850df4c9ace1b3f1bc87dad5a4ae682ffb370cd5bb496c5350555114fed9e8917d390020538205c03ee8fbf33670238a21c7c
7
- data.tar.gz: f98857de45e8e1e33e840044c47c2e18a3075d45f0e7a61968db8525cd96b528bbfdd82d08abb3e6a5e33e97b4c646c33909cd32831eff8f8805c390e83b59ca
6
+ metadata.gz: f7b6be99bb76fbf0455f933705be9314a1cc96698c2a0eb6f571249a950a06a116fb52d6077634d8fbbff705aad3a86f969188dfef9d35e73e2f416fec587ee6
7
+ data.tar.gz: 287b161abbe7af7bc15139816328b5a42f8ff9fddbcfa34d5c0c9cae9aaf8136e1241059c7617ee154c676e2fa94c54cd290ef999d2143c6e24d388dac073367
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- trusty-festivity-extension (2.5.7)
4
+ trusty-festivity-extension (2.5.8)
5
5
  actionpack-action_caching (~> 1.1.1)
6
6
  chronic (~> 0.10.2)
7
7
  dalli-elasticache (~> 0.1.2)
@@ -1,5 +1,5 @@
1
1
  // This is the Festivity admin javascript manifest
2
-
2
+ //trying to shake da tree 9.7.2016
3
3
  // Base and external Javascript libraries
4
4
  //= require ../lodash.min
5
5
  //= require ../bootstrap.min
@@ -4,9 +4,9 @@
4
4
  .up-next-header
5
5
  %h1
6
6
  %span.light-text Coming up next:
7
- - t = Time.now
8
- - n = Time.now + 1.hour
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
 
@@ -1,5 +1,5 @@
1
1
  module TrustyFestivityExtension
2
- VERSION = "2.5.7"
2
+ VERSION = "2.5.8"
3
3
  SUMMARY = "Festival microsite engine for Trusty CMS"
4
4
  DESCRIPTION = "Event management for arts festivals."
5
5
  URL = "http://github.com/pgharts/trusty-festivity-extension"
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.7
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-06 00:00:00.000000000 Z
11
+ date: 2016-09-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: trusty-cms