net_dav.gemspec in net_dav-0.4.1 vs net_dav.gemspec in net_dav-0.5.0

- old
+ new

@@ -3,15 +3,15 @@ # Instead, edit Jeweler::Tasks in Rakefile, and run the gemspec command # -*- encoding: utf-8 -*- Gem::Specification.new do |s| s.name = %q{net_dav} - s.version = "0.4.1" + s.version = "0.5.0" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Miron Cuperman", "Thomas Flemming"] - s.date = %q{2009-12-16} + s.date = %q{2010-03-12} s.default_executable = %q{dav} s.description = %q{WebDAV client library in the style of Net::HTTP, using Net::HTTP and libcurl, if installed} s.email = %q{c1.github@niftybox.net} s.executables = ["dav"] s.extra_rdoc_files = [ @@ -27,9 +27,10 @@ "VERSION", "bin/dav", "lib/net/dav.rb", "lib/net/dav/item.rb", "net_dav.gemspec", + "net_dav.gif", "script/multi-test", "spec/fixtures/file.html", "spec/integration/net_dav_spec.rb", "spec/integration/webdav_server.rb", "spec/spec.opts",