minimum_viable_product 0.7.7 → 0.7.8

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: 66cf66b331311e9d61a3b8308bfb8f885bd59473
4
- data.tar.gz: 079c3fafc5461535c65bddfd73c2ebbe516d1110
3
+ metadata.gz: 28108bec056d9f19efa9a2010df5cda037a1a7b0
4
+ data.tar.gz: eb9a5e44fac4d40d8e3ec1d39aa0a67a5bef0552
5
5
  SHA512:
6
- metadata.gz: dff99c7841361b7889b9e0fee86667cbaa97e9b18405dba81e154fc71ff80dd5dc33f43ddd4cea81e13d4273e76abd2b8b92629809a355849c4527ca1b08cf97
7
- data.tar.gz: 4c5ab6ca324defd527361dd3bf3f994280cd6cbc6feaa32064583885adf6f9b32ac5d1b6e741a56cca5db28eccd2da774f7ada1300f7abfdbd2a4253dc40e6c1
6
+ metadata.gz: 959d0946bb1d9a2cbc53adee91fe093ddfea74f0f517eb9b75c3215db8200e1b5fc9571278efaa21edcbcc67850be9bdd8ab2b76e5833e343f1a3f13b7ec4107
7
+ data.tar.gz: c5543ba931467b47e3b59e43979c74161f735940dc7be370df9710fde712358a9cdef5b08701b7925690420297fe78089e8deb6505b726279ac9d1cded19e94f
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.7.7
1
+ 0.7.8
@@ -3,4 +3,5 @@ Cloudinary.config do |config|
3
3
  config.api_key = ENV['CLOUDINARY_KEY']
4
4
  config.api_secret = ENV['CLOUDINARY_SECRET']
5
5
  config.cdn_subdomain = true
6
+ config.secure = true
6
7
  end
@@ -2,11 +2,11 @@
2
2
  # DO NOT EDIT THIS FILE DIRECTLY
3
3
  # Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
4
4
  # -*- encoding: utf-8 -*-
5
- # stub: minimum_viable_product 0.7.7 ruby lib
5
+ # stub: minimum_viable_product 0.7.8 ruby lib
6
6
 
7
7
  Gem::Specification.new do |s|
8
8
  s.name = "minimum_viable_product"
9
- s.version = "0.7.7"
9
+ s.version = "0.7.8"
10
10
 
11
11
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
12
12
  s.require_paths = ["lib"]
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: minimum_viable_product
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.7.7
4
+ version: 0.7.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ian Hunter