ServeWebdav 0.0.1 → 0.0.2
Sign up to get free protection for your applications and to get access to all the features.
- data/Rakefile +6 -3
- data/lib/serve_webdav.rb +1 -1
- metadata +12 -12
data/Rakefile
CHANGED
@@ -7,11 +7,14 @@ require './lib/serve_webdav.rb'
|
|
7
7
|
|
8
8
|
|
9
9
|
Hoe.new('ServeWebdav', ServeWebdav::VERSION) do |p|
|
10
|
-
p.rubyforge_name = 'adocca_plugins'
|
11
10
|
p.summary = 'Webdav protocol abstraction for rails controllers'
|
12
|
-
|
13
|
-
|
11
|
+
p.description = 'Webdav protocol abstraction for rails controllers'
|
12
|
+
p.url = "http://www.adocca.com"
|
13
|
+
p.email = "albert.ramstedt@adocca.com"
|
14
|
+
p.rubyforge_name = "adocca-plugins"
|
15
|
+
p.author = ["Albert Ramstedt", "Stuart Eccles"]
|
14
16
|
p.changes = p.paragraphs_of('History.txt', 0..1).join("\n\n")
|
17
|
+
p.extra_deps = ['rails']
|
15
18
|
end
|
16
19
|
|
17
20
|
# vim: syntax=Ruby
|
data/lib/serve_webdav.rb
CHANGED
metadata
CHANGED
@@ -1,17 +1,17 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
|
-
rubygems_version: 0.
|
2
|
+
rubygems_version: 0.8.11
|
3
3
|
specification_version: 1
|
4
4
|
name: ServeWebdav
|
5
5
|
version: !ruby/object:Gem::Version
|
6
|
-
version: 0.0.
|
7
|
-
date: 2006-
|
6
|
+
version: 0.0.2
|
7
|
+
date: 2006-12-22 00:00:00 +01:00
|
8
8
|
summary: Webdav protocol abstraction for rails controllers
|
9
9
|
require_paths:
|
10
10
|
- lib
|
11
|
-
email:
|
12
|
-
homepage: http://www.
|
13
|
-
rubyforge_project:
|
14
|
-
description:
|
11
|
+
email: albert.ramstedt@adocca.com
|
12
|
+
homepage: http://www.adocca.com
|
13
|
+
rubyforge_project: adocca-plugins
|
14
|
+
description: Webdav protocol abstraction for rails controllers
|
15
15
|
autorequire:
|
16
16
|
default_executable:
|
17
17
|
bindir: bin
|
@@ -25,9 +25,9 @@ required_ruby_version: !ruby/object:Gem::Version::Requirement
|
|
25
25
|
platform: ruby
|
26
26
|
signing_key:
|
27
27
|
cert_chain:
|
28
|
-
post_install_message:
|
29
28
|
authors:
|
30
|
-
-
|
29
|
+
- Albert Ramstedt
|
30
|
+
- Stuart Eccles
|
31
31
|
files:
|
32
32
|
- History.txt
|
33
33
|
- Manifest.txt
|
@@ -53,11 +53,11 @@ requirements: []
|
|
53
53
|
|
54
54
|
dependencies:
|
55
55
|
- !ruby/object:Gem::Dependency
|
56
|
-
name:
|
56
|
+
name: rails
|
57
57
|
version_requirement:
|
58
58
|
version_requirements: !ruby/object:Gem::Version::Requirement
|
59
59
|
requirements:
|
60
|
-
- - "
|
60
|
+
- - ">"
|
61
61
|
- !ruby/object:Gem::Version
|
62
|
-
version:
|
62
|
+
version: 0.0.0
|
63
63
|
version:
|