filestack-rails 3.2.1 → 3.2.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 316bbdae5d2fcd6c7da4dab0a7190603ca63eb4f
4
- data.tar.gz: ccdc39888000d7806af628c8fcacc973bd7da6c1
3
+ metadata.gz: bffb8d92cde257a3277db67692e1a640a0c3b3f2
4
+ data.tar.gz: db94a7b9b183e97e0bd368e765a3c6bf5ef215e3
5
5
  SHA512:
6
- metadata.gz: 29cb14c32ced620b93cee5d726b7e1b8edb673ba47fbd64841601b6918599f9d87ae4543b15dba47c3099b2a1c5d5bca128913d4c0072ef3bd53ae336c87b0f0
7
- data.tar.gz: 25bf41818b24558f87d5d7a1d38b88a664ee97173a666d01df0f942fc2722c1173cce18ab020ffe855b985e312e34324eb285181c3c7f99aab1f502b8e9bb4f8
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.filepicker_rails.api_key"
6
+ @api_key or raise "Set config.filestack_rails.api_key"
7
7
  end
8
8
 
9
9
  def client_name
@@ -1,3 +1,3 @@
1
1
  module FilestackRails
2
- VERSION = '3.2.1'
2
+ VERSION = '3.2.2'
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: 3.2.1
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: 2018-10-10 00:00:00.000000000 Z
11
+ date: 2019-01-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails