--- !ruby/object:Gem::Specification name: ci-helper version: !ruby/object:Gem::Version version: 0.6.0 platform: ruby authors: - JustAnotherDude autorequire: bindir: exe cert_chain: [] date: 2023-12-11 00:00:00.000000000 Z dependencies: - !ruby/object:Gem::Dependency name: colorize requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '1.1' type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '1.1' - !ruby/object:Gem::Dependency name: dry-inflector requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '1.0' type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '1.0' - !ruby/object:Gem::Dependency name: umbrellio-sequel-plugins requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '0.14' type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '0.14' description: CIHelper is a gem with Continuous Integration helpers for Ruby email: - vanyaz158@gmail.com executables: - ci-helper extensions: [] extra_rdoc_files: [] files: - ".editorconfig" - ".github/workflows/test.yml" - ".gitignore" - ".rspec" - ".rubocop.yml" - Gemfile - Gemfile.lock - LICENSE.txt - README.md - Rakefile - bin/console - bin/setup - ci_helper.gemspec - exe/ci-helper - lib/ci-helper.rb - lib/ci_helper.rb - lib/ci_helper/cli.rb - lib/ci_helper/commands.rb - lib/ci_helper/commands/bundler_audit.rb - lib/ci_helper/commands/check_coverage.rb - lib/ci_helper/commands/check_db_development.rb - lib/ci_helper/commands/check_db_rollback.rb - lib/ci_helper/commands/check_sidekiq_scheduler_config.rb - lib/ci_helper/commands/check_spec_suffixes.rb - lib/ci_helper/commands/rubocop_lint.rb - lib/ci_helper/commands/run_specs.rb - lib/ci_helper/railtie.rb - lib/ci_helper/tools/colorize.rb - lib/ci_helper/tools/inflector.rb - lib/ci_helper/version.rb - lib/tasks/sequel_management.rake homepage: https://github.com/umbrellio/ci_helper licenses: - MIT metadata: homepage_uri: https://github.com/umbrellio/ci_helper source_code_uri: https://github.com/umbrellio/ci_helper post_install_message: rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: 2.7.0 required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' requirements: [] rubygems_version: 3.4.21 signing_key: specification_version: 4 summary: Continuous Integration helpers for Ruby test_files: []