web-connect 0.4.7 → 0.4.8

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
  SHA1:
3
- metadata.gz: 7ec3266fe040980d47e8593735c76ae2aea2bcd3
4
- data.tar.gz: a70d924ed4f412ae5a7ca3007c6b339afe262ea8
3
+ metadata.gz: 785c3c444073d6cdc7335cd43012d906077c9508
4
+ data.tar.gz: 4379992d2de679b72b1d49cc9ae88785ce3487a2
5
5
  SHA512:
6
- metadata.gz: c5d363c252b73d37f9e1bd0767d107426805c4b7f2ef1b398018ac8645546e3772fc183cde346528216eb21cf0b5cc9366922689fec01cfe105d56595ff6567f
7
- data.tar.gz: 860b18a65c7ffc1145387012e5706094f832f2c53fddb18db592f3b1d890594ddc97b4b28025c4ee3a9120ae07dc7b7933382d3212821eae8967afedca2be6f4
6
+ metadata.gz: c68c366842759bb2846c4404b81b9446470455bfdeb55999a90c57fcd9106d01df54e4ce77378d02fc4579ff8a9b96590f637ab1701b7275940ed8a5deb33cc2
7
+ data.tar.gz: 11340ed064f50c167e97c27f9184ed5cd76a8351e55ef091d5e020bcb7bd3576ea109dc1ad5e5a1a07f5693dd482b99c1f40702ee162e574c302a378733e41d3
@@ -1,6 +1,6 @@
1
1
  module Netfira
2
2
  module WebConnect
3
- VERSION = '0.4.7'
3
+ VERSION = '0.4.8'
4
4
  PLATFORM_AND_VERSION = 'Rack/' << VERSION
5
5
  end
6
6
  end
@@ -1115,7 +1115,9 @@ nf.Testing.Test.prototype = {
1115
1115
  break;
1116
1116
  }
1117
1117
  }
1118
+ nf.api.headers['Content-Type'] = 'application/octet-stream';
1118
1119
  nf.api.post('files/' + type + '/' + id, this.actions[i].binary, this.fileSent).owner = this;
1120
+ delete nf.api.headers['Content-Type'];
1119
1121
  nf.Testing.results.sendFile(type, id, this.actions[i].binary.length);
1120
1122
  this.startTimer();
1121
1123
  return;
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: web-connect
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.7
4
+ version: 0.4.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Neil E. Pearson