filestack-rails 3.0.0 → 3.1.0

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: f643090b9bcd40aa514028af3c55daa698c1da2d
4
- data.tar.gz: dc6883bfe68bc9bcfbfe133764a8ff7ede0fc08d
3
+ metadata.gz: 12acbf16028d407537c3f4f63b5764c6d0ffd122
4
+ data.tar.gz: 783890ee5cd1508e3f3e4826e96735ea72423cb2
5
5
  SHA512:
6
- metadata.gz: 28a60b5eae00b3317e31e1d64760cee207b6f9c2e1c719f431b83a7ad8d3200db3ad4ca8124d407cbb50b97ef33168a556ca1a8551ab496ef25f816f2f9e19f2
7
- data.tar.gz: bf56f2eb57772a9c9fbc2f4f56833f70c4848da7fce328af6af2dbc4dc1b8586e1471ea1c8189ca6d49175c2891a7ea735f5e7db6c1ee96a97314d46622eaf87
6
+ metadata.gz: 8e3eeac8a38167ca004b3d7753635d2ac2a7d14344be2261637d221dde07cf2b93dce36f1e3cc23d6716a3a86b3099f7e14d134be2f866bd38064932b9042708
7
+ data.tar.gz: ac9e762eb23a017c247a9d20e4330b68eab4f17390884a6a468ce03b56cfc3affc0b26729997c2e2efffe36b195e1012317a80fa7e3ff06bce094e3c90a6f06f
data/README.md CHANGED
@@ -12,12 +12,15 @@ This is the official Rails plugin for Filestack - API and content management sys
12
12
  * [Documentation](https://www.filestack.com/docs)
13
13
  * [API Reference](https://filestack.github.io/)
14
14
 
15
+ ## IMPORTANT
16
+ Users of 3.0.0 wishing to upgrade to 3.1.0+ should note that the Filestack::Ruby dependency has been updated to no longer interfere with namespace. However, if you were using that dependency in your Rails app, you will need to change any Client and Filelink class declarations to FilestackClient and FilestackFilelink, as per documented [here](https://github.com/filestack/filestack-ruby/blob/master/README.md)
17
+
15
18
  ## Installing
16
19
 
17
20
  Add this line to your application's Gemfile:
18
21
 
19
22
  ```ruby
20
- gem 'filestack-rails', require: 'filestack-rails'
23
+ gem 'filestack-rails'
21
24
  ```
22
25
 
23
26
  And then execute:
@@ -1,3 +1,3 @@
1
1
  module FilestackRails
2
- VERSION = '3.0.0'
2
+ VERSION = '3.1.0'
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.0.0
4
+ version: 3.1.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - filestack
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-07-25 00:00:00.000000000 Z
11
+ date: 2017-08-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
@@ -30,14 +30,14 @@ dependencies:
30
30
  requirements:
31
31
  - - "~>"
32
32
  - !ruby/object:Gem::Version
33
- version: 2.0.1
33
+ version: 2.1.0
34
34
  type: :runtime
35
35
  prerelease: false
36
36
  version_requirements: !ruby/object:Gem::Requirement
37
37
  requirements:
38
38
  - - "~>"
39
39
  - !ruby/object:Gem::Version
40
- version: 2.0.1
40
+ version: 2.1.0
41
41
  - !ruby/object:Gem::Dependency
42
42
  name: coveralls
43
43
  requirement: !ruby/object:Gem::Requirement
@@ -132,7 +132,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
132
132
  version: '0'
133
133
  requirements: []
134
134
  rubyforge_project:
135
- rubygems_version: 2.5.1
135
+ rubygems_version: 2.6.8
136
136
  signing_key:
137
137
  specification_version: 4
138
138
  summary: Filestack plugin for Rails 4+