trusty-festivity-extension 2.0.0 → 2.0.1

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
- ZTBiNWNlYTQ0ODg3Y2ExMTFmNjIxNWNjMjdhMTU1YWYxZjk0ODllOQ==
4
+ MTNhNjE5YWU1NzI5ZjcwOWViMWU1N2ViNWZkODhjODhkZjJlMDE0Yg==
5
5
  data.tar.gz: !binary |-
6
- MjE0NTg0NTE0MDEzMTk0OTM5NWI5OGRmZjdjMmVhYTg0OWFjNDczZg==
6
+ NDA5NDE2NDI2OTQ3NmU2Yjg3Zjc5ODc3Yjk5ZDk2MWFhODllYWY5NA==
7
7
  SHA512:
8
8
  metadata.gz: !binary |-
9
- YTY3MDcyMjA5MzY2ZTdkMmQyYThhZWNjMzFmZGFiMTE3MGNmZDBjMjRjNmIz
10
- MGE0ZTJmMjBjMjUyNDc1MmVlMTFhNGUyZjk5ZTg0ZTdkYmUzODdiMDE5MjIx
11
- YWJmMTUwYWNkMjc1N2JkOWFjNTU0MWRiMTZjODZiMjVkY2QyMzE=
9
+ ZWVkZWY3OTQ4MzdkMTIzN2ZjNjZiOTMyYmYwNWYyMWFkMzI5OWUxNjQzY2Yw
10
+ ZjRjZjAxMzUyNWY0YzFkYzZmMjE5NDI0MGM3NzcyYjg2NTQwOTdiYTA0N2E2
11
+ ZTdjYjhlYWI1MDU2Y2FiMDU2ZDQ2ZDUxZWM0MWJlZDFhOWQ4NjM=
12
12
  data.tar.gz: !binary |-
13
- NGY3MjZhN2YxMTE4ZTkzYjllMDEwY2E0YjgwMzI5ZDUyMTNiOTVkMjkzYjE2
14
- ZGQ0Yjk3Zjg5MGM1OGMyNTIyOGI3ZWVmNjk1NWE0ZjkwMTk4YzFhODlmMGIz
15
- MGY0ZDdhYjM2YmJlM2JkYjRiOTZiYWQ4NjRhZDIxYWI3YTM3M2M=
13
+ YjJjMGQ3YjE5OTU0NDgxMDIwNjQxNmViZDRlOWRlNGUxZDZlNDUxZGU1MTE3
14
+ NjQzYWM5Yjc1YzhlZGQzODQ5ZWNlMzkxOGQ0MjgxOTU0OWI5MjIwZThmMDJk
15
+ Yjc1YWQyMDE3YmZjMzg2ZTA1NTdiZTM0Mjg1ODc0MTBkNTlkMTI=
@@ -1,5 +1,6 @@
1
1
  class FestivityEventPage < FestivityBasePage
2
2
  has_many :festivity_performances, foreign_key: :event_page_id
3
+ has_many :festivity_categories, through: :festivity_page_categories
3
4
 
4
5
  def festivity_performances=(performances)
5
6
  performances.each do |performance|
@@ -8,6 +8,7 @@ module Festivity
8
8
  before_save :set_page_defaults
9
9
  after_create :create_page_defaults
10
10
 
11
+ has_many :assets
11
12
  has_many :festivity_category_types
12
13
  has_many :festivity_page_categories
13
14
  has_many :festivity_categories, through: :festivity_page_categories
@@ -1,5 +1,5 @@
1
1
  module TrustyFestivityExtension
2
- VERSION = "2.0.0"
2
+ VERSION = "2.0.1"
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.0.0
4
+ version: 2.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Eric Sipple