# -*- encoding: utf-8 -*- # stub: kratos 1.0.3 ruby lib Gem::Specification.new do |s| s.name = "kratos".freeze s.version = "1.0.3".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["jaisonerick".freeze] s.date = "2016-01-24" s.description = "Kratos is a rails project generator that is ready for deployment with\ncapistrano. Based on thoughtbot's \"suspenders\".\n".freeze s.email = "jaisonreis@gmail.com".freeze s.executables = ["kratos".freeze] s.extra_rdoc_files = ["README.md".freeze] s.files = [".gitignore".freeze, ".ruby-version".freeze, "Gemfile".freeze, "LICENSE".freeze, "README.md".freeze, "bin/kratos".freeze, "bin/setup".freeze, "kratos.gemspec".freeze, "lib/kratos.rb".freeze, "lib/kratos/actions.rb".freeze, "lib/kratos/app_builder.rb".freeze, "lib/kratos/generators/app_generator.rb".freeze, "lib/kratos/version.rb".freeze, "templates/Capfile".freeze, "templates/Gemfile.erb".freeze, "templates/Procfile".freeze, "templates/README.md.erb".freeze, "templates/_javascript.html.erb".freeze, "templates/acceptance_helpers_rspec.rb".freeze, "templates/action_mailer.rb".freeze, "templates/application.scss".freeze, "templates/bin_setup".freeze, "templates/brakeman.rake".freeze, "templates/bullet.rb".freeze, "templates/bundler_audit.rake".freeze, "templates/cap_environment.rb".freeze, "templates/capybara_poltergeist.rb".freeze, "templates/circle.yml.erb".freeze, "templates/config_locales_en_datetime.yml".freeze, "templates/config_locales_en_messages.yml.erb".freeze, "templates/config_locales_pt-BR_datetime.yml".freeze, "templates/config_locales_pt-BR_messages.yml.erb".freeze, "templates/database_cleaner_rspec.rb".freeze, "templates/deploy.rake".freeze, "templates/deploy_config.rb.erb".freeze, "templates/dev.rake".freeze, "templates/disable_xml_params.rb".freeze, "templates/dotfiles/.ctags".freeze, "templates/dotfiles/.env".freeze, "templates/dotfiles/.gitignore".freeze, "templates/dotfiles/.sample.application.yml".freeze, "templates/errors.rb".freeze, "templates/factory_girl_rspec.rb".freeze, "templates/foreman.rake".freeze, "templates/i18n-tasks.yml".freeze, "templates/i18n.rb".freeze, "templates/i18n_rspec.rb".freeze, "templates/json_encoding.rb".freeze, "templates/kratos_layout.html.erb.erb".freeze, "templates/lograge.rb".freeze, "templates/postgresql_database.yml.erb".freeze, "templates/puma.rb".freeze, "templates/rails_helper.rb".freeze, "templates/redis.rb".freeze, "templates/routes.rb".freeze, "templates/rspec_api_documentation_rspec.rb.erb".freeze, "templates/rubocop.rake".freeze, "templates/rubocop.yml".freeze, "templates/rubocop_database.yml".freeze, "templates/rubocop_rspec.yml".freeze, "templates/schedule.rb".freeze, "templates/secrets.yml".freeze, "templates/shoulda_matchers_config_rspec.rb".freeze, "templates/sidekiq.yml".freeze, "templates/sidekiq_rspec.yml".freeze, "templates/sidekiq_security.rb".freeze, "templates/smtp.rb".freeze, "templates/spec_helper.rb".freeze, "templates/staging.rb".freeze, "templates/timezones.rb".freeze] s.homepage = "http://github.com/jaisonerick/kratos".freeze s.licenses = ["MIT".freeze] s.rdoc_options = ["--charset=UTF-8".freeze] s.required_ruby_version = Gem::Requirement.new(">= 2.3.0".freeze) s.rubygems_version = "3.5.10".freeze s.summary = "A rails project generator based on thoughtbot's suspenders.".freeze s.specification_version = 4 s.add_runtime_dependency(%q.freeze, ["~> 1.3".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 4.2.0".freeze]) end