webdavtools 0.0.4 → 0.0.5

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 (2) hide show
  1. data/lib/webdavtools.rb +1 -1
  2. metadata +3 -3
data/lib/webdavtools.rb CHANGED
@@ -18,7 +18,7 @@ require 'webdavtools/curl_commands'
18
18
  module WebDAV
19
19
 
20
20
  # :stopdoc:
21
- VERSION = '0.1.0'
21
+ VERSION = '0.0.5'
22
22
  # :startdoc:
23
23
 
24
24
  # Returns the version string for the library.
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: webdavtools
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.4
4
+ version: 0.0.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Thomas Flemming
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2009-08-26 00:00:00 +02:00
12
+ date: 2009-08-27 00:00:00 +02:00
13
13
  default_executable:
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
@@ -22,7 +22,7 @@ dependencies:
22
22
  - !ruby/object:Gem::Version
23
23
  version: "0.6"
24
24
  version:
25
- description: WebDAVTools is a WebDAV client written in Ruby for managing content on webservers that support the WebDAV extensions.
25
+ description: WebDAV client written in Ruby for managing content on webservers that support the WebDAV extensions.
26
26
  email: thomas.flemming@gmail.com
27
27
  executables:
28
28
  - wdav