dynarex-blog 0.6.9 → 0.6.10
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/dynarex-blog.rb +2 -0
- metadata +2 -2
data/lib/dynarex-blog.rb
CHANGED
@@ -93,6 +93,8 @@ class DynarexBlog
|
|
93
93
|
lookup.update(lookup_id, uri: h[:title].gsub(/\s/,'-')).save
|
94
94
|
@hc_lookup.write(@current_lookup) { Document.new File.open(@file_path + @current_lookup,'r').read }
|
95
95
|
|
96
|
+
refresh_index if index_include? id
|
97
|
+
|
96
98
|
end
|
97
99
|
|
98
100
|
def delete(id='')
|
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.6.
|
4
|
+
version: 0.6.10
|
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-09-
|
12
|
+
date: 2010-09-18 00:00:00 +01:00
|
13
13
|
default_executable:
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|