wcc-styles 2.2.2 → 2.2.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: 53da736d5c80f24328f6121426bb54adc1d2857a
4
- data.tar.gz: 032f997574265a739b9ed4f801fa773905497fa1
3
+ metadata.gz: 19e5632a7a117a17a3d1489a87d9b1d2045e777f
4
+ data.tar.gz: bdbd1db840d71ed74dbd94a92079defd8c0526a5
5
5
  SHA512:
6
- metadata.gz: c59a0ffce835d90dab07c2b79665e8113f587864b12f450e4fd75117c1cebb805abfdd9cb859fff04234d5d6befcba2306d61c42d5b0bdb08e667a258ee24a62
7
- data.tar.gz: f7d4ba5df2edc4d4f2b71a791b6d4e6ae4dea6cf1b4c30f53c008e63a8305c2f2163f9b858eaf7af712a3b7bd53de58990192d12a17272690adb23e314a4d26b
6
+ metadata.gz: 9d060234576f2e73dc87b8399a25529802f6f33925fa5787b81eaa2baabeb36c0da0be7f3eaacb69cf48e7041d06005c94a4100bbe80a094705403fe5d4087d4
7
+ data.tar.gz: 2e461a6b29c66e20dd78f35040791fc353fb7d3371189dd711284cebd8d05171e3caedbc124e5b16dc0cb3a90d223a6aaa2b715f7e5a02220c3dac6ecb01fc60
@@ -72,10 +72,9 @@ class window.WCC.Dropzone extends Dropzone
72
72
 
73
73
  headers =
74
74
  "Accept": "application/json",
75
- "Cache-Control": "no-cache",
76
75
  "X-Requested-With": "XMLHttpRequest",
77
76
 
78
- extend headers, @options.headers if @options.headers
77
+ $.extend headers, @options.headers if @options.headers
79
78
 
80
79
  xhr.setRequestHeader headerName, headerValue for headerName, headerValue of headers
81
80
 
@@ -1,5 +1,5 @@
1
1
  module WCC
2
2
  module Styles
3
- VERSION = "2.2.2"
3
+ VERSION = "2.2.3"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: wcc-styles
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.2.2
4
+ version: 2.2.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Watermark Community Church
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-03-29 00:00:00.000000000 Z
11
+ date: 2020-08-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: coffee-rails