scrivito_sdk 1.6.0.rc2 → 1.6.0.rc3

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: a07db261fd27ce4542a3d20b26f3f595d9c6d5cd
4
- data.tar.gz: f0fc7c93e359eb47f33f615dfe7b367647947be0
3
+ metadata.gz: 6eb9968e84428b41cc3c80fe59260aedfa80d8c8
4
+ data.tar.gz: 2ec90ed5b638eecf983efc81fc357b8ba32dcdba
5
5
  SHA512:
6
- metadata.gz: 9c987515511317e614303106d47f6043850a884d5089d22661d8dbbe9f341c6a0817c4956c38fa5ffe4a82a62f9d81b497c989dcd22b4af73e2c6bf94a2414e8
7
- data.tar.gz: 07959bf736757a1533661e6185695c2bb33dd45146acad7645143b7d236d37e53ba27a23e7f16761c5488bd8228597146ade57d4d9a218c6013897779c272e13
6
+ metadata.gz: 4d69fd23f8b06ff86461a166f26b1c00aff527feedbaab4e1da22e3f354b446b9038172e30eb7572371a293008438f4701aab8faa8b5c2ef4e17d5def7cc8900
7
+ data.tar.gz: a5b27b434ed2ca7cf5230e2c3dad76c57ee6435461d87b3fd9ce27329e8db8d51d8b51f7637579eacd58362237ddf7436182d99216aedd5e1668dc4b2d5c6d14
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: Wed Nov 9 15:47:06 2016 GMT
4
+ ## Certificate data from Mozilla as of: Fri Nov 18 15:18:52 2016 GMT
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
@@ -12579,7 +12579,7 @@ function _classCallCheck(instance, Constructor) { if (!(instance instanceof Cons
12579
12579
  },
12580
12580
 
12581
12581
  isFile: function isFile(obj) {
12582
- return this.isBlob(obj) && _.isDate(obj.lastModifiedDate) && _.isString(obj.name);
12582
+ return this.isBlob(obj) && _.isString(obj.name);
12583
12583
  }
12584
12584
  };
12585
12585
  })();
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.6.0.rc2
4
+ version: 1.6.0.rc3
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-09 00:00:00.000000000 Z
11
+ date: 2016-11-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: addressable