dynarex-blog 0.3.14 → 0.3.15
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/dynarex-blog.rb +2 -3
- metadata +2 -2
data/lib/dynarex-blog.rb
CHANGED
@@ -141,8 +141,6 @@ class DynarexBlog
|
|
141
141
|
total_pages: total_pages
|
142
142
|
}
|
143
143
|
|
144
|
-
context = lookup[/^([a-zA-Z][\w\+-]+)_lookup.xml/,1]
|
145
|
-
summary[:context] = context if context
|
146
144
|
summary.each do |name, text|
|
147
145
|
r.root.elements['summary'].add Element.new(name.to_s).add_text(text.to_s)
|
148
146
|
end
|
@@ -156,7 +154,8 @@ class DynarexBlog
|
|
156
154
|
def tag(tag)
|
157
155
|
@current_lookup = tag + '_lookup.xml'
|
158
156
|
self
|
159
|
-
end
|
157
|
+
end
|
158
|
+
|
160
159
|
|
161
160
|
private
|
162
161
|
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: dynarex-blog
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.3.
|
4
|
+
version: 0.3.15
|
5
5
|
platform: ruby
|
6
6
|
authors: []
|
7
7
|
|
@@ -9,7 +9,7 @@ autorequire:
|
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
11
|
|
12
|
-
date: 2010-07-
|
12
|
+
date: 2010-07-20 00:00:00 +01:00
|
13
13
|
default_executable:
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|