spire.gemspec in spire-0.4.8 vs spire.gemspec in spire-0.4.9

- old
+ new

@@ -3,15 +3,15 @@ # Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec' # -*- encoding: utf-8 -*- Gem::Specification.new do |s| s.name = "spire" - s.version = "0.4.8" + s.version = "0.4.9" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Scott Nicol"] - s.date = "2012-08-08" + s.date = "2012-08-11" s.description = "Light rack-based framework with controllers, HAML/ERB views, router & error handler" s.email = "scott@scottnicol.co.uk" s.executables = ["spire"] s.extra_rdoc_files = [ "README.rdoc" @@ -29,9 +29,10 @@ "lib/spire/http.rb", "lib/spire/public.rb", "lib/spire/resource/buffer.rb", "lib/spire/resource/mime.rb", "lib/spire/router.rb", + "lib/spire/templates/error/error.haml", "spire.gemspec" ] s.homepage = "http://github.com/snicol/spire" s.licenses = ["MIT"] s.require_paths = ["lib"]