pugin 1.8.5 → 1.8.6

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/pugin/version.rb +1 -1
  3. data/lib/pugin.rb +1 -1
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: ad8cf7ad6936b278c4f03850a31e203bd976c017
4
- data.tar.gz: d61024b3858246decc76e0527bcd53519dee1e34
3
+ metadata.gz: 3789e56f7d244d1aa131c36b952cb54ef211cf00
4
+ data.tar.gz: 8191af9c1e2f2901870245181bd57b9622f9c952
5
5
  SHA512:
6
- metadata.gz: 95bce8cc1d57b0be200b9a09e7010ac4ffa7426b5126efbd891aa78ef6122ce59e47efd967d1583a636e352ad90e8c8e6c4cd872126d9a6ab219cf6575188f4e
7
- data.tar.gz: 2efc4282b46231da9b92ac87313ea33183ac18d5fa5828c8d0b9d6ffc7977465e427fda22dd06d59638bd8082a5e23547629ca8a2f0074a2c902bb0ba7ee61ec
6
+ metadata.gz: cee539cfda33e9666c12fedc763215809d874f6765828b2c09c4dd3562293667baa6b9a31d87b88146a600f39c2b1b773ba8bb296bab33c214633b63b0b50616
7
+ data.tar.gz: dd01bb97a1e2e7f39078fa1b252742dd75a2e9669da8437da735297d7eaa6c426802f376602b3a77dc078c5a5de9a5d91979b29487fc00d2c0ecca7ba99fa42d
data/lib/pugin/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Pugin
2
- VERSION = '1.8.5'.freeze
2
+ VERSION = '1.8.6'.freeze
3
3
  end
data/lib/pugin.rb CHANGED
@@ -1,7 +1,7 @@
1
1
  require 'pugin/version'
2
2
 
3
3
  module Pugin
4
- ASSET_VERSION = '1.9.2'.freeze
4
+ ASSET_VERSION = '1.9.3'.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')
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.8.5
4
+ version: 1.8.6
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-05-21 00:00:00.000000000 Z
11
+ date: 2018-05-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails