webspicy 0.15.0.pre.rc8 → 0.15.0.pre.rc9

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
  SHA256:
3
- metadata.gz: 810ff3dc305c9cc95688eb6bc438a1516acec69abf1aea3a26a19da7de39132c
4
- data.tar.gz: 49ed6046ce6c7e7984982f35439f8a479d4aeb8528e0b7f86e24ca889d578a52
3
+ metadata.gz: 9892bbf2e461e27ac5d2e009d1c00169841e45c92a9e9135300091db17965ba4
4
+ data.tar.gz: 95f5af15b58243cf2ed0ff5aacd47561ff05afe9d73337db12902479f8093e43
5
5
  SHA512:
6
- metadata.gz: feaa1877d8f00a42de712336d3eeebdea6e1a4d8b6c1587cc4978cc353fb2638718ad2c342c309a25da461bea909a4715711ebc226e3ba402f10b3cc8f8f3fd9
7
- data.tar.gz: a6e03d82c1234e45ce13c3f7d1dc43a02bb1bfcdfebf84ca8929d6729db331a48fceef720a2bcca0b09a9eeac9479214bd335167f37b1499e19d24b2eb5c9dea
6
+ metadata.gz: b2d0251e5eca82a7cf8383224aca04898844fe43b5342e87697d0af03a3caa4a65b134dfa4bf307aaa95d353430aec8e63ed1d6db6b5254eb034c60a5481609f
7
+ data.tar.gz: eeeabe5944386ec82316001363c612bb2bec1230a259427d562e26dff6d32a1c1c13ef8e5e889602e8c59c2c46fa370c5306773a96c248789da517422168f1f5
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: ../..
3
3
  specs:
4
- webspicy (0.15.0.pre.rc8)
4
+ webspicy (0.15.0.pre.rc9)
5
5
  finitio (>= 0.8.0)
6
6
  http (>= 2)
7
7
  mustermann (~> 1.0)
@@ -76,7 +76,7 @@ module Webspicy
76
76
  headers['Content-Type'] ||= 'application/json'
77
77
  @last_response = HTTP[headers].post(url, body: params.to_json)
78
78
  when FileUpload
79
- file = HTTP::FormData::File.new(body.path, {
79
+ file = HTTP::FormData::File.new(body.path.to_s, {
80
80
  content_type: body.content_type,
81
81
  filename: body.path.basename.to_s
82
82
  })
@@ -2,7 +2,7 @@ module Webspicy
2
2
  module Version
3
3
  MAJOR = 0
4
4
  MINOR = 15
5
- TINY = "0-rc8"
5
+ TINY = "0-rc9"
6
6
  end
7
7
  VERSION = "#{Version::MAJOR}.#{Version::MINOR}.#{Version::TINY}"
8
8
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: webspicy
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.15.0.pre.rc8
4
+ version: 0.15.0.pre.rc9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Bernard Lambeau