pugin 1.9.4 → 1.9.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: 3246715f31f6b86d9d1533066aeae2d2de94ff9c
4
- data.tar.gz: 973ab9b9f8be37a99242529540d01174054695a6
3
+ metadata.gz: d7d39644c1eb38305309b5ce597b058c085caf70
4
+ data.tar.gz: c74a46f334e3895c5aa6d0d976d9b13f0c9cb397
5
5
  SHA512:
6
- metadata.gz: 413363d0a2ae9db72bec03c7eb8da231110fdf287b14257f8b3c93eea51268304fb308271d4503ab5b78778a75ab8b95f18ff1f7858d43529d62ebd8c7ad5da1
7
- data.tar.gz: d37295264f43a2caa71d43f130399a33529506abc7c3d4484ce530b5f6a341129aed473d5e0c47dd6bcb69d54e00944d5ab58f6dd0909b6b0e9f69b879829dad
6
+ metadata.gz: 34f7d5d57d2f291b028e04d47b3f5a93f6838b9a4880afb828de28360e9a8111faf063bf664d84dc30b56060615129213ce5bf293a18a86a8a6b89cae8237af3
7
+ data.tar.gz: b2d48100651f2dc6b36f5d9fb471a723905ef026dab98127a1e3c940bf7b6cff6d0a4043d7cc02721e2928ee54752d636c2103b7a94869842479d44408fadd94
@@ -5,6 +5,7 @@
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
+ %link{rel: 'stylesheet', href: "#{Pugin::ASSET_LOCATION_URL}/#{Pugin::ASSET_VERSION}/stylesheets/legacy.css" }
8
9
  %meta{name: 'viewport', content: 'width=device-width, initial-scale=1.0'}
9
10
  %meta{'http-equiv' => 'X-UA-Compatible', content: 'IE=edge'}
10
11
  %link{rel: 'shortcut icon', type: 'image/x-icon', href: "#{Pugin::STATIC_ASSET_PUBLIC_LOCATION_URL}/favicon.ico"}
@@ -1,7 +1,7 @@
1
1
  require 'pugin/version'
2
2
 
3
3
  module Pugin
4
- ASSET_VERSION = '1.10.3'.freeze
4
+ ASSET_VERSION = '1.10.6'.freeze
5
5
  ASSET_LOCATION_URL = ENV.fetch('ASSET_LOCATION_URL', 'https://static.parliament.uk/pugin')
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://static.parliament.uk/assets-public')
@@ -1,3 +1,3 @@
1
1
  module Pugin
2
- VERSION = '1.9.4'.freeze
2
+ VERSION = '1.9.5'.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.9.4
4
+ version: 1.9.5
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-08-14 00:00:00.000000000 Z
11
+ date: 2018-08-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails