# -*- encoding: utf-8 -*- # stub: onotole 1.1.19 ruby lib Gem::Specification.new do |s| s.name = "onotole".freeze s.version = "1.1.19".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["kvokka".freeze, "thoughtbot".freeze] s.date = "2016-04-16" s.description = "Onotole is a Rails project generator that you can upgrade. Use Onotole if you're\nin a rush to build something amazing or just want to test out some new\ntechnologes. You can choose more than 50 gems to add and get all of it with init\nsettings and be free from init confings copy/paste\n".freeze s.email = "root_p@mail.ru".freeze s.executables = ["onotole".freeze] s.extra_rdoc_files = ["README.md".freeze, "LICENSE".freeze] s.files = [".gitignore".freeze, ".overcommit.yml".freeze, ".rubocop.yml".freeze, ".rubocop_todo.yml".freeze, ".ruby-version".freeze, ".travis.yml".freeze, "Gemfile".freeze, "Guardfile".freeze, "LICENSE".freeze, "README.md".freeze, "Rakefile".freeze, "bin/install".freeze, "bin/onotole".freeze, "bin/rake".freeze, "bin/rspec".freeze, "bin/setup".freeze, "goodies/custom_404_and_others_in_1_minute.md".freeze, "goodies/mailcatcher_loading_patch.md".freeze, "goodies/tests_speed_up_hack.md".freeze, "lib/onotole.rb".freeze, "lib/onotole/actions.rb".freeze, "lib/onotole/adapters/heroku.rb".freeze, "lib/onotole/add_user_gems/after_install_patch.rb".freeze, "lib/onotole/add_user_gems/before_bundle_patch.rb".freeze, "lib/onotole/add_user_gems/edit_menu_questions.rb".freeze, "lib/onotole/add_user_gems/goodbye_message.rb".freeze, "lib/onotole/add_user_gems/user_gems_menu_questions.rb".freeze, "lib/onotole/app_builder.rb".freeze, "lib/onotole/colors.rb".freeze, "lib/onotole/default_frontend.rb".freeze, "lib/onotole/default_scripts.rb".freeze, "lib/onotole/deploy.rb".freeze, "lib/onotole/generators/app_generator.rb".freeze, "lib/onotole/git.rb".freeze, "lib/onotole/helpers.rb".freeze, "lib/onotole/mail.rb".freeze, "lib/onotole/tests.rb".freeze, "lib/onotole/version.rb".freeze, "onotole.gemspec".freeze, "spec/adapters/heroku_spec.rb".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/onotole.rb".freeze, "templates/Gemfile.erb".freeze, "templates/Procfile.erb".freeze, "templates/README.md.erb".freeze, "templates/_analytics.html.erb".freeze, "templates/_flashes.html.erb".freeze, "templates/_javascript.html.erb".freeze, "templates/action_mailer.rb".freeze, "templates/active_admin.scss".freeze, "templates/activeadmin.en.yml".freeze, "templates/activeadmin.ru.yml".freeze, "templates/admin_bootstrap.scss".freeze, "templates/app.json.erb".freeze, "templates/application.scss".freeze, "templates/bin_deploy".freeze, "templates/bin_setup".freeze, "templates/bin_setup_review_app.erb".freeze, "templates/bootstrap_flash_helper.rb".freeze, "templates/bootstrap_variables.scss".freeze, "templates/browserslist".freeze, "templates/bundler_audit.rake".freeze, "templates/capybara_webkit.rb".freeze, "templates/circle.yml.erb".freeze, "templates/config_locales_en.yml.erb".freeze, "templates/config_locales_ru.yml.erb".freeze, "templates/database_cleaner_rspec.rb".freeze, "templates/deferred_garbage_collection.rb".freeze, "templates/dev.rake".freeze, "templates/devise.ru.yml".freeze, "templates/devise_rspec.rb".freeze, "templates/disable_xml_params.rb".freeze, "templates/dotenv.erb".freeze, "templates/dotfiles/.ctags".freeze, "templates/dotfiles/.pryrc".freeze, "templates/dotfiles/.rspec".freeze, "templates/errors.rb".freeze, "templates/factories.rb".freeze, "templates/factory_girl_rspec.rb".freeze, "templates/flashes_helper.rb".freeze, "templates/gitignore_file".freeze, "templates/hound.yml".freeze, "templates/i18n.rb".freeze, "templates/inet_input.rb".freeze, "templates/json_encoding.rb".freeze, "templates/kaminari.rb".freeze, "templates/newrelic.yml.erb".freeze, "templates/onotole_layout.html.erb.erb".freeze, "templates/onotole_overcommit.yml".freeze, "templates/postgresql_database.yml.erb".freeze, "templates/puma.rb.erb".freeze, "templates/rack_mini_profiler.rb".freeze, "templates/rails_helper.rb".freeze, "templates/rubocop.yml".freeze, "templates/secrets.yml".freeze, "templates/shoulda_matchers_config_rspec.rb".freeze, "templates/smtp.rb.erb".freeze, "templates/spec_helper.rb.erb".freeze, "templates/staging.rb".freeze, "templates/support.rb".freeze, "templates/tinymce.yml".freeze] s.homepage = "http://github.com/kvokka/onotole".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 = "Generate a Rails app using Onotole knowledge with kvokka fingers.".freeze s.specification_version = 4 s.add_runtime_dependency(%q.freeze, ["~> 1.3".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 4.2.0".freeze]) s.add_development_dependency(%q.freeze, ["~> 3.2".freeze]) end