ServeWebdav 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/Rakefile +6 -3
  2. data/lib/serve_webdav.rb +1 -1
  3. 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
- # p.description = p.paragraphs_of('README.txt', 2..5).join("\n\n")
13
- # p.url = p.paragraphs_of('README.txt', 0).first.split(/\n/)[1..-1]
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
@@ -4,7 +4,7 @@ $:.unshift File.expand_path(File.dirname(__FILE__))
4
4
  # Blah blah
5
5
 
6
6
  module ServeWebdav
7
- VERSION = '0.0.1'
7
+ VERSION = '0.0.2'
8
8
  end
9
9
 
10
10
  require 'serve_webdav/errors'
metadata CHANGED
@@ -1,17 +1,17 @@
1
1
  --- !ruby/object:Gem::Specification
2
- rubygems_version: 0.9.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.1
7
- date: 2006-11-13 00:00:00 +01:00
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: ryand-ruby@zenspider.com
12
- homepage: http://www.zenspider.com/ZSS/Products/ServeWebdav/
13
- rubyforge_project: adocca_plugins
14
- description: Ryan Davis is too lazy to write a 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
- - Ryan Davis
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: hoe
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: 1.1.4
62
+ version: 0.0.0
63
63
  version: