comfortable_mexican_sofa 1.6.21 → 1.6.22
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.
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.6.
|
|
1
|
+
1.6.22
|
|
@@ -195,7 +195,7 @@ $.CMS = function(){
|
|
|
195
195
|
xhr.open('POST', action, true);
|
|
196
196
|
xhr.setRequestHeader('Accept', 'application/javascript');
|
|
197
197
|
xhr.setRequestHeader('X-CSRF-Token', $('meta[name=csrf-token]').attr('content'));
|
|
198
|
-
xhr.setRequestHeader('Content-Type', file.content_type);
|
|
198
|
+
xhr.setRequestHeader('Content-Type', file.content_type || file.type);
|
|
199
199
|
xhr.setRequestHeader('X-File-Name', file.name);
|
|
200
200
|
xhr.setRequestHeader('X-Requested-With', 'XMLHttpRequest');
|
|
201
201
|
xhr.send(file);
|
|
@@ -220,4 +220,4 @@ $.CMS = function(){
|
|
|
220
220
|
});
|
|
221
221
|
}
|
|
222
222
|
}
|
|
223
|
-
}();
|
|
223
|
+
}();
|
|
@@ -5,11 +5,11 @@
|
|
|
5
5
|
|
|
6
6
|
Gem::Specification.new do |s|
|
|
7
7
|
s.name = "comfortable_mexican_sofa"
|
|
8
|
-
s.version = "1.6.
|
|
8
|
+
s.version = "1.6.22"
|
|
9
9
|
|
|
10
10
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
|
11
11
|
s.authors = ["Oleg Khabarov", "The Working Group Inc"]
|
|
12
|
-
s.date = "2012-07-
|
|
12
|
+
s.date = "2012-07-10"
|
|
13
13
|
s.description = ""
|
|
14
14
|
s.email = "oleg@theworkinggroup.ca"
|
|
15
15
|
s.extra_rdoc_files = [
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: comfortable_mexican_sofa
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.6.
|
|
4
|
+
version: 1.6.22
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -10,7 +10,7 @@ authors:
|
|
|
10
10
|
autorequire:
|
|
11
11
|
bindir: bin
|
|
12
12
|
cert_chain: []
|
|
13
|
-
date: 2012-07-
|
|
13
|
+
date: 2012-07-10 00:00:00.000000000 Z
|
|
14
14
|
dependencies:
|
|
15
15
|
- !ruby/object:Gem::Dependency
|
|
16
16
|
name: rails
|
|
@@ -385,7 +385,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
385
385
|
version: '0'
|
|
386
386
|
segments:
|
|
387
387
|
- 0
|
|
388
|
-
hash:
|
|
388
|
+
hash: -182474647756658026
|
|
389
389
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
390
390
|
none: false
|
|
391
391
|
requirements:
|