middleman-blog 3.5.2 → 3.5.3

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: 22770d35db1f34d0390f3f54b1e81f83f82db571
4
- data.tar.gz: 2881759a6e49a107f918874b861e582dd606091c
3
+ metadata.gz: 23f47f0936e797509009d946ca8e2cf1c5c7cc37
4
+ data.tar.gz: 444623757d6de91c8c90a3c50945c440c588263f
5
5
  SHA512:
6
- metadata.gz: 50e210cc5210809498128aa105265f4056b39e31af63d0dc37faa18a015dd6b43ca10af5cd89f282bad0775472bace318f6e5aee61573f5763b866ba739fa311
7
- data.tar.gz: 93fde692a714779f015ec18a2a6fcb46c72eba7912c90b12fdb7d6fd2c7cd15b5cf1efaefc59425ed54b92fc773d6e1f6392ab1adaa7bf38be43c7e944d61868
6
+ metadata.gz: d46bbcd2deb299eb086603cc98a1d8b2246d8c50b114033e0852498de57d62747a9ae9f0aa92c4fa3fe8fad4f5d6b57c2b14c6a91ecd9a7507e60f0d2d2a517e
7
+ data.tar.gz: 7914d29e266f0c96bf0d31aa3053c9c65838036d2da5f734b1133c54fff92abf3095b1a0c141160a6ad0a6a9c2ff0de5dbe5b89d9b4b10e547802ece075b6d79
data/CHANGELOG.md CHANGED
@@ -1,3 +1,8 @@
1
+ 3.5.3
2
+ ===
3
+
4
+ Update blog_article active_support requires. Fixes #205
5
+
1
6
  3.5.2
2
7
  ===
3
8
 
@@ -1,5 +1,6 @@
1
1
  # -*- coding: utf-8 -*-
2
2
  require 'active_support/time_with_zone'
3
+ require 'active_support/core_ext/time/acts_like'
3
4
  require 'active_support/core_ext/time/calculations'
4
5
 
5
6
  module Middleman
@@ -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 RFC6470 templates.
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
@@ -1,5 +1,5 @@
1
1
  module Middleman
2
2
  module Blog
3
- VERSION = "3.5.2"
3
+ VERSION = "3.5.3"
4
4
  end
5
5
  end
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.2
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-03-02 00:00:00.000000000 Z
12
+ date: 2014-05-24 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: middleman-core