--- !ruby/object:Gem::Specification name: deano version: !ruby/object:Gem::Version version: 1.0.0 prerelease: platform: ruby authors: - Mark Bates autorequire: bindir: bin cert_chain: [] date: 2013-01-06 00:00:00.000000000 Z dependencies: - !ruby/object:Gem::Dependency name: rake requirement: !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' description: A starter template and generators for Sinatra email: - mark@markbates.com executables: - deano extensions: [] extra_rdoc_files: [] files: - .gitignore - .rspec - Gemfile - LICENSE.txt - README.md - Rakefile - bin/deano - deano.gemspec - lib/deano/commands.rb - lib/deano/commands/app_destroyer_command.rb - lib/deano/commands/app_generator_command.rb - lib/deano/commands/command.rb - lib/deano/commands/console_command.rb - lib/deano/commands/env_command.rb - lib/deano/commands/model_destroyer_command.rb - lib/deano/commands/model_generator_command.rb - lib/deano/commands/name_command.rb - lib/deano/commands/new_project_generator_command.rb - lib/deano/commands/start_command.rb - lib/deano/deano.rb - lib/deano/version.rb - template_app/.gitignore - template_app/Gemfile - template_app/Gemfile.lock - template_app/Procfile - template_app/Procfile.development - template_app/Rakefile - template_app/apps/template_app.rb - template_app/apps/views/template_app/index.erb - template_app/apps/views/template_app/layout.erb - template_app/assets/javascripts/application.js.coffee - template_app/assets/javascripts/template_app.js.coffee - template_app/assets/stylesheets/application.css.scss - template_app/assets/stylesheets/template_app.css.scss - template_app/assets/templates/.git-keep - template_app/config.ru - template_app/models/.git-keep - template_app/mongoid.yml - template_app/public/.git-keep - template_app/setup.rb - template_app/spec/apps/template_app_spec.rb - template_app/spec/spec_helper.rb - template_app/vendor/assets/javascripts/backbone.js - template_app/vendor/assets/javascripts/jquery.js - template_app/vendor/assets/javascripts/json2.js - template_app/vendor/assets/javascripts/underscore.js - template_app/vendor/assets/stylesheets/.git-keep homepage: '' licenses: - MIT post_install_message: rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' required_rubygems_version: !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' requirements: [] rubyforge_project: rubygems_version: 1.8.24 signing_key: specification_version: 3 summary: A starter template and generators for Sinatra test_files: []