scrivito_sdk 1.5.0 → 1.5.1.rc1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/config/ca-bundle.crt +1 -1
- data/lib/assets/javascripts/scrivito_ui.js +3 -1
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 596aff57b06e8c0c3830d0c0d5add581e3c2ebb2
|
4
|
+
data.tar.gz: 791c7c8af44a203bda379e26fd1e80b0d23062c4
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c1a1f9470c2721f6ba3f713074fd3f98049ecd4152fc3cb480e0364a4bbe4ab7434bf10df97484819fe8cb2fccd34a26d09303cab43fb2e93ccb0df96d90c147
|
7
|
+
data.tar.gz: ef4f9f4762be39b48db790a179c46ca8bf387e1f87570ad04987890741aa6b83528fd8731cc0ab2ce01c1293eb5a06daef1c888d9bdc8e682424089add2a9ecb
|
data/config/ca-bundle.crt
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
##
|
2
2
|
## Bundle of CA Root Certificates
|
3
3
|
##
|
4
|
-
## Certificate data from Mozilla as of:
|
4
|
+
## Certificate data from Mozilla as of: Fri Aug 19 13:13:46 2016
|
5
5
|
##
|
6
6
|
## This is a bundle of X.509 certificates of public Certificate Authorities
|
7
7
|
## (CA). These were automatically extracted from Mozilla's root certificates
|
@@ -46240,7 +46240,9 @@ function _inherits(subClass, superClass) { if (typeof superClass !== 'function'
|
|
46240
46240
|
|
46241
46241
|
serializedAttributes._id = objId;
|
46242
46242
|
serializedAttributes._obj_class = this.objClass;
|
46243
|
-
|
46243
|
+
if (this.path) {
|
46244
|
+
serializedAttributes._path = computeParentPath(this.path) + '/' + objId;
|
46245
|
+
}
|
46244
46246
|
|
46245
46247
|
return scrivito.PublicPromise.all(uploadPromises).then(function (binaries) {
|
46246
46248
|
_.each(binaries, function (_ref2) {
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: scrivito_sdk
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.5.
|
4
|
+
version: 1.5.1.rc1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Infopark AG
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2016-
|
11
|
+
date: 2016-08-19 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: addressable
|
@@ -421,9 +421,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
421
421
|
version: 2.1.0
|
422
422
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
423
423
|
requirements:
|
424
|
-
- - "
|
424
|
+
- - ">"
|
425
425
|
- !ruby/object:Gem::Version
|
426
|
-
version:
|
426
|
+
version: 1.3.1
|
427
427
|
requirements: []
|
428
428
|
rubyforge_project:
|
429
429
|
rubygems_version: 2.4.5
|