trusty-festivity-extension 2.3.3 → 2.3.4

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: 50f12f4eb104bc649185b0fa0efdc1e94901db49
4
- data.tar.gz: 79a07fc6d8f13c9f49ab3c38811e94e09854b9eb
3
+ metadata.gz: 961157bc01f46070720a1f62718dcb88899674f5
4
+ data.tar.gz: 8127f7015b77e412f3ce508209d9e343a591d60c
5
5
  SHA512:
6
- metadata.gz: 906a7e3f45012ec29dd2b4aa1d2666e77adc5e9114f60cc93021901da5ddbc58073f4fc7481848b0d94c007cb5ea5a51c58fc4a403ef2caa5b41ad61833cdf7b
7
- data.tar.gz: 1c9dac5c8c806d2e43a236567fdea0d057b7d20ecfdb7f40d8994c055ab53d51b6805ec30b62f362c3d1327496f99ee441a7a3034b4646efeebbe1d3f6e73fe4
6
+ metadata.gz: 764dc3c6eba83de726dc477a075133f612b98f8525e6ea8b71ce19008b94ef2e615518e862d0439748a9aef62b08c2ecd09e45b8afcef8a3f66d350befe526f1
7
+ data.tar.gz: e6cce727f6cc82de271b82d6b01ba6800ef774fc0ad955985f5614092871f4da60d5a25dca585b8c598b0931db131279162b43f415afe788ae3d8036f43eb426
@@ -1,6 +1,6 @@
1
1
  .site-header {
2
2
  @include pie-clearfix;
3
- background: url('/gc-header-bg.svg') repeat-x $link-color;
3
+ background: url(image-path('/gc-header-bg.svg')) repeat-x $link-color;
4
4
 
5
5
  @include breakpoint($breakpoint-nav) {
6
6
  padding-bottom: 1em;
@@ -1,7 +1,7 @@
1
1
  //Header
2
2
 
3
3
  .site-header {
4
- background: url('/fn-header-background.jpg') no-repeat $header-bg-color;
4
+ background: url(image-path('/fn-header-background.jpg')) no-repeat $header-bg-color;
5
5
 
6
6
  @include breakpoint($breakpoint-nav) {
7
7
  padding-bottom: 1em;
@@ -183,7 +183,7 @@
183
183
 
184
184
  @include breakpoint($breakpoint-m) {
185
185
  @include column(8);
186
- background: url('/fn-featured-bg.svg') no-repeat transparent;
186
+ background: url(image-path('/fn-featured-bg.svg')) no-repeat transparent;
187
187
  position: absolute;
188
188
  bottom: 0;
189
189
  }
@@ -286,11 +286,11 @@
286
286
  }
287
287
  }
288
288
  .how-it-works {
289
- background: url('/fn-homepage-howitworks-topbg.svg') -1.5em 0 no-repeat, url('/fn-homepage-howitworks-bg-sm.jpg') no-repeat, $text-color;
289
+ background: url(image-path('/fn-homepage-howitworks-topbg.svg')) -1.5em 0 no-repeat, url(image-path('/fn-homepage-howitworks-bg-sm.jpg')) no-repeat, $text-color;
290
290
  @include pie-clearfix;
291
291
 
292
292
  @include breakpoint($breakpoint-l){
293
- background: url('/fn-homepage-howitworks-topbg.svg') -1.5em 0 no-repeat, url('/fn-homepage-howitworks-bg.jpg') no-repeat, $text-color;
293
+ background: url(image-path('/fn-homepage-howitworks-topbg.svg')) -1.5em 0 no-repeat, url(image-path('/fn-homepage-howitworks-bg.jpg')) no-repeat, $text-color;
294
294
  }
295
295
  h3.section-title {
296
296
  @include reversed-text-smoothing;
@@ -381,12 +381,12 @@
381
381
  width: 3.25%;
382
382
  }
383
383
  .instagram-post {
384
- background: url('/fn-instagram-bg.svg') no-repeat $link-color;
384
+ background: url(image-path('/fn-instagram-bg.svg')) no-repeat $link-color;
385
385
  background-position: 90% 93%;
386
386
  background-size: 35px auto;
387
387
  }
388
388
  .twitter-post {
389
- background: url('/fn-twitter-bg.svg') no-repeat $homepage-featured-background;
389
+ background: url(image-path('/fn-twitter-bg.svg')) no-repeat $homepage-featured-background;
390
390
  background-position: 90% 85%;
391
391
  background-size: 38px 31px;
392
392
  }
@@ -1,5 +1,5 @@
1
1
  module TrustyFestivityExtension
2
- VERSION = "2.3.3"
2
+ VERSION = "2.3.4"
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.3.3
4
+ version: 2.3.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Eric Sipple