pugin 1.6.19 → 1.6.20

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.rb +1 -1
  3. data/lib/pugin/version.rb +1 -1
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 34ef0d9f72b61f77c26af41d344f9141d6465942
4
- data.tar.gz: bca96446c049c408f536e7eccda3f4d178fd3346
3
+ metadata.gz: f90bba92156f7f2003de151128a14e29bb813f5b
4
+ data.tar.gz: 7ee117d188510a12d8ce09085557bb4dbe8c6d36
5
5
  SHA512:
6
- metadata.gz: e7a324341dff94c1027e4f201bc99c0ef8b945eab1388757d49573f56aad692d21045c9393c5e75beffb2512e71048956541fe4dfdd1a54e058f7f0476ef0eb3
7
- data.tar.gz: b38eee7981d077790431ca6e8fdb074e2f0b28f55983b9ab9278c2c27cc6339a83a1a8eef39ca74fc0bd7ff615a91919c1d79a2dc5af6c32ebe8ee4f913c6345
6
+ metadata.gz: d5d9705d91d516552ccb9c05d15710220c67d89a3249ba568433ace90932dfc4399d22cf666ac069ad8df163272e1cd97bf40939135d4de061482ff5a31608ed
7
+ data.tar.gz: d687611e56106a6bc79944c1a0fc34d1ce9a26311680aa3cf3c071f43765ac64d9ed63a2c4324bf80a9f62854c718f0278fc5d13d2faffbb21924a00ac911a3e
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.6'.freeze
4
+ ASSET_VERSION = '1.7.7'.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.19'.freeze
2
+ VERSION = '1.6.20'.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.19
4
+ version: 1.6.20
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-19 00:00:00.000000000 Z
11
+ date: 2018-03-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails