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 +4 -4
- data/.github/CODEOWNERS +2 -0
- data/.github/ISSUE_TEMPLATE/question.md +1 -1
- data/CHANGELOG.md +4 -0
- data/lib/imgix/client.rb +2 -0
- data/lib/imgix/version.rb +1 -1
- metadata +5 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 1af83e026e72b6ce6bfcfdf1169add23c12cbec68a7d7fbe03243150c832b34b
|
4
|
+
data.tar.gz: 3a7e0d57c3f65b75327e226918370771f7bb579284228de9e6de77d694d4fadc
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0a68e202aaa183a4974d9c15a20e97f404269879da403cb7a949c04dd5ba3053e4b4802aa2a7006826f357a4268f87fd20d14971034e598d792e18a5cd2b322d
|
7
|
+
data.tar.gz: e1f068f01a5cd8cac1b959bd16f9e2d586a72278a6b4be844a822c74a41c7b7e110471c36a4bf156b6ec6c17cbcc5e425ebdf40373b2424ce3360bd1ada391d2
|
data/.github/CODEOWNERS
ADDED
@@ -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](
|
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.
|
data/CHANGELOG.md
CHANGED
@@ -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))
|
data/lib/imgix/client.rb
CHANGED
data/lib/imgix/version.rb
CHANGED
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.
|
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-
|
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.
|
90
|
-
source_code_uri: https://github.com/imgix/imgix-rb/tree/3.3.
|
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:
|