filestack-rails 3.2.1 → 3.2.2
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/lib/filestack_rails/configuration.rb +1 -1
- data/lib/filestack_rails/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: bffb8d92cde257a3277db67692e1a640a0c3b3f2
|
|
4
|
+
data.tar.gz: db94a7b9b183e97e0bd368e765a3c6bf5ef215e3
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c95ca50d0891e1aa8bb958b281bb76ec517fb524677d3218bed77266bc7343290f0924c26ba618f01186719f5235ea31edc059c7115424b987ab7e5d5bffca5b
|
|
7
|
+
data.tar.gz: ebce5740e9be1b1de6970e339a487349b1c94d773ff70aa0b55ea243f66577b167af995f469738aebaf23156cc7dfe73f21f2d9588c99beec8bba9ed71068444
|
|
@@ -3,7 +3,7 @@ module FilestackRails
|
|
|
3
3
|
attr_accessor :api_key, :client_name, :secret_key, :security, :expiry, :app_secret, :cname
|
|
4
4
|
|
|
5
5
|
def api_key
|
|
6
|
-
@api_key or raise "Set config.
|
|
6
|
+
@api_key or raise "Set config.filestack_rails.api_key"
|
|
7
7
|
end
|
|
8
8
|
|
|
9
9
|
def client_name
|
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: 3.2.
|
|
4
|
+
version: 3.2.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- filestack
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2019-01-18 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rails
|