spire.gemspec in spire-0.3.3 vs spire.gemspec in spire-0.4.0
- old
+ new
@@ -3,16 +3,16 @@
# 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.3"
+ s.version = "0.4.0"
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Scott Nicol"]
- 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.date = "2011-10-21"
+ 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"
]
@@ -28,10 +28,9 @@
"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"]