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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: dd152cdc473d7d22147bcdf0955185d00c3c84f3
4
- data.tar.gz: 95170d3865def665caf98fc9ecd3ce2ae84076cd
3
+ metadata.gz: d3f384e23ab91eca28d8659671bcfc0ec3c313ca
4
+ data.tar.gz: ca86561f77eedbb676eef1a3beeae062797e3cde
5
5
  SHA512:
6
- metadata.gz: 847b2ecceb41ed39fbf3b156f59d3e9f82d2dc86f4712e0abfaa3294a441724e60c4592de64037b443dfa85266b7d1868149b857bafe9a900ec8a414d6434636
7
- data.tar.gz: de1e59f571e4b4cd9f42c419995e8a1bfd3565d085ca31c2429484535e3ff95d45ba9650f7bcd55da75e01c0527c248dbc4480cb71b23ea577b685d3177bd1bd
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).
@@ -1,3 +1,3 @@
1
1
  module FilestackRails
2
- VERSION = '5.2.0'
2
+ VERSION = '5.2.1'
3
3
  end
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.0
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-08-02 00:00:00.000000000 Z
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