pugin 1.6.20 → 1.6.21

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: f90bba92156f7f2003de151128a14e29bb813f5b
4
- data.tar.gz: 7ee117d188510a12d8ce09085557bb4dbe8c6d36
3
+ metadata.gz: e20942be0dccf87cc8517d80549f4ee1759116e1
4
+ data.tar.gz: 9f6baa4c1c5c634067cbf869787a64f244bc27ba
5
5
  SHA512:
6
- metadata.gz: d5d9705d91d516552ccb9c05d15710220c67d89a3249ba568433ace90932dfc4399d22cf666ac069ad8df163272e1cd97bf40939135d4de061482ff5a31608ed
7
- data.tar.gz: d687611e56106a6bc79944c1a0fc34d1ce9a26311680aa3cf3c071f43765ac64d9ed63a2c4324bf80a9f62854c718f0278fc5d13d2faffbb21924a00ac911a3e
6
+ metadata.gz: 457eebf0214112d42a5c3fdc55889273acbc880f95378a2dab01f5040a930f9e10dc1b313b8e6374d9ed7439d24e748518d9c7da3255e5c424279999b4175f37
7
+ data.tar.gz: c9fc0e5b1aed389c7755135fdbd188a850d5df569a9d3e4e1006443d86385dde6cb39f7c467347b22c77780b87a9c4ee5f58344a48f8ecc28c4cf44579ac6e8e
@@ -5,8 +5,6 @@
5
5
  %head
6
6
  %title= page_title
7
7
  %link{rel: 'stylesheet', href: "#{Pugin::ASSET_LOCATION_URL}/#{Pugin::ASSET_VERSION}/stylesheets/main.css" }
8
- - if Pugin::Feature::AssetOverrides.enabled?
9
- %link{rel: 'stylesheet', href: "https://s3-eu-west-1.amazonaws.com/web1live.static-assets-public/_hybrid-bills/stylesheets/main.css" }
10
8
  %meta{name: 'viewport', content: 'width=device-width, initial-scale=1.0'}
11
9
  %meta{'http-equiv': 'X-UA-Compatible', content: 'IE=edge'}
12
10
  %link{rel: 'shortcut icon', type: 'image/x-icon', href: "#{Pugin::STATIC_ASSET_LOCATION_URL}/favicon.ico"}
data/lib/pugin.rb CHANGED
@@ -1,7 +1,7 @@
1
1
  require 'pugin/version'
2
2
 
3
3
  module Pugin
4
- ASSET_VERSION = '1.7.7'.freeze
4
+ ASSET_VERSION = '1.8.0'.freeze
5
5
  ASSET_LOCATION_URL = ENV.fetch('ASSET_LOCATION_URL', 'https://s3-eu-west-1.amazonaws.com/web1live.pugin-website')
6
6
  STATIC_ASSET_LOCATION_URL = ENV.fetch('STATIC_ASSET_LOCATION_URL', 'https://s3-eu-west-1.amazonaws.com/web1live.static-assets')
7
7
  STATIC_ASSET_PUBLIC_LOCATION_URL = ENV.fetch('STATIC_ASSET_PUBLIC_LOCATION_URL', 'https://s3-eu-west-1.amazonaws.com/web1live.static-assets-public')
data/lib/pugin/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Pugin
2
- VERSION = '1.6.20'.freeze
2
+ VERSION = '1.6.21'.freeze
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pugin
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.6.20
4
+ version: 1.6.21
5
5
  platform: ruby
6
6
  authors:
7
7
  - Matt Rayner
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-03-28 00:00:00.000000000 Z
11
+ date: 2018-04-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails