trusty-festivity-extension 2.4.4 → 2.4.5

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 028017c01441aac09905b914ac353127a8425cd0
4
- data.tar.gz: 4198d3538841ff4aa1f48b83d635b762bbccbbc4
3
+ metadata.gz: 290b85b1b0f1f68809d4dd900753a07b0b78a677
4
+ data.tar.gz: 2d503dd47e1ab9466d3edca92cf1102753778dc1
5
5
  SHA512:
6
- metadata.gz: c074389d86bd24ed5c025a116c704b977803445789e139c0c7387684f6e6178f8a9f49523c7c251de26052077f271d69377737c75cd84cdaf7db4373c9f4e7dc
7
- data.tar.gz: 30c10af47db91e0f85c718a74df1233198ccbc239893263402ab91ff803f13f26b517e1381ed7c4f0c68684cc1fa1eb46e5523f856fa7a76d3ba4a2517dd0517
6
+ metadata.gz: c430d3521dac23d9405ddbff80e818f01157fda420032fc05fe1a8fcc8fa377f8dbeacf9199bd72c64bd80e9cdb05575fc4991f464ab6bd6a3ef3ada56047fc2
7
+ data.tar.gz: 48e5f7ca148c7955388c85222608178c0cec89f95405f29efc76e48d1c6b19b191a6bcfa06714df49b5606652000619e777ed8fd26d234b9dc0c95f015fb2948
@@ -5,9 +5,9 @@
5
5
  }
6
6
 
7
7
  .site-header {
8
- background: url(/assets/skins/pghkids/header_mobile.png) no-repeat $header-bg-color;
8
+ background: url(header_mobile.png) no-repeat $header-bg-color;
9
9
  @include breakpoint($breakpoint-xl) {
10
- background: url(/assets/skins/pghkids/header.png) no-repeat $header-bg-color;
10
+ background: url(header.png) no-repeat $header-bg-color;
11
11
  }
12
12
  }
13
13
 
@@ -465,9 +465,9 @@
465
465
 
466
466
  .footer-banner {
467
467
  height: 102px;
468
- background: url('/assets/skins/pghkids/footer_mobile.png') no-repeat;
468
+ background: url(footer_mobile.png) no-repeat;
469
469
  @include breakpoint($breakpoint-xl) {
470
- background: url('/assets/skins/pghkids/footer.png') no-repeat;
470
+ background: url(footer.png) no-repeat;
471
471
  background-position: center top;
472
472
  background-repeat: no-repeat;
473
473
  margin-bottom: 20px;
@@ -29,13 +29,13 @@ section.homepage {
29
29
  flex-flow: row wrap;
30
30
  .welcome-image {
31
31
  height: 65px;
32
- background: url("/assets/skins/pghkids/frog_mobile.png") no-repeat;
32
+ background: url(frog_mobile.png) no-repeat;
33
33
  // @include column()
34
34
  @include breakpoint($breakpoint-xl) {
35
35
  @include column(4);
36
36
  @include last;
37
37
  height: 90px;
38
- background: url('/assets/skins/pghkids/frog.png') no-repeat;
38
+ background: url(frog.png) no-repeat;
39
39
  }
40
40
  }
41
41
  .festival-date {
@@ -46,7 +46,7 @@ section.homepage {
46
46
  .home-primary {
47
47
  padding: 0 2em;
48
48
  background-color: #00786E;
49
- background: url('/assets/skins/pghkids/seafoam.jpg') no-repeat #00786E;
49
+ background: url(seafoam.jpg) no-repeat #00786E;
50
50
  .primary-header {
51
51
  padding-top: 1em;
52
52
  border-bottom: 1px solid $border-color;
@@ -1,5 +1,5 @@
1
1
  module TrustyFestivityExtension
2
- VERSION = "2.4.4"
2
+ VERSION = "2.4.5"
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,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: trusty-festivity-extension
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.4.4
4
+ version: 2.4.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Eric Sipple
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-03-24 00:00:00.000000000 Z
11
+ date: 2016-03-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: trusty-cms