trusty-festivity-extension 2.2.7 → 2.2.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,15 +1,15 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
3
  metadata.gz: !binary |-
4
- NjM0ZGQwODNmMzNlMDg0ZmE5YjRiNDczYzU5NWQ2YWFlYjZiYjEwNA==
4
+ Y2JiYTFiOTMwYmExYjUwMDdiNDdhNGFhN2M4ZmM0NTFmZTRjYWUxZA==
5
5
  data.tar.gz: !binary |-
6
- ZjViN2U5YzBmNjYwNzNiNzY5ZjgyOThjNzRjMGY3NjY4MjcxMjk0Yw==
6
+ OGFiNWMzYTNhZjE3MWVjMzhiNDI4MDM0ZTk4NWIyM2MxZTYyYTdjYw==
7
7
  SHA512:
8
8
  metadata.gz: !binary |-
9
- ZTc0NmFmZDdhNDQ0MzllZGVjNWM0ZjI4M2FkMjRjNTM3NDIyNmIwNDU1Nzg0
10
- YjdkMmY5YTA4NjFjMTg3MTA5NDVjZTliMWRkNWM3MjlmODFiZjJlMmE5OTMw
11
- NmY3Y2UxYmI2ZjI3ZWZkN2Q5MDk3NDdhNDJkNDRlNzM2ODQxMWY=
9
+ MzAxYmE5YjQ5M2FlZGRmOTczMmQwYTEzYzNjMWY1MTEyYmM0NDAyY2E4Nzc4
10
+ OWY2NjcxMjEyZDUzMzIzYzMxZWI3YTNlMmYwZTMzNGIxM2Y1NTRlOWIzYzkz
11
+ NjY2MGQwNmI0ODUwYzQ2OGQ5M2FhZmZkZDIyOTcxMGJkNDZiMWU=
12
12
  data.tar.gz: !binary |-
13
- ZjdmMThjMDFjMTY0NjhmNDhjMGNhNGJlZmRkYjY2YjlhMzhlYjE1NDUzZjkz
14
- N2JiZmM1YWNlOGE0NjkyZTk4MjVlMmQwYzVkMjQxMjhkN2EzYjQyMWY1ZWU0
15
- ZDgxNjEzMDYyMzQ3ZTdmMTU1NDk3M2FiMmM2ZWUzM2EzMWY2OTc=
13
+ MDhkZmJkOWMxZTA1YjczMTA2M2ZiNjc5ODYzNmE2ZTc0ZDZhZDcxZDhiOTZl
14
+ ZmMyYjZhZjJjZWRjNGM1ODUyNGUyODRlMDViMzJlYjAwMTU0YTI1NGNlNGRj
15
+ ZTgxZWQ4NmZmYjgxMjU4Njg0OGYxNGQzMzQzYTY4ZTkwNTdjZmQ=
@@ -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(date_string)
67
+ start_date = Chronic.parse(URI.decode(date_string))
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.7"
2
+ VERSION = "2.2.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,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.7
4
+ version: 2.2.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Eric Sipple