alula 0.4.2 → 0.4.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.
- data/VERSION +1 -1
- data/lib/alula/generators/sitemap.rb +1 -0
- metadata +4 -4
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.4.
|
|
1
|
+
0.4.3
|
|
@@ -6,6 +6,7 @@ module Alula
|
|
|
6
6
|
urls_callback = ->(context) {
|
|
7
7
|
(context.site.content.posts + context.site.content.pages)
|
|
8
8
|
.reject {|content| content.generator == self }
|
|
9
|
+
.reject {|content| content.metadata.sitemap == false }
|
|
9
10
|
.collect { |content|
|
|
10
11
|
content.languages.collect{|lang| {
|
|
11
12
|
url: content.url(lang),
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: alula
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.4.
|
|
4
|
+
version: 0.4.3
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2012-07-
|
|
12
|
+
date: 2012-07-18 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: parallel
|
|
@@ -644,7 +644,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
644
644
|
version: '0'
|
|
645
645
|
segments:
|
|
646
646
|
- 0
|
|
647
|
-
hash:
|
|
647
|
+
hash: -1741549545950359513
|
|
648
648
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
649
649
|
none: false
|
|
650
650
|
requirements:
|
|
@@ -653,7 +653,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
653
653
|
version: '0'
|
|
654
654
|
segments:
|
|
655
655
|
- 0
|
|
656
|
-
hash:
|
|
656
|
+
hash: -1741549545950359513
|
|
657
657
|
requirements: []
|
|
658
658
|
rubyforge_project:
|
|
659
659
|
rubygems_version: 1.8.23
|