Wiki2Go 1.17.4 → 1.17.5
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/Wiki2Go/FileStorage.rb +1 -1
- data/lib/Wiki2Go/Install/make_site.rb +1 -1
- metadata +2 -2
data/lib/Wiki2Go/FileStorage.rb
CHANGED
@@ -61,7 +61,7 @@ module Wiki2Go
|
|
61
61
|
def delete_spam(subwiki,page)
|
62
62
|
text = text_filename(subwiki,page.filename,"txt")
|
63
63
|
spam_path = text_filename(subwiki,page.filename,"spam")
|
64
|
-
FileUtils::mv text,
|
64
|
+
FileUtils::mv text,spam_path,:force => true
|
65
65
|
end
|
66
66
|
|
67
67
|
def save_html(subwiki,page, content)
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: Wiki2Go
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.17.
|
4
|
+
version: 1.17.5
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Pascal Van Cauwenberghe
|
@@ -9,7 +9,7 @@ autorequire: Wiki2Go
|
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
11
|
|
12
|
-
date: 2008-07-
|
12
|
+
date: 2008-07-14 00:00:00 +02:00
|
13
13
|
default_executable:
|
14
14
|
dependencies: []
|
15
15
|
|