trusty-festivity-extension 2.5.8 → 2.5.9

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: cfcff2db6488fbeed6ba80a78f8b7064b10bd50d
4
- data.tar.gz: af8bdf343d4eb70a0bec9e4eb0301fd20e6a3222
3
+ metadata.gz: f55561d45167133b7bebf3a6729685b61cfc4821
4
+ data.tar.gz: 8a122a3632a7b5022b96413fd11a53fbdfba56d0
5
5
  SHA512:
6
- metadata.gz: f7b6be99bb76fbf0455f933705be9314a1cc96698c2a0eb6f571249a950a06a116fb52d6077634d8fbbff705aad3a86f969188dfef9d35e73e2f416fec587ee6
7
- data.tar.gz: 287b161abbe7af7bc15139816328b5a42f8ff9fddbcfa34d5c0c9cae9aaf8136e1241059c7617ee154c676e2fa94c54cd290ef999d2143c6e24d388dac073367
6
+ metadata.gz: a5b69b577ec749dfc7ae769d6e8b4fe073313c8eb93fa0e363443cde9f49693a869e548416f68de36d08f9d33fbbd2a6f918bb96c51f84462de11c85caf820ee
7
+ data.tar.gz: 009f45970ddc9afc3f5cdefef12538bfa87fcca24c059289baf6ff38de504cefd7ae6c1f1f80dc16f6ad230cbbd3a0198af35c3e62ece46142cfa57ad428a6f4
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- trusty-festivity-extension (2.5.8)
4
+ trusty-festivity-extension (2.5.9)
5
5
  actionpack-action_caching (~> 1.1.1)
6
6
  chronic (~> 0.10.2)
7
7
  dalli-elasticache (~> 0.1.2)
@@ -4,9 +4,9 @@
4
4
  .up-next-header
5
5
  %h1
6
6
  %span.light-text Coming up next:
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")}"
7
+ - t = DateTime.now.in_time_zone("Eastern Time (US & Canada)")
8
+ - n = DateTime.now.in_time_zone("Eastern Time (US & Canada)") + 1.hour
9
+ = "#{t.strftime("%l")} - #{n.strftime("%l %P")}"
10
10
  %article.next-events
11
11
  - @hourly_events.each_with_index do |performance, i|
12
12
  - if i === 0
@@ -1,5 +1,5 @@
1
1
  module TrustyFestivityExtension
2
- VERSION = "2.5.8"
2
+ VERSION = "2.5.9"
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,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: trusty-festivity-extension
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.5.8
4
+ version: 2.5.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Eric Sipple, Danielle Greaves, Brittany Martin, Patrick FitzGerald