imgix 3.3.0 → 3.3.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: aacdd5bdf7d625eec3ee921e77ae5abc4ce477d3acb3fe157cd8dfbba17c290b
4
- data.tar.gz: fe73df2f92e6fdbba85ea88bf5354e0a3ae312f2d5d7807cf2d1e7d2085571d5
3
+ metadata.gz: 1af83e026e72b6ce6bfcfdf1169add23c12cbec68a7d7fbe03243150c832b34b
4
+ data.tar.gz: 3a7e0d57c3f65b75327e226918370771f7bb579284228de9e6de77d694d4fadc
5
5
  SHA512:
6
- metadata.gz: c61d6b8c35bc9ad6133eb72829be8afccb9aec4822775a2df0649b5c2536ba97a8b28884cc2559d3764b9cd66dd1dcd38dca8356be43f66dd8a3157e0c66db49
7
- data.tar.gz: f08aab23f7211ee429f017a9ac38f9bcf6c67fd2290814b1c7503f02d3e29a6265b7f171afbe23ccd09be37fd2083104d35ea8de59c17eaf1bc764ab24468db9
6
+ metadata.gz: 0a68e202aaa183a4974d9c15a20e97f404269879da403cb7a949c04dd5ba3053e4b4802aa2a7006826f357a4268f87fd20d14971034e598d792e18a5cd2b322d
7
+ data.tar.gz: e1f068f01a5cd8cac1b959bd16f9e2d586a72278a6b4be844a822c74a41c7b7e110471c36a4bf156b6ec6c17cbcc5e425ebdf40373b2424ce3360bd1ada391d2
@@ -0,0 +1,2 @@
1
+ # Default owners for repo
2
+ * @imgix/imgix-sdk-team
@@ -11,7 +11,7 @@ Please provide the following information and someone from @imgix/imgix-sdk-team
11
11
 
12
12
  **Before you submit:**
13
13
 
14
- - [ ] Please search through the [existing issues]([existing issues](https://github.com/imgix/imgix-rb/issues?utf8=%E2%9C%93&q=is%3Aissue)) to see if your question has already been discussed.
14
+ - [ ] Please search through the [existing issues](https://github.com/imgix/imgix-rb/issues?utf8=%E2%9C%93&q=is%3Aissue) to see if your question has already been discussed.
15
15
 
16
16
  **Question**
17
17
  A clear and concise description of your question.
@@ -3,6 +3,10 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  This project adheres to [Semantic Versioning](http://semver.org/).
5
5
 
6
+ ## [3.3.1](https://github.com/imgix/imgix-rb/compare/3.3.0...3.3.1) - July 27, 2020
7
+
8
+ * fix: ensure host is initialized ([#82](https://github.com/imgix/imgix-rb/pull/82))
9
+
6
10
  ## [3.3.0](https://github.com/imgix/imgix-rb/compare/3.2.1...3.3.0) - July 21, 2020
7
11
 
8
12
  * fix: warn prefix-with-args is deprecated ([#78](https://github.com/imgix/imgix-rb/pull/78))
@@ -23,6 +23,8 @@ module Imgix
23
23
  @host = host
24
24
  elsif domain
25
25
  @host = domain
26
+ else
27
+ @host = host
26
28
  end
27
29
 
28
30
  validate_host!
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Imgix
4
- VERSION = '3.3.0'
4
+ VERSION = '3.3.1'
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: imgix
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.3.0
4
+ version: 3.3.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kelly Sutton
@@ -13,7 +13,7 @@ authors:
13
13
  autorequire:
14
14
  bindir: bin
15
15
  cert_chain: []
16
- date: 2020-07-21 00:00:00.000000000 Z
16
+ date: 2020-07-27 00:00:00.000000000 Z
17
17
  dependencies:
18
18
  - !ruby/object:Gem::Dependency
19
19
  name: addressable
@@ -55,6 +55,7 @@ executables: []
55
55
  extensions: []
56
56
  extra_rdoc_files: []
57
57
  files:
58
+ - ".github/CODEOWNERS"
58
59
  - ".github/ISSUE_TEMPLATE/bug_report.md"
59
60
  - ".github/ISSUE_TEMPLATE/feature_request.md"
60
61
  - ".github/ISSUE_TEMPLATE/question.md"
@@ -86,8 +87,8 @@ licenses:
86
87
  metadata:
87
88
  bug_tracker_uri: https://github.com/imgix/imgix-rb/issues
88
89
  changelog_uri: https://github.com/imgix/imgix-rb/blob/main/CHANGELOG.md
89
- documentation_uri: https://www.rubydoc.info/gems/imgix/3.3.0
90
- source_code_uri: https://github.com/imgix/imgix-rb/tree/3.3.0
90
+ documentation_uri: https://www.rubydoc.info/gems/imgix/3.3.1
91
+ source_code_uri: https://github.com/imgix/imgix-rb/tree/3.3.1
91
92
  post_install_message:
92
93
  rdoc_options: []
93
94
  require_paths: