pugin 1.2.0 → 1.2.1

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 +3 -3
  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: 971496d5bbc15abad2bc0ac966989fa2989a8c9e
4
- data.tar.gz: 2169625e1b2fe4f4e027e70a6de30edb122245c0
3
+ metadata.gz: 23d909450967839cf8cd587211a8bcfc9080174d
4
+ data.tar.gz: 976f7f282d3c6166828d8efe58f9eab018ab3065
5
5
  SHA512:
6
- metadata.gz: 85cd9700373390f58a89cc42ff1591a14557455e33484e57668e365a2991f0220e7d6ce7870d3e31fa8faf2edf962fb10defdea138d8c983d89e7852c6419a2c
7
- data.tar.gz: f12b6b9231e3ecb84186a19d1280b5a6539272342adcad5a4a84d3ff21d74c747617fed9e9101a999441e3e3fe2946519e607ade2006fe84e70f98ab7220e076
6
+ metadata.gz: 21318a7954bb56927b8737add30ac9e6614498fb3fbc69d604114b49ab84439e5989bdb4fddfc03c9fc6e4e239a1091fec7d61de3b3691c63daf886cb0b75ddb
7
+ data.tar.gz: 48c417775418fa72d88a482c72407d9d97a86b0e7c534ab1f05544b39fba902cbdd6ea0b1602054d92ddd1eb23e1f44e239e740b3c79a65d7ad9bf689e4a577a
data/lib/pugin.rb CHANGED
@@ -1,9 +1,9 @@
1
1
  require 'pugin/version'
2
2
 
3
3
  module Pugin
4
- ASSET_VERSION = '1.6.1'.freeze
5
- ASSET_LOCATION_URL = ENV.fetch('ASSET_LOCATION_URL', 'https://s3-eu-west-1.amazonaws.com/web1devci.pugin-website')
6
- STATIC_ASSET_LOCATION_URL = ENV.fetch('STATIC_ASSET_LOCATION_URL', 'https://s3-eu-west-1.amazonaws.com/web1devci.static-assets')
4
+ ASSET_VERSION = '1.6.2'.freeze
5
+ ASSET_LOCATION_URL = ENV.fetch('ASSET_LOCATION_URL', 'https://s3-eu-west-1.amazonaws.com/web1live.pugin-website')
6
+ STATIC_ASSET_LOCATION_URL = ENV.fetch('STATIC_ASSET_LOCATION_URL', 'https://s3-eu-west-1.amazonaws.com/web1live.static-assets')
7
7
  class << self
8
8
  attr_writer :alternates
9
9
 
data/lib/pugin/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Pugin
2
- VERSION = '1.2.0'.freeze
2
+ VERSION = '1.2.1'.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.2.0
4
+ version: 1.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Matt Rayner
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-08-24 00:00:00.000000000 Z
11
+ date: 2017-08-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails