filestack-rails 5.2.0 → 5.2.1
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 +4 -4
- data/README.md +1 -0
- data/lib/filestack_rails/version.rb +1 -1
- metadata +8 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: d3f384e23ab91eca28d8659671bcfc0ec3c313ca
|
|
4
|
+
data.tar.gz: ca86561f77eedbb676eef1a3beeae062797e3cde
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 4ef3b84118150d1d4edf219619696b45d5cb0be6011d3baf2b8b86dccd02b8d83a8dde3230efabc4d85356a247f3e642ddf2654a726f68da280e4f28674d1489
|
|
7
|
+
data.tar.gz: dedb079f04adef433455c32307e5653c91cb9371a8401cb94d72829274e3459a61a21972dbb7694f4b1e4a2a8df6df5e7483eb4e03964d9622a3193aad2adbca
|
data/README.md
CHANGED
|
@@ -201,6 +201,7 @@ The `filestack_image` tag wraps the generic Rails `image_tag` and generates a ne
|
|
|
201
201
|
```erb
|
|
202
202
|
<%= @user.filestack_url, transform: filestack_transform.resize(width:100, height:100).enhance %>
|
|
203
203
|
```
|
|
204
|
+
For a list of valid transformations, please see [here](https://www.filestack.com/docs/api/processing/).
|
|
204
205
|
|
|
205
206
|
### Ruby SDK
|
|
206
207
|
Filestack::Rails injects the Filestack Ruby SDK into your application for use anywhere. You can use it to access the rest of the Filestack API and find its documentation [here](https://github.com/filestack/filestack-ruby).
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: filestack-rails
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 5.2.
|
|
4
|
+
version: 5.2.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- filestack
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2019-
|
|
11
|
+
date: 2019-10-10 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rails
|
|
@@ -57,6 +57,9 @@ dependencies:
|
|
|
57
57
|
requirement: !ruby/object:Gem::Requirement
|
|
58
58
|
requirements:
|
|
59
59
|
- - "~>"
|
|
60
|
+
- !ruby/object:Gem::Version
|
|
61
|
+
version: '1.3'
|
|
62
|
+
- - ">="
|
|
60
63
|
- !ruby/object:Gem::Version
|
|
61
64
|
version: 1.3.6
|
|
62
65
|
type: :development
|
|
@@ -64,6 +67,9 @@ dependencies:
|
|
|
64
67
|
version_requirements: !ruby/object:Gem::Requirement
|
|
65
68
|
requirements:
|
|
66
69
|
- - "~>"
|
|
70
|
+
- !ruby/object:Gem::Version
|
|
71
|
+
version: '1.3'
|
|
72
|
+
- - ">="
|
|
67
73
|
- !ruby/object:Gem::Version
|
|
68
74
|
version: 1.3.6
|
|
69
75
|
- !ruby/object:Gem::Dependency
|