cloudflare_image_resizing 1.0.0 → 1.0.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +1 -1
- data/lib/cloudflare_image_resizing/configuration.rb +1 -1
- data/lib/cloudflare_image_resizing/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d23f56bebd6a208cdda2c3599e8ec7eb7ec124a6931377eff546bbd4747323b6
|
4
|
+
data.tar.gz: 66bc89bc04313bfb91a253e554ea8198dc757fe323a256fe70e03f69229699ed
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 007ee7c576f15f0b27fd7ef138559d9d015cab9aa73818ee023c78da005d1eb0dcc76d43d88653866b11dba854e70ef606c3d56a0c1266335453cd0609a544b2
|
7
|
+
data.tar.gz: '038d063a11524029e65533f4e4d1d67f444c508ccff331b724fa7a85f0845c1b5dd994f8dfad5a3a27926e679eb950d38a59df51344eaf682f0234027f1865e2'
|
data/README.md
CHANGED
@@ -60,7 +60,7 @@ gem "cloudflare_image_resizing"
|
|
60
60
|
|
61
61
|
## Configuration
|
62
62
|
|
63
|
-
You can use an initializer to configure the `enabled` flag (defaults to `true` for non-local environments, checking `Rails.env.local?`.)
|
63
|
+
You can use an initializer to configure the `enabled` flag (defaults to `true` for non-local environments (production), checking `Rails.env.local?`.)
|
64
64
|
|
65
65
|
```ruby
|
66
66
|
Rails.application.config.cloudflare_image_resizing.enabled = false
|