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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 0155935e0dc854389eadbc0ce6086fe1acafcadc
4
- data.tar.gz: 72862e4b79513696484fefa79563212fbb238a1d
3
+ metadata.gz: 596aff57b06e8c0c3830d0c0d5add581e3c2ebb2
4
+ data.tar.gz: 791c7c8af44a203bda379e26fd1e80b0d23062c4
5
5
  SHA512:
6
- metadata.gz: a7893b374b542bbd2542d23394060d575384599f9600b83a1c70f5ab410d146e87cf308729237b4f4b29d22edc6057c5725a8d74d54be79bf9364d38a04e4df7
7
- data.tar.gz: 16312a21d8b5267317120651d126c2af1e816a447bca72d33478ecfce50321f5f188b55f2a4253dfe161b619bda0127c18d6f36e6f2f3fd485359012f2895ea4
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: Thu Jul 28 09:58:06 2016
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
- serializedAttributes._path = this.path;
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.0
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-07-28 00:00:00.000000000 Z
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: '0'
426
+ version: 1.3.1
427
427
  requirements: []
428
428
  rubyforge_project:
429
429
  rubygems_version: 2.4.5