Wiki2Go 1.17.3 → 1.17.4

Sign up to get free protection for your applications and to get access to all the features.
@@ -6,7 +6,7 @@ require 'optparse'
6
6
  require "uri"
7
7
 
8
8
  require 'rubygems'
9
- WIKI2GO_VERSION = '1.17.3'
9
+ WIKI2GO_VERSION = '1.17.4'
10
10
  gem "Wiki2Go","~>#{WIKI2GO_VERSION}"
11
11
 
12
12
  require 'Wiki2Go/Web.rb'
@@ -315,7 +315,7 @@ module Wiki2Go
315
315
  end
316
316
  if first_good_version.nil? then
317
317
  @config.errorlog("NO GOOD VERSION FOUND. Delete #{topic}!")
318
- @config.storage.delete_spam(subwiki,versions[0])
318
+ @config.storage.delete_spam(web.name,versions[0])
319
319
  elsif first_good_version.equal?(versions[0]) then
320
320
  else
321
321
  @config.errorlog("#{topic} must be replaced by version by #{first_good_version.author}")
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.3
4
+ version: 1.17.4
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-06-09 00:00:00 +02:00
12
+ date: 2008-07-10 00:00:00 +02:00
13
13
  default_executable:
14
14
  dependencies: []
15
15