filestack 2.5.2 → 2.5.3

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: c4b792957f9dc3e84fe53aeecc98d088b9ec1941
4
- data.tar.gz: 29562af8a373847ea32f244fbc46116cff991e36
3
+ metadata.gz: 0b7d3ba72df49cc4fd9149008f780ada8d2e0aa4
4
+ data.tar.gz: 82c84956bbedf392a56c4ef5a2ba160ed69f0a8a
5
5
  SHA512:
6
- metadata.gz: 47f09d02f36fa3f5d1347d635357e51839cb1a59850ad3e793a4e5e1fbe83e26c4efecd063ebe31d3544a9323386ac976294c2b9efc0c38e28e78847f358b444
7
- data.tar.gz: e174e7a233c4d89a99448a0ed7fe909ee02510618656d1e4e790224574e6b481925dece9d10e881ef51d18c09b9b5ee82750249be7356c4d9004f0ca6551366c
6
+ metadata.gz: d51fc97148fc3f95c82d57102b8662fdd8489da4d61ff52c395cef2a7b0df064e3bdc53567a5fd2fbdff88a5af171013e94e428c5f49db78eb7d18aa0b9a2250
7
+ data.tar.gz: f9737bbf117c1f5919fd945e6aef60e3ed1888b12a171789f16d25871f249494b557429c1e7668e7bda718477bb1353e7e5231ca30d01228d86507529395f8c5
data/.travis.yml CHANGED
@@ -5,6 +5,10 @@ rvm:
5
5
  - 2.1
6
6
  - 2.2
7
7
  - 2.3
8
-
8
+
9
+ before_install:
10
+ - gem uninstall -v '>= 2' -i $(rvm gemdir)@global -ax bundler || true
11
+ - gem install bundler -v '< 2'
12
+
9
13
  after_success:
10
- - coveralls
14
+ - coveralls
data/CHANGELOG.md CHANGED
@@ -1,5 +1,8 @@
1
1
  # Filestack-Ruby Changelog
2
2
 
3
+ ## 2.5.3 (January 18, 2019)
4
+ - Fixed issue with upload with passed params (mimetype, path, etc.) for external url
5
+
3
6
  ## 2.5.2 (January 7, 2019)
4
7
  - Fix rounded_corners typo in transformations
5
8
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 2.5.2
1
+ 2.5.3
@@ -1,5 +1,5 @@
1
1
  module Filestack
2
2
  module Ruby
3
- VERSION = '2.5.2'.freeze
3
+ VERSION = '2.5.3'.freeze
4
4
  end
5
5
  end
@@ -58,7 +58,7 @@ module UploadUtils
58
58
  FilestackConfig::HEADERS
59
59
  end
60
60
  Typhoeus.public_send(
61
- action, url, body: parameters, headers: headers
61
+ action, url, params: parameters, headers: headers
62
62
  )
63
63
  end
64
64
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: filestack
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.5.2
4
+ version: 2.5.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Filestack
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2019-01-07 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: typhoeus