alula 0.4.25 → 0.4.26

Sign up to get free protection for your applications and to get access to all the features.
data/lib/alula/config.rb CHANGED
@@ -103,12 +103,12 @@ module Alula
103
103
  items: 10,
104
104
  template: "/:locale/page/:page/",
105
105
  },
106
- feedjson: {
107
- items: 10,
108
- name: "feed.json",
109
- slug: "feedjson",
110
- template: "/:locale/:name",
111
- },
106
+ # feedjson: {
107
+ # items: 10,
108
+ # name: "feed.json",
109
+ # slug: "feedjson",
110
+ # template: "/:locale/:name",
111
+ # },
112
112
  feedbuilder: {
113
113
  items: 10,
114
114
  name: "feed.xml",
data/lib/alula/version.rb CHANGED
@@ -2,7 +2,7 @@ module Alula
2
2
  module VERSION
3
3
  MAJOR = 0
4
4
  MINOR = 4
5
- PATCH = 25
5
+ PATCH = 26
6
6
  PRE = nil
7
7
 
8
8
  STRING = [MAJOR, MINOR, PATCH, PRE].compact.join('.')
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.25
4
+ version: 0.4.26
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: