spire.gemspec in spire-0.3.0 vs spire.gemspec in spire-0.3.2

- 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.3.0" + s.version = "0.3.2" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Scott Nicol"] - s.date = "2011-10-19" + s.date = "2011-10-20" s.description = "Light rack-based framework with controllers, static views and a router \n with templating engine support coming soon" s.email = "scott@scottnicol.co.uk" s.executables = ["spire"] s.extra_rdoc_files = [ "README.rdoc" @@ -28,9 +28,10 @@ "lib/spire/error.rb", "lib/spire/http.rb", "lib/spire/public.rb", "lib/spire/resource/mime.rb", "lib/spire/router.rb", + "routes.rb", "spire.gemspec" ] s.homepage = "http://github.com/snicol/spire" s.licenses = ["MIT"] s.require_paths = ["lib"]