Wiki2Go 1.17.4 → 1.17.5

Sign up to get free protection for your applications and to get access to all the features.
@@ -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,spam,:force => true
64
+ FileUtils::mv text,spam_path,:force => true
65
65
  end
66
66
 
67
67
  def save_html(subwiki,page, content)
@@ -6,7 +6,7 @@ require 'optparse'
6
6
  require "uri"
7
7
 
8
8
  require 'rubygems'
9
- WIKI2GO_VERSION = '1.17.4'
9
+ WIKI2GO_VERSION = '1.17.5'
10
10
  gem "Wiki2Go","~>#{WIKI2GO_VERSION}"
11
11
 
12
12
  require 'Wiki2Go/Web.rb'
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
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-10 00:00:00 +02:00
12
+ date: 2008-07-14 00:00:00 +02:00
13
13
  default_executable:
14
14
  dependencies: []
15
15