# -*- encoding: utf-8 -*- # stub: deano 1.1.2 ruby lib Gem::Specification.new do |s| s.name = "deano".freeze s.version = "1.1.2".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Mark Bates".freeze] s.date = "2013-01-21" s.description = "A starter template and generators for Sinatra".freeze s.email = ["mark@markbates.com".freeze] s.executables = ["deano".freeze] s.files = [".gitignore".freeze, ".rspec".freeze, "Gemfile".freeze, "LICENSE.txt".freeze, "README.md".freeze, "Rakefile".freeze, "bin/deano".freeze, "deano.gemspec".freeze, "lib/deano/base.rb".freeze, "lib/deano/commands.rb".freeze, "lib/deano/commands/app_destroyer_command.rb".freeze, "lib/deano/commands/app_generator_command.rb".freeze, "lib/deano/commands/command.rb".freeze, "lib/deano/commands/console_command.rb".freeze, "lib/deano/commands/env_command.rb".freeze, "lib/deano/commands/model_destroyer_command.rb".freeze, "lib/deano/commands/model_generator_command.rb".freeze, "lib/deano/commands/name_command.rb".freeze, "lib/deano/commands/new_project_generator_command.rb".freeze, "lib/deano/commands/start_command.rb".freeze, "lib/deano/deano.rb".freeze, "lib/deano/version.rb".freeze, "template_app/.gitignore".freeze, "template_app/Gemfile".freeze, "template_app/Gemfile.lock".freeze, "template_app/Procfile".freeze, "template_app/Procfile.development".freeze, "template_app/Rakefile".freeze, "template_app/apps/template_app.rb".freeze, "template_app/apps/views/shared/layout.erb".freeze, "template_app/apps/views/template_app/index.erb".freeze, "template_app/assets/javascripts/application.js.coffee".freeze, "template_app/assets/javascripts/template_app.js.coffee".freeze, "template_app/assets/stylesheets/application.css.scss".freeze, "template_app/assets/stylesheets/template_app.css.scss".freeze, "template_app/assets/templates/.git-keep".freeze, "template_app/config.ru".freeze, "template_app/models/.git-keep".freeze, "template_app/mongoid.yml".freeze, "template_app/public/.git-keep".freeze, "template_app/setup.rb".freeze, "template_app/spec/apps/template_app_spec.rb".freeze, "template_app/spec/spec_helper.rb".freeze, "template_app/vendor/assets/javascripts/backbone.js".freeze, "template_app/vendor/assets/javascripts/jquery.js".freeze, "template_app/vendor/assets/javascripts/json2.js".freeze, "template_app/vendor/assets/javascripts/underscore.js".freeze, "template_app/vendor/assets/stylesheets/.git-keep".freeze] s.homepage = "".freeze s.licenses = ["MIT".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "A starter template and generators for Sinatra".freeze s.specification_version = 3 s.add_development_dependency(%q.freeze, [">= 0".freeze]) end