# -*- encoding: utf-8 -*- # stub: shoelaces 0.1.0 ruby lib Gem::Specification.new do |s| s.name = "shoelaces".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 = ["jonr22".freeze, "thoughtbot".freeze] s.date = "2014-07-29" s.description = "Shoelaces is a base Rails project that you can upgrade. It has been forked from\nthoughtbot's Suspenders.\n\nUse Shoelaces if you love Suspenders but want to use bootstrap instead of bourbon.\n\nModified to use bootstrap instead of bourbon.\n\nChanges from Suspenders:\n - added bootstrap\n - added guard\n - added default layout\n - added simple form installation (w/ bootstrap)\n - added pow to setup script\n - added custom port configuration (use Sholeaces [app name] -P [port number])\n - added paperclip\n - removed shared javascripts\n - removed bourbon, bitters, and neat\n - removed flutie\n\n".freeze s.email = "jonr2219@gmail.com".freeze s.executables = ["shoelaces".freeze] s.extra_rdoc_files = ["README.md".freeze, "LICENSE".freeze] s.files = [".gitignore".freeze, ".ruby-version".freeze, ".travis.yml".freeze, "CONTRIBUTING.md".freeze, "Gemfile".freeze, "Gemfile.lock".freeze, "LICENSE".freeze, "README.md".freeze, "Rakefile".freeze, "bin/rake".freeze, "bin/rspec".freeze, "bin/setup".freeze, "bin/shoelaces".freeze, "lib/shoelaces.rb".freeze, "lib/shoelaces/actions.rb".freeze, "lib/shoelaces/app_builder.rb".freeze, "lib/shoelaces/generators/app_generator.rb".freeze, "lib/shoelaces/version.rb".freeze, "shoelaces.gemspec".freeze, "spec/fakes/bin/heroku".freeze, "spec/fakes/bin/hub".freeze, "spec/features/github_spec.rb".freeze, "spec/features/heroku_spec.rb".freeze, "spec/features/new_project_spec.rb".freeze, "spec/spec_helper.rb".freeze, "spec/support/fake_github.rb".freeze, "spec/support/fake_heroku.rb".freeze, "spec/support/shoelaces.rb".freeze, "templates/Gemfile.erb".freeze, "templates/Guardfile".freeze, "templates/Procfile".freeze, "templates/README.md.erb".freeze, "templates/_analytics.html.erb".freeze, "templates/_flashes.html.erb".freeze, "templates/_javascript.html.erb".freeze, "templates/_variables.scss".freeze, "templates/about.html.erb.erb".freeze, "templates/action_mailer.rb".freeze, "templates/application.css.scss".freeze, "templates/background_jobs_rspec.rb".freeze, "templates/bin_setup.erb".freeze, "templates/config_locales_en.yml".freeze, "templates/contact.html.erb.erb".freeze, "templates/database_cleaner_rspec.rb".freeze, "templates/development_seeds.rb".freeze, "templates/disable_xml_params.rb".freeze, "templates/errors.rb".freeze, "templates/factory_girl_rspec.rb".freeze, "templates/high_voltage.rb".freeze, "templates/home.html.erb.erb".freeze, "templates/i18n.rb".freeze, "templates/newrelic.yml.erb".freeze, "templates/noise.png".freeze, "templates/postgresql_database.yml.erb".freeze, "templates/rack_timeout.rb".freeze, "templates/sample.env".freeze, "templates/secrets.yml".freeze, "templates/shoelaces_gitignore".freeze, "templates/shoelaces_layout.html.erb.erb".freeze, "templates/shoelaces_layout_footer.html.erb.erb".freeze, "templates/shoelaces_layout_header.html.erb.erb".freeze, "templates/smtp.rb".freeze, "templates/spec_helper.rb".freeze, "templates/staging.rb".freeze, "templates/travis.yml.erb".freeze, "templates/unicorn.rb".freeze] s.homepage = "http://github.com/jonr22/shoelaces".freeze s.licenses = ["MIT".freeze] s.rdoc_options = ["--charset=UTF-8".freeze] s.required_ruby_version = Gem::Requirement.new(">= 2.1.2".freeze) s.rubygems_version = "3.5.10".freeze s.summary = "Generate a Rails app using best practices.".freeze s.test_files = ["spec/fakes/bin/heroku".freeze, "spec/fakes/bin/hub".freeze, "spec/features/github_spec.rb".freeze, "spec/features/heroku_spec.rb".freeze, "spec/features/new_project_spec.rb".freeze, "spec/spec_helper.rb".freeze, "spec/support/fake_github.rb".freeze, "spec/support/fake_heroku.rb".freeze, "spec/support/shoelaces.rb".freeze] s.specification_version = 4 s.add_runtime_dependency(%q.freeze, ["~> 1.3".freeze]) s.add_runtime_dependency(%q.freeze, ["= 4.1.4".freeze]) s.add_development_dependency(%q.freeze, ["~> 0.5".freeze]) s.add_development_dependency(%q.freeze, ["~> 1.2".freeze]) s.add_development_dependency(%q.freeze, ["~> 2.0".freeze]) s.add_development_dependency(%q.freeze, ["~> 2.2".freeze, ">= 2.2.0".freeze]) end