# -*- encoding: utf-8 -*- # stub: shoestrap 0.1.0 ruby lib Gem::Specification.new do |s| s.name = "shoestrap".freeze s.version = "0.1.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 = ["Immanuel H\u00E4ussermann".freeze, "Felipe Kaufmann".freeze, "Phil Schilter".freeze, "No\u00EBlle Rosenberg".freeze] s.date = "2013-02-06" s.description = "shoestrap is a rails app bootstrapper".freeze s.email = "info@screenconcept.ch".freeze s.executables = ["shoestrap".freeze] s.files = [".gitignore".freeze, ".rspec".freeze, ".rvmrc".freeze, ".travis.yml".freeze, "CHANGELOG.md".freeze, "Gemfile".freeze, "LICENSE".freeze, "README.md".freeze, "Rakefile".freeze, "bin/shoestrap".freeze, "lib/generators/shoestrap/app_generator.rb".freeze, "lib/generators/shoestrap/cms_generator.rb".freeze, "lib/generators/shoestrap/templates/migration.rb".freeze, "lib/generators/shoestrap/templates/model.rb".freeze, "lib/generators/shoestrap/templates/model.yml.erb".freeze, "lib/generators/shoestrap/templates/view.yml.erb".freeze, "lib/shoestrap.rb".freeze, "lib/shoestrap/app_builder.rb".freeze, "shoestrap.gemspec".freeze, "templates/Gemfile.erb".freeze, "templates/Guardfile".freeze, "templates/README.md.erb".freeze, "templates/_main_navigation.html.haml.erb".freeze, "templates/application.html.haml".freeze, "templates/bootstrap_and_overrides.css.sass".freeze, "templates/cms_navigation.rb".freeze, "templates/development_mail_interceptor.rb".freeze, "templates/haml/scaffold/_form.html.haml".freeze, "templates/haml/scaffold/edit.html.haml".freeze, "templates/haml/scaffold/index.html.haml".freeze, "templates/haml/scaffold/new.html.haml".freeze, "templates/haml/scaffold/show.html.haml".freeze, "templates/index.html.haml".freeze, "templates/kuhsaft.css.sass".freeze, "templates/rails/scaffold_controller/controller.rb".freeze, "templates/setup_mail.rb".freeze, "templates/shoestrap.yml".freeze] s.homepage = "http://github.com/screenconcept/shoestrap".freeze s.rubygems_version = "3.5.10".freeze s.summary = "A tool that helps you bootstrap your rails projects".freeze s.specification_version = 3 s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) end