webdav-exporter 0.0.2 → 0.0.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. data/bin/webdav-exporter +0 -1
  2. data/webdav-exporter.rb +0 -1
  3. metadata +1 -1
@@ -93,7 +93,6 @@ class WebDAVHandlerVersion2 < WEBrick::HTTPServlet::WebDAVHandler
93
93
  # this block returns true if
94
94
  # authentication token is valid
95
95
  user == cfg.username && pass == cfg.password
96
- true
97
96
  end
98
97
  super
99
98
  end
@@ -93,7 +93,6 @@ class WebDAVHandlerVersion2 < WEBrick::HTTPServlet::WebDAVHandler
93
93
  # this block returns true if
94
94
  # authentication token is valid
95
95
  user == cfg.username && pass == cfg.password
96
- true
97
96
  end
98
97
  super
99
98
  end
metadata CHANGED
@@ -3,7 +3,7 @@ rubygems_version: 0.8.11
3
3
  specification_version: 1
4
4
  name: webdav-exporter
5
5
  version: !ruby/object:Gem::Version
6
- version: 0.0.2
6
+ version: 0.0.3
7
7
  date: 2007-01-12 00:00:00 +01:00
8
8
  summary: one-stop WebDAV file export directly from your commandline
9
9
  require_paths: