scrivito_sdk 1.1.0 → 1.1.1

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: 86e44af99e46488670167af3a64730e3e3fd2eac
4
- data.tar.gz: a34fcacf9cd7c1951812450e9b1e763676b18fb6
3
+ metadata.gz: 7ed657cd94147d733215b1d1ae8f7202da06289c
4
+ data.tar.gz: fd1de99ae53a5b1b37f91c71cc3b4b3c2856acae
5
5
  SHA512:
6
- metadata.gz: 5de1c860821f4b2d855cf37a2ad17dbb97f5345ee2c26c730a7f3ec032bbd1e815e07f09bc7c54a8e156ee140d60a37885e2b36de78b07cb390151d2b126257e
7
- data.tar.gz: 701802be9814ba7c0176d1787d49050d963835b3ca56d4f03c6f925ad3a19cf31d426549d8d6e72d135ead757b327d390cdc54201a46566ddbefa82388999cf2
6
+ metadata.gz: 766b279180640d87811fcfc7721e3f9ef44c4e2a7801ba9cc10a63002021cc75de286b4295794356442fff28e553fb1dde5af5b8fd41bf87ff271c2daf082274
7
+ data.tar.gz: 36e338ec6084f6ea0bb4531fb5ad3755d84497efe3c1530fbeb13d640b6e1d5f93d42f3c8f9f07b604dcb9247b8ca3a983fbac84c2eff8b3c6e0fa3afdd2d06f
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: Fri Jan 22 12:18:06 2016
4
+ ## Certificate data from Mozilla as of: Tue Feb 9 14:34:27 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
@@ -64,7 +64,7 @@ module RoutingExtensions
64
64
  as: route.helper_name,
65
65
  }
66
66
 
67
- options[:constraints] = {id: /[a-z0-9]{16}/} if route_name == :slug_id
67
+ options[:constraints] = {id: /[a-f0-9]{16}/} if route_name == :slug_id
68
68
 
69
69
  begin
70
70
  match(path, options)
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.1.0
4
+ version: 1.1.1
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-01-22 00:00:00.000000000 Z
11
+ date: 2016-02-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: addressable