# -*- encoding: utf-8 -*- # stub: sinatra-template 1.0.0 ruby lib Gem::Specification.new do |s| s.name = "sinatra-template".freeze s.version = "1.0.0".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-06" s.description = "A starter template and generators for Sinatra".freeze s.email = ["mark@markbates.com".freeze] s.executables = ["sinatra".freeze] s.files = [".gitignore".freeze, ".rspec".freeze, "Gemfile".freeze, "LICENSE.txt".freeze, "README.md".freeze, "Rakefile".freeze, "bin/sinatra".freeze, "lib/sinatra/template.rb".freeze, "lib/sinatra/template/version.rb".freeze, "sinatra-template.gemspec".freeze, "spec/sinatra/template_spec.rb".freeze, "spec/spec_helper.rb".freeze, "template/.gitignore".freeze, "template/Gemfile".freeze, "template/Gemfile.lock".freeze, "template/Procfile".freeze, "template/Procfile.development".freeze, "template/README.md".freeze, "template/Rakefile".freeze, "template/apps/my_app.rb".freeze, "template/apps/views/my_app/index.erb".freeze, "template/apps/views/my_app/layout.erb".freeze, "template/assets/javascripts/application.js.coffee".freeze, "template/assets/stylesheets/application.css.scss".freeze, "template/assets/templates/.git-keep".freeze, "template/config.ru".freeze, "template/models/.git-keep".freeze, "template/mongoid.yml".freeze, "template/public/.git-keep".freeze, "template/setup.rb".freeze, "template/spec/apps/my_app_spec.rb".freeze, "template/spec/spec_helper.rb".freeze, "template/vendor/assets/javascripts/backbone.js".freeze, "template/vendor/assets/javascripts/jquery.js".freeze, "template/vendor/assets/javascripts/json2.js".freeze, "template/vendor/assets/javascripts/underscore.js".freeze, "template/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.test_files = ["spec/sinatra/template_spec.rb".freeze, "spec/spec_helper.rb".freeze] s.specification_version = 3 s.add_development_dependency(%q.freeze, [">= 0".freeze]) end