--- !ruby/object:Gem::Specification 
name: doozer
version: !ruby/object:Gem::Version 
  version: 0.2.2
platform: ruby
authors: 
- grippy
autorequire: 
bindir: bin
cert_chain: []

date: 2009-10-23 00:00:00 -07:00
default_executable: doozer
dependencies: []

description: This GEM provides a small, barebones framework for creating MVC Rack applications.
email: gmelton@whorde.com
executables: 
- doozer
extensions: []

extra_rdoc_files: 
- LICENSE
- README.rdoc
files: 
- .document
- .gitignore
- LICENSE
- README.rdoc
- Rakefile
- VERSION
- bin/doozer
- doozer.gemspec
- lib/doozer.rb
- lib/doozer/active_support/array.rb
- lib/doozer/active_support/class.rb
- lib/doozer/active_support/date_time.rb
- lib/doozer/active_support/object.rb
- lib/doozer/active_support/time.rb
- lib/doozer/app.rb
- lib/doozer/configs.rb
- lib/doozer/controller.rb
- lib/doozer/exceptions.rb
- lib/doozer/extend.rb
- lib/doozer/initializer.rb
- lib/doozer/lib.rb
- lib/doozer/logger.rb
- lib/doozer/orm/active_record.rb
- lib/doozer/orm/data_mapper.rb
- lib/doozer/orm/sequel.rb
- lib/doozer/partial.rb
- lib/doozer/plugins/paginate/init.rb
- lib/doozer/plugins/paginate/lib/paginate.rb
- lib/doozer/plugins/paginate/lib/paginate/collection.rb
- lib/doozer/plugins/paginate/lib/paginate/finder.rb
- lib/doozer/plugins/paginate/lib/paginate/view_helpers.rb
- lib/doozer/rackup/server.ru
- lib/doozer/rackup/test.rb
- lib/doozer/redirect.rb
- lib/doozer/route.rb
- lib/doozer/scripts/cluster.rb
- lib/doozer/scripts/console.rb
- lib/doozer/scripts/migrate.rb
- lib/doozer/scripts/task.rb
- lib/doozer/scripts/test.rb
- lib/doozer/version.rb
- lib/doozer/view_helpers.rb
- lib/doozer/watcher.rb
- lib/generator/generator.rb
- templates/skeleton/Rakefile
- templates/skeleton/app/controllers/application_controller.rb
- templates/skeleton/app/controllers/index_controller.rb
- templates/skeleton/app/helpers/application_helper.rb
- templates/skeleton/app/views/global/_header.html.erb
- templates/skeleton/app/views/global/_navigation.html.erb
- templates/skeleton/app/views/index/index.html.erb
- templates/skeleton/app/views/layouts/default.html.erb
- templates/skeleton/config/app.yml
- templates/skeleton/config/boot.rb
- templates/skeleton/config/database.yml
- templates/skeleton/config/environment.rb
- templates/skeleton/config/rack.rb
- templates/skeleton/config/routes.rb
- templates/skeleton/script/cluster
- templates/skeleton/script/console
- templates/skeleton/script/migrate
- templates/skeleton/script/task
- templates/skeleton/script/test
- templates/skeleton/static/404.html
- templates/skeleton/static/500.html
- templates/skeleton/static/css/style.css
- templates/skeleton/static/favicon.ico
- templates/skeleton/static/js/application.js
- templates/skeleton/static/js/jquery-1.3.min.js
- templates/skeleton/static/robots.txt
- templates/skeleton/test/fixtures/setup.rb
- templates/skeleton/test/setup.rb
- test/doozer_test.rb
- test/project/Rakefile
- test/project/app/controllers/application_controller.rb
- test/project/app/controllers/index_controller.rb
- test/project/app/helpers/application_helper.rb
- test/project/app/views/global/_header.html.erb
- test/project/app/views/global/_navigation.html.erb
- test/project/app/views/index/index.html.erb
- test/project/app/views/layouts/default.html.erb
- test/project/config/app.yml
- test/project/config/boot.rb
- test/project/config/database.yml
- test/project/config/environment.rb
- test/project/config/rack.rb
- test/project/config/routes.rb
- test/project/script/cluster
- test/project/script/console
- test/project/script/migrate
- test/project/script/task
- test/project/script/test
- test/project/static/404.html
- test/project/static/500.html
- test/project/static/css/style.css
- test/project/static/favicon.ico
- test/project/static/js/application.js
- test/project/static/js/jquery-1.3.min.js
- test/project/static/robots.txt
- test/project/test/fixtures/setup.rb
- test/project/test/setup.rb
- test/routing_test.rb
- test/test_helper.rb
has_rdoc: true
homepage: http://github.com/grippy/doozer
licenses: []

post_install_message: 
rdoc_options: 
- --charset=UTF-8
require_paths: 
- lib
required_ruby_version: !ruby/object:Gem::Requirement 
  requirements: 
  - - ">="
    - !ruby/object:Gem::Version 
      version: "0"
  version: 
required_rubygems_version: !ruby/object:Gem::Requirement 
  requirements: 
  - - ">="
    - !ruby/object:Gem::Version 
      version: "0"
  version: 
requirements: []

rubyforge_project: 
rubygems_version: 1.3.5
signing_key: 
specification_version: 3
summary: A little MVC framework for Rack applications.
test_files: 
- test/doozer_test.rb
- test/project/app/controllers/application_controller.rb
- test/project/app/controllers/index_controller.rb
- test/project/app/helpers/application_helper.rb
- test/project/config/boot.rb
- test/project/config/environment.rb
- test/project/config/rack.rb
- test/project/config/routes.rb
- test/project/test/fixtures/setup.rb
- test/project/test/setup.rb
- test/routing_test.rb
- test/test_helper.rb