Skip to content

Commit

Permalink
v0.9.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mynyml committed Jan 6, 2010
1 parent e755d53 commit fe549f8
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 12 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
pkg/
doc/
*.gem
1 change: 0 additions & 1 deletion Manifest
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ Manifest
README.md
Rakefile
TODO
doc/.gitignore
examples/rack_app.ru
lib/simple_router.rb
lib/simple_router/dsl.rb
Expand Down
2 changes: 1 addition & 1 deletion TODO
Original file line number Diff line number Diff line change
@@ -1 +1 @@
o improve rdocs
o improve docs
2 changes: 0 additions & 2 deletions doc/.gitignore

This file was deleted.

15 changes: 7 additions & 8 deletions simple_router.gemspec
Original file line number Diff line number Diff line change
@@ -1,18 +1,17 @@
Gem::Specification.new do |s|
s.name = 'rack-abstract-format'
s.version = "0.9.8"
s.summary = "Rack middleware that abstracts format (extension) away from the path (into env)"
s.description = "Rack middleware that abstracts format (extension) away from the path (into env)."
s.name = 'simple_router'
s.version = "0.9.8.1"
s.summary = "Simple, minimalistic, standalone router meant to be used with pure rack applications"
s.description = "Simple, minimalistic, standalone router meant to be used with pure rack applications."
s.author = "mynyml"
s.email = "mynyml@gmail.com"
s.homepage = "http://github.com/mynyml/rack-abstract-format"
s.rubyforge_project = "rack-abstract-format"
s.has_rdoc = false
s.homepage = "http://github.com/mynyml/simple_router"
s.rubyforge_project = "simple_router"
s.has_rdoc = true
s.require_path = "lib"
s.files = File.read("Manifest").strip.split("\n")

s.add_development_dependency 'rack'
s.add_development_dependency 'nanotest'
s.add_development_dependency 'nanotest_extensions'
end

0 comments on commit fe549f8

Please sign in to comment.