pugin 1.6.9 → 1.6.10

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: b38cc71175f7b88a0d44f79c1a47fa5300e84fb2
4
- data.tar.gz: 621bacca175e20da650757397e76820c20af71b5
3
+ metadata.gz: 598f13c1c484ebd41c4063e2eca63815d9354db0
4
+ data.tar.gz: 635c83954dd9a9757a3d357e042aaeaee79b9fbb
5
5
  SHA512:
6
- metadata.gz: b7becc2ec39bd36764bcf68e4a1188e8a777264e70acb67a334eb8edb11b9401ab4c0f8065027de06bdd2f2a3335cea387afed9a9a691c192cd31773f47d66db
7
- data.tar.gz: 47f3fa8de7aa9883557ba40eb516a00233854d9aa53fe82d879809738ccdf99a00f2c11606db64a2f0cd906c672e3b9901635172b5a003e83a61032283c65aac
6
+ metadata.gz: 1dc29556f5b6a8a0f1419b4bb71dbe93bafb9e75c6ff443d27a96b6b13a3a3946606fa2029d9f547521a34bfbbfbfda2c9cb7d62b1be8d7b2de27ce7c33dcdc8
7
+ data.tar.gz: 880812ef674ffaeaf5c5dc8fcbb76291d8fc14b9cf324eef1d5d4b44d970c98fa133a8e4c17a70f37e146015c670db8c7dd020f627f139ef9d007540a17b0ebc
@@ -4,7 +4,7 @@
4
4
  %title= content_for(:title).nil? ? I18n.t('pugin.layouts.pugin.website_brand') : content_for(:title) + ' - ' + I18n.t('pugin.layouts.pugin.website_brand')
5
5
  %link{rel: 'stylesheet', href: "#{Pugin::ASSET_LOCATION_URL}/#{Pugin::ASSET_VERSION}/stylesheets/main.css" }
6
6
  - if Pugin::Feature::AssetOverrides.enabled?
7
- %link{rel: 'stylesheet', href: "https://s3-eu-west-1.amazonaws.com/web1live.static-assets/hybrid-bills/stylesheets/main.css" }
7
+ %link{rel: 'stylesheet', href: "https://s3-eu-west-1.amazonaws.com/web1live.static-assets-public/_hybrid-bills/stylesheets/main.css" }
8
8
  %meta{name: 'viewport', content: 'width=device-width, initial-scale=1.0'}
9
9
  %meta{'http-equiv': 'X-UA-Compatible', content: 'IE=edge'}
10
10
  %link{rel: 'shortcut icon', type: 'image/x-icon', href: "#{Pugin::STATIC_ASSET_LOCATION_URL}/favicon.ico"}
@@ -31,5 +31,5 @@
31
31
  = render 'pugin/components/footer'
32
32
  %script{src: "#{Pugin::ASSET_LOCATION_URL}/#{Pugin::ASSET_VERSION}/javascripts/main.js"}
33
33
  - if Pugin::Feature::AssetOverrides.enabled?
34
- %script{src: "https://s3-eu-west-1.amazonaws.com/web1live.static-assets/hybrid-bills/javascripts/main.js"}
34
+ %script{src: "https://s3-eu-west-1.amazonaws.com/web1live.static-assets-public/_hybrid-bills/javascripts/main.js"}
35
35
  = render partial: 'pugin/javascript/pingdom' if Pugin::Feature::Pingdom.enabled?
@@ -1,3 +1,3 @@
1
1
  module Pugin
2
- VERSION = '1.6.9'.freeze
2
+ VERSION = '1.6.10'.freeze
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pugin
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.6.9
4
+ version: 1.6.10
5
5
  platform: ruby
6
6
  authors:
7
7
  - Matt Rayner