pugin 1.6.21 → 1.6.22
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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 9e6c6ee8c4e18b5a182ef6e9717be764c02e5a98
|
|
4
|
+
data.tar.gz: fdf37548cb0660e3a39e8ec6d5a47fc9b3e9bedf
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 0cabeee73e34bcc419e316e412400cefa5221363f26c880054c0af3234092afb805ab3e169f6883ea97332a49de86cc1a9a71e26a153e2f35a259b50fc9f8a99
|
|
7
|
+
data.tar.gz: 2d4076f349f0fef7dfa545322bab831ab12236369ed6203357cb85cdc8a975ac8fddd152bb99e036d93a8ff36abc7f6bf57938d4bac2eb53b60ac22226432cb0
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
%svg{ width: '
|
|
1
|
+
%svg{ width: '20', height: '20', viewbox: '0 0 20 20', xmlns: 'http://www.w3.org/2000/svg', aria: { hidden: 'true' } }
|
|
2
2
|
%title Download icon
|
|
3
|
-
%g{ data: { icon: 'download' } }
|
|
4
|
-
%
|
|
5
|
-
%path{ d: '
|
|
3
|
+
%g{ data: { icon: 'download' }, fill: '#373150' }
|
|
4
|
+
%path{ d: 'M1,18L19,18L19,20L1,20Z' }
|
|
5
|
+
%path{ d: 'M8.973,0V12.743L5.349,9,4,10.448l5.3,5.289A1.045,1.045,0,0,0,9.96,16a0.978,0.978,0,0,0,.658-0.263L16,10.448,14.651,9l-3.7,3.743V0H8.973Z' }
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
%svg{ width: '20', height: '20', viewbox: '0 0 20 20', xmlns: 'http://www.w3.org/2000/svg', aria: { hidden: 'true' } }
|
|
2
|
+
%title Print icon
|
|
3
|
+
%g{ fill: '#373150' }
|
|
4
|
+
%path{ d: 'M15,1H5A2.006,2.006,0,0,0,3,3V5H17V3A2.006,2.006,0,0,0,15,1Z' }
|
|
5
|
+
%polygon{ points: '0 6 0 17 2.58 17 3.02 14.804 3.18 14 4 14 16 14 16.82 14 16.98 14.804 17.42 17 20 17 20 6 0 6' }
|
|
6
|
+
%polyline{ points: '16 15 17 20 3 20 4 15 16 15' }
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
%svg{ width: '20', height: '20', viewbox: '0 0 20 20', xmlns: 'http://www.w3.org/2000/svg', aria: { hidden: 'true' } }
|
|
2
|
+
%title Share icon
|
|
3
|
+
%g{ fill: '#373150' }
|
|
4
|
+
%circle{ cx: '3.5', cy: '10', r: '3.5' }
|
|
5
|
+
%circle{ cx: '16.5', cy: '3.5', r: '3.5' }
|
|
6
|
+
%circle{ cx: '16.5', cy: '16.5', r: '3.5' }
|
|
7
|
+
%rect{ x: '4.432', y: '5.453', width: '12', height: '2', transform: 'translate(-1.753 5.039) rotate(-25.122)' }
|
|
8
|
+
%rect{ x: '9.398', y: '7.62', width: '2', height: '12', transform: 'translate(-6.395 17.027) rotate(-64.11)' }
|
data/lib/pugin.rb
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
require 'pugin/version'
|
|
2
2
|
|
|
3
3
|
module Pugin
|
|
4
|
-
ASSET_VERSION = '1.8.
|
|
4
|
+
ASSET_VERSION = '1.8.1'.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
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.
|
|
4
|
+
version: 1.6.22
|
|
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-04-
|
|
11
|
+
date: 2018-04-12 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rails
|
|
@@ -207,7 +207,9 @@ files:
|
|
|
207
207
|
- app/views/pugin/icons/_close.html.haml
|
|
208
208
|
- app/views/pugin/icons/_download.html.haml
|
|
209
209
|
- app/views/pugin/icons/_file.html.haml
|
|
210
|
+
- app/views/pugin/icons/_print.html.haml
|
|
210
211
|
- app/views/pugin/icons/_search.html.haml
|
|
212
|
+
- app/views/pugin/icons/_share.html.haml
|
|
211
213
|
- app/views/pugin/icons/_uk-parliament.html.haml
|
|
212
214
|
- app/views/pugin/javascript/_google_tag_manager.haml
|
|
213
215
|
- app/views/pugin/javascript/_google_tag_manager_noscript.haml
|