middleman-blog 3.5.2 → 3.5.3
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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 23f47f0936e797509009d946ca8e2cf1c5c7cc37
|
4
|
+
data.tar.gz: 444623757d6de91c8c90a3c50945c440c588263f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d46bbcd2deb299eb086603cc98a1d8b2246d8c50b114033e0852498de57d62747a9ae9f0aa92c4fa3fe8fad4f5d6b57c2b14c6a91ecd9a7507e60f0d2d2a517e
|
7
|
+
data.tar.gz: 7914d29e266f0c96bf0d31aa3053c9c65838036d2da5f734b1133c54fff92abf3095b1a0c141160a6ad0a6a9c2ff0de5dbe5b89d9b4b10e547802ece075b6d79
|
data/CHANGELOG.md
CHANGED
@@ -57,7 +57,7 @@ page "/feed.xml", layout: false
|
|
57
57
|
# page "/admin/*"
|
58
58
|
# end
|
59
59
|
|
60
|
-
# Proxy pages (http://middlemanapp.com/dynamic-pages/)
|
60
|
+
# Proxy pages (http://middlemanapp.com/basics/dynamic-pages/)
|
61
61
|
# proxy "/this-page-has-no-template.html", "/template-file.html", locals: {
|
62
62
|
# which_fake_page: "Rendering a fake page with a local variable" }
|
63
63
|
|
@@ -12,7 +12,7 @@ module Middleman
|
|
12
12
|
|
13
13
|
# Given a URI template string, make an Addressable::Template
|
14
14
|
# This supports the legacy middleman-blog/Sinatra style :colon
|
15
|
-
# URI templates as well as
|
15
|
+
# URI templates as well as RFC6570 templates.
|
16
16
|
#
|
17
17
|
# @param [String] tmpl_src URI template source
|
18
18
|
# @return [Addressable::Template] a URI template
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: middleman-blog
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.5.
|
4
|
+
version: 3.5.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Thomas Reynolds
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2014-
|
12
|
+
date: 2014-05-24 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: middleman-core
|