middleman-cdn 0.3.1 → 0.3.2

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
- SHA1:
3
- metadata.gz: f975832d615b4eadaa5cd9faeee9666f4ac7e28c
4
- data.tar.gz: da8f4109334891f5baf7f5497fe8ac9c946512b8
2
+ SHA256:
3
+ metadata.gz: 1b4664110e6b1a93f04e9a565b960c9d39f5ac16a7f6626240f9ca3d1f007fca
4
+ data.tar.gz: 9d0c00d0249eaf9a53603412428dd515e1d50c562a1d02d5b566e399803f386d
5
5
  SHA512:
6
- metadata.gz: b59a7548cbb4fdfd2572bfe12c04bbf5bc85987b411d5a409a4f3329333975791fb2a1303703c97e13b6886d9a5b5ba91f6d5f40b86d302799609cdb2e656ff7
7
- data.tar.gz: 744d1709675329e9494957f6ad43cf389c9117c2727225d0a41b888b7c9c3a021dfd9f871306defe01dad765a983a2827c1c33495ae1b22f25152673109098c8
6
+ metadata.gz: 87fdf46690568a7af76c7f7a0f9f3d8aa49489cf3cbd6d69b1c86fb199884b05d9314db718046ccfa739850190127cab4b3bb6e6218dfa837932d0c57c6ae04f
7
+ data.tar.gz: 6b86a5b11b416faad6d2ec1757a0d906b6d225740e26015dd50746a225b801b9f0e4daaf40813a4528ece3600d0191fc5a8da598f82b44cca497330fcfbf5600
@@ -6,7 +6,7 @@ rvm:
6
6
  - 2.4
7
7
  before_install:
8
8
  - gem update --system
9
- - gem install bundler
9
+ - gem install bundler -v 1.17.3
10
10
  gemfile:
11
11
  - gemfiles/middleman_3.3.gemfile
12
12
  - gemfiles/middleman_3.4.gemfile
data/README.md CHANGED
@@ -1,7 +1,7 @@
1
1
  # Middleman CDN
2
2
 
3
3
  [![Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/leighmcculloch/middleman-cdn?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
4
- [![Gem Version](https://badge.fury.io/rb/middleman-cdn.svg)](http://badge.fury.io/rb/middleman-cdn) [![Build Status](https://travis-ci.org/leighmcculloch/middleman-cdn.svg)](https://travis-ci.org/leighmcculloch/middleman-cdn) [![Coverage Status](https://img.shields.io/coveralls/leighmcculloch/middleman-cdn.svg)](https://coveralls.io/r/leighmcculloch/middleman-cdn) [![Dependency Status](https://gemnasium.com/leighmcculloch/middleman-cdn.png)](https://gemnasium.com/leighmcculloch/middleman-cdn)
4
+ [![Gem Version](https://badge.fury.io/rb/middleman-cdn.svg)](http://badge.fury.io/rb/middleman-cdn) [![Build Status](https://travis-ci.org/leighmcculloch/middleman-cdn.svg)](https://travis-ci.org/leighmcculloch/middleman-cdn) [![Coverage Status](https://img.shields.io/coveralls/leighmcculloch/middleman-cdn.svg)](https://coveralls.io/r/leighmcculloch/middleman-cdn)
5
5
 
6
6
  A [middleman](http://middlemanapp.com/) deploy tool for invalidating resources cached
7
7
  on common Content Delivery Networks (CDNs).
@@ -24,7 +24,7 @@ module Middleman
24
24
  options[:secret_access_key] ||= ENV['AWS_SECRET_ACCESS_KEY']
25
25
  [:access_key_id, :secret_access_key, :distribution_id].each do |key|
26
26
  if options[key].blank?
27
- say_status(ANSI.red{ "Error: Configuration key cloudfront[:base_urls] is missing." })
27
+ say_status(ANSI.red{ "Error: Configuration key cloudfront[:#{key}] is missing." })
28
28
  raise
29
29
  end
30
30
  end
@@ -1,5 +1,5 @@
1
1
  module Middleman
2
2
  module CDN
3
- VERSION = '0.3.1'
3
+ VERSION = '0.3.2'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: middleman-cdn
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.1
4
+ version: 0.3.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Leigh McCulloch
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-06-10 00:00:00.000000000 Z
11
+ date: 2019-01-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: fog-aws
@@ -243,7 +243,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
243
243
  version: '0'
244
244
  requirements: []
245
245
  rubyforge_project:
246
- rubygems_version: 2.5.2.1
246
+ rubygems_version: 2.7.6
247
247
  signing_key:
248
248
  specification_version: 4
249
249
  summary: Invalidate CloudFlare, AWS CloudFront, Rackspace, Fastly, or MaxCDN cache