scrivito_sdk 1.4.0.rc2 → 1.4.0
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 +4 -4
- data/config/ca-bundle.crt +1 -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: fce9805ae73856438ce571e502221fc022886379
|
|
4
|
+
data.tar.gz: 9f684139de6d663857d89e8b8c87da1f10a63407
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5bba346142f54a4227be65871fb3116f87fc1f6595a150e11fa8b913a3cb48654241dd8469282a7cbad942b6bbdefe17b88986cf9bf97356eac789a5e0a969c9
|
|
7
|
+
data.tar.gz: 3a9bd4e493da3a4a0c42fd8347a0cb6f926ab2a159e6a2daeaa4d0d3bce33bda9b08fc2f133dab3c2e34e6eb34d60cc09afe6ae298e5fbf469ad18ceeeb167d4
|
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 Jun
|
|
4
|
+
## Certificate data from Mozilla as of: Thu Jun 23 10:28:31 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
|
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.4.0
|
|
4
|
+
version: 1.4.0
|
|
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-06-
|
|
11
|
+
date: 2016-06-23 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: addressable
|
|
@@ -422,9 +422,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
422
422
|
version: 2.1.0
|
|
423
423
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
424
424
|
requirements:
|
|
425
|
-
- - "
|
|
425
|
+
- - ">="
|
|
426
426
|
- !ruby/object:Gem::Version
|
|
427
|
-
version:
|
|
427
|
+
version: '0'
|
|
428
428
|
requirements: []
|
|
429
429
|
rubyforge_project:
|
|
430
430
|
rubygems_version: 2.4.5
|