--- !ruby/object:Gem::Specification name: wd_sinatra version: !ruby/object:Gem::Version hash: 17 prerelease: segments: - 1 - 0 - 3 version: 1.0.3 platform: ruby authors: - Matt Aimonetti autorequire: bindir: bin cert_chain: [] date: 2012-10-30 00:00:00 Z dependencies: - !ruby/object:Gem::Dependency name: rake version_requirements: &id001 !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version hash: 3 segments: - 0 version: "0" type: :runtime requirement: *id001 prerelease: false - !ruby/object:Gem::Dependency name: weasel_diesel version_requirements: &id002 !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version hash: 31 segments: - 1 - 2 - 0 version: 1.2.0 type: :runtime requirement: *id002 prerelease: false - !ruby/object:Gem::Dependency name: rack version_requirements: &id003 !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version hash: 3 segments: - 0 version: "0" type: :runtime requirement: *id003 prerelease: false - !ruby/object:Gem::Dependency name: rack-test version_requirements: &id004 !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version hash: 3 segments: - 0 version: "0" type: :runtime requirement: *id004 prerelease: false - !ruby/object:Gem::Dependency name: thor version_requirements: &id005 !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version hash: 3 segments: - 0 version: "0" type: :runtime requirement: *id005 prerelease: false - !ruby/object:Gem::Dependency name: minitest version_requirements: &id006 !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version hash: 3 segments: - 0 version: "0" type: :runtime requirement: *id006 prerelease: false description: Weasel-Diesel Sinatra app gem, allowing you to generate/update sinatra apps using the Weasel Diesel DSL email: - mattaimonetti@gmail.com executables: - wd_sinatra extensions: [] extra_rdoc_files: [] files: - .gitignore - .travis.yml - CHANGELOG.md - Gemfile - LICENSE - README.md - Rakefile - bin/wd_sinatra - lib/wd_sinatra.rb - lib/wd_sinatra/app_loader.rb - lib/wd_sinatra/sinatra_ext.rb - lib/wd_sinatra/test_helpers.rb - lib/wd_sinatra/test_unit_helpers.rb - lib/wd_sinatra/version.rb - lib/wd_sinatra/ws_list_ext.rb - templates/Gemfile - templates/Guardfile - templates/Rakefile - templates/Thorfile - templates/api/hello_world.rb - templates/bin/console - templates/config.ru - templates/config/airbrake.yml.sample - templates/config/environments/default.rb - templates/config/environments/production.rb - templates/config/environments/test.rb - templates/config/middleware.rb - templates/config/sinatra_config.rb - templates/lib/app.rb - templates/lib/body_parser.rb - templates/lib/hooks.rb - templates/lib/newrelic_instrumentation.rb - templates/lib/tasks/doc.rake - templates/lib/tasks/doc_generator/bootstrap/.gitignore - templates/lib/tasks/doc_generator/bootstrap/LICENSE - templates/lib/tasks/doc_generator/bootstrap/Makefile - templates/lib/tasks/doc_generator/bootstrap/README.md - templates/lib/tasks/doc_generator/bootstrap/bootstrap.css - templates/lib/tasks/doc_generator/bootstrap/bootstrap.min.css - templates/lib/tasks/doc_generator/bootstrap/docs/assets/css/docs.css - templates/lib/tasks/doc_generator/bootstrap/docs/assets/ico/bootstrap-apple-114x114.png - templates/lib/tasks/doc_generator/bootstrap/docs/assets/ico/bootstrap-apple-57x57.png - templates/lib/tasks/doc_generator/bootstrap/docs/assets/ico/bootstrap-apple-72x72.png - templates/lib/tasks/doc_generator/bootstrap/docs/assets/ico/favicon.ico - templates/lib/tasks/doc_generator/bootstrap/docs/assets/img/bird.png - templates/lib/tasks/doc_generator/bootstrap/docs/assets/img/browsers.png - templates/lib/tasks/doc_generator/bootstrap/docs/assets/img/example-diagram-01.png - templates/lib/tasks/doc_generator/bootstrap/docs/assets/img/example-diagram-02.png - templates/lib/tasks/doc_generator/bootstrap/docs/assets/img/example-diagram-03.png - templates/lib/tasks/doc_generator/bootstrap/docs/assets/img/grid-18px.png - templates/lib/tasks/doc_generator/bootstrap/docs/assets/img/twitter-logo-no-bird.png - templates/lib/tasks/doc_generator/bootstrap/docs/assets/js/application.js - templates/lib/tasks/doc_generator/bootstrap/docs/assets/js/google-code-prettify/prettify.css - templates/lib/tasks/doc_generator/bootstrap/docs/assets/js/google-code-prettify/prettify.js - templates/lib/tasks/doc_generator/bootstrap/docs/index.html - templates/lib/tasks/doc_generator/bootstrap/docs/javascript.html - templates/lib/tasks/doc_generator/bootstrap/examples/container-app.html - templates/lib/tasks/doc_generator/bootstrap/examples/fluid.html - templates/lib/tasks/doc_generator/bootstrap/examples/hero.html - templates/lib/tasks/doc_generator/bootstrap/js/bootstrap-alerts.js - templates/lib/tasks/doc_generator/bootstrap/js/bootstrap-buttons.js - templates/lib/tasks/doc_generator/bootstrap/js/bootstrap-dropdown.js - templates/lib/tasks/doc_generator/bootstrap/js/bootstrap-modal.js - templates/lib/tasks/doc_generator/bootstrap/js/bootstrap-popover.js - templates/lib/tasks/doc_generator/bootstrap/js/bootstrap-scrollspy.js - templates/lib/tasks/doc_generator/bootstrap/js/bootstrap-tabs.js - templates/lib/tasks/doc_generator/bootstrap/js/bootstrap-twipsy.js - templates/lib/tasks/doc_generator/bootstrap/js/tests/index.html - templates/lib/tasks/doc_generator/bootstrap/js/tests/unit/bootstrap-alerts.js - templates/lib/tasks/doc_generator/bootstrap/js/tests/unit/bootstrap-buttons.js - templates/lib/tasks/doc_generator/bootstrap/js/tests/unit/bootstrap-dropdown.js - templates/lib/tasks/doc_generator/bootstrap/js/tests/unit/bootstrap-modal.js - templates/lib/tasks/doc_generator/bootstrap/js/tests/unit/bootstrap-popover.js - templates/lib/tasks/doc_generator/bootstrap/js/tests/unit/bootstrap-scrollspy.js - templates/lib/tasks/doc_generator/bootstrap/js/tests/unit/bootstrap-tabs.js - templates/lib/tasks/doc_generator/bootstrap/js/tests/unit/bootstrap-twipsy.js - templates/lib/tasks/doc_generator/bootstrap/js/tests/vendor/qunit.css - templates/lib/tasks/doc_generator/bootstrap/js/tests/vendor/qunit.js - templates/lib/tasks/doc_generator/bootstrap/lib/bootstrap.less - templates/lib/tasks/doc_generator/bootstrap/lib/forms.less - templates/lib/tasks/doc_generator/bootstrap/lib/mixins.less - templates/lib/tasks/doc_generator/bootstrap/lib/patterns.less - templates/lib/tasks/doc_generator/bootstrap/lib/reset.less - templates/lib/tasks/doc_generator/bootstrap/lib/scaffolding.less - templates/lib/tasks/doc_generator/bootstrap/lib/tables.less - templates/lib/tasks/doc_generator/bootstrap/lib/type.less - templates/lib/tasks/doc_generator/bootstrap/lib/variables.less - templates/lib/tasks/doc_generator/template.erb - templates/public/favicon.ico - templates/test/integration/hello_world_test.rb - templates/test/test_helpers.rb - test/test_helper.rb - test/ws_list_ext_test.rb - wd-sinatra.gemspec homepage: https://github.com/mattetti/wd-sinatra licenses: [] post_install_message: rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version hash: 3 segments: - 0 version: "0" required_rubygems_version: !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version hash: 3 segments: - 0 version: "0" requirements: [] rubyforge_project: rubygems_version: 1.8.24 signing_key: specification_version: 3 summary: Weasel-Diesel Sinatra app gem, allowing you to generate/update sinatra apps using the Weasel Diesel DSL test_files: - test/test_helper.rb - test/ws_list_ext_test.rb