trusty-festivity-extension 2.2.8 → 2.2.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,15 +1,15 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
3
  metadata.gz: !binary |-
4
- Y2JiYTFiOTMwYmExYjUwMDdiNDdhNGFhN2M4ZmM0NTFmZTRjYWUxZA==
4
+ NGJkNGRiNDQ4ZjIxZjZkOTlmODcwMjg1N2ZiMGQ0MDY0YjRhMzYzMA==
5
5
  data.tar.gz: !binary |-
6
- OGFiNWMzYTNhZjE3MWVjMzhiNDI4MDM0ZTk4NWIyM2MxZTYyYTdjYw==
6
+ NTBjNDYxZTMwNGU0ZDZkOGVjOGU1MDNhNmM5Nzk1YTNjM2YwN2M2ZQ==
7
7
  SHA512:
8
8
  metadata.gz: !binary |-
9
- MzAxYmE5YjQ5M2FlZGRmOTczMmQwYTEzYzNjMWY1MTEyYmM0NDAyY2E4Nzc4
10
- OWY2NjcxMjEyZDUzMzIzYzMxZWI3YTNlMmYwZTMzNGIxM2Y1NTRlOWIzYzkz
11
- NjY2MGQwNmI0ODUwYzQ2OGQ5M2FhZmZkZDIyOTcxMGJkNDZiMWU=
9
+ NTk3ZDI3NjdhYzNiZWVmYTZkOTAwYmE5YTE4MjNiMzE3NThlMzU2ZTRhY2Rj
10
+ OGUyZjdjMTQ5ZGZiYjE0MzdhNzBiYWYxMTgwNjg5OTdjZjZjYmVlOWM2OTJl
11
+ NzQ2YjI3M2Y2MzU1ZTRjOWVjODkyOTM5ZjI1MDdlZDc0Mzc3MGQ=
12
12
  data.tar.gz: !binary |-
13
- MDhkZmJkOWMxZTA1YjczMTA2M2ZiNjc5ODYzNmE2ZTc0ZDZhZDcxZDhiOTZl
14
- ZmMyYjZhZjJjZWRjNGM1ODUyNGUyODRlMDViMzJlYjAwMTU0YTI1NGNlNGRj
15
- ZTgxZWQ4NmZmYjgxMjU4Njg0OGYxNGQzMzQzYTY4ZTkwNTdjZmQ=
13
+ Y2Q1YmQ4NzE1Zjk1ZDcyODQ1NDNlNzViZDllYzkyMTFlM2E3OTQ0MzU4OGIw
14
+ MjU5ZmY3MzI4ZDEyZmVmMWY1NDJkYTFhMzc2NGExNTNkNjdhMDEzNTRhYWRj
15
+ MmNmNmQ5YjIxZTgyZDA4ZWY2Yzg3NDMzYmYzOWMzOTdjN2YyMDk=
@@ -64,7 +64,7 @@ class FestivityEventList
64
64
  # for each date passed in and return the SQL condition
65
65
  def self.datetime_criteria(datetimes_string, filter_type)
66
66
  date_queries = datetimes_string.split(',').map do |date_string|
67
- start_date = Chronic.parse(URI.decode(date_string))
67
+ start_date = Chronic.parse(URI.decode(date_string)).utc
68
68
  end_date = start_date.advance(advance_by(filter_type))
69
69
  <<-SQL
70
70
  (
@@ -1,5 +1,5 @@
1
1
  module TrustyFestivityExtension
2
- VERSION = "2.2.8"
2
+ VERSION = "2.2.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.2.8
4
+ version: 2.2.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Eric Sipple