middleman-pagegroups 1.0.5 → 1.0.6

Sign up to get free protection for your applications and to get access to all the features.
@@ -9,7 +9,7 @@ gem 'wdm', '~> 0.1.0', platforms: [:mswin, :mingw]
9
9
  gem 'tzinfo-data', platforms: [:mswin, :mingw, :jruby]
10
10
 
11
11
  # Middleman Gems
12
- gem 'middleman-pagegroups', '~> 1.0.5'
12
+ gem 'middleman-pagegroups', '~> 1.0.6'
13
13
  gem 'middleman', '~> 4.1.7'
14
14
  gem 'middleman-syntax'
15
15
 
@@ -86,7 +86,11 @@ helpers do
86
86
  end
87
87
 
88
88
  def product_version
89
- '1.0.5'
89
+ '1.0.6'
90
+ end
91
+
92
+ def product_uri
93
+ 'http://https://github.com/middlemac/middleman-pagegroups'
90
94
  end
91
95
 
92
96
  end
@@ -72,7 +72,7 @@ Feature: Provide helpers and resource items to make multiple targets easy to man
72
72
  And the file "index.html" should contain 'current_resource.brethren_next:nil'
73
73
  And the file "index.html" should contain 'current_resource.brethren_previous:nil'
74
74
  And the file "index.html" should contain 'current_resource.group_count:1'
75
- And the file "index.html" should contain 'current_resource.legitimate_children:[#<Middleman::Sitemap::Resource path=sub_folder_01/index.html>, #<Middleman::Sitemap::Resource path=20_sub_folder_02/index.html>]'
75
+ And the file "index.html" should contain 'current_resource.legitimate_children:[#<Middleman::Sitemap::Resource path=sub_folder_01/index.html>, #<Middleman::Sitemap::Resource path=20_sub_folder_02/index.html>, #<Middleman::Sitemap::Resource path=30_nested_top/index.html>]'
76
76
  And the file "index.html" should contain 'current_resource.navigator_eligible:nil'
77
77
  And the file "index.html" should contain 'current_resource.page_group:source'
78
78
  And the file "index.html" should contain 'current_resource.page_name:index'
@@ -1,5 +1,5 @@
1
1
  module Middleman
2
2
  module MiddlemanPageGroups
3
- VERSION = '1.0.5'
3
+ VERSION = '1.0.6'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: middleman-pagegroups
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.5
4
+ version: 1.0.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jim Derry
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-06-30 00:00:00.000000000 Z
11
+ date: 2016-07-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: middleman-core
@@ -140,6 +140,7 @@ files:
140
140
  - Gemfile
141
141
  - LICENSE.md
142
142
  - README.md
143
+ - README_doc.html
143
144
  - Rakefile
144
145
  - bin/middleman-pagegroups
145
146
  - documentation_project/.gitignore