# -*- encoding: utf-8 -*- # stub: bard 0.50.3 ruby lib Gem::Specification.new do |s| s.name = "bard".freeze s.version = "0.50.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 = ["Micah Geisel".freeze] s.date = "2023-03-17" s.description = "CLI to automate common development tasks.".freeze s.email = ["micah@botandrose.com".freeze] s.executables = ["bard".freeze] s.files = [".gitignore".freeze, ".gitmodules".freeze, ".rspec".freeze, "Gemfile".freeze, "LICENSE".freeze, "README.rdoc".freeze, "Rakefile".freeze, "bard.gemspec".freeze, "bin/bard".freeze, "bin/setup".freeze, "features/bard_check.feature".freeze, "features/bard_deploy.feature".freeze, "features/bard_pull.feature".freeze, "features/bard_push.feature".freeze, "features/step_definitions/check_steps.rb".freeze, "features/step_definitions/git_steps.rb".freeze, "features/step_definitions/global_steps.rb".freeze, "features/step_definitions/rails_steps.rb".freeze, "features/step_definitions/submodule_steps.rb".freeze, "features/support/env.rb".freeze, "features/support/grit_ext.rb".freeze, "features/support/io.rb".freeze, "install_files/.github/workflows/ci.yml".freeze, "install_files/apt_dependencies.rb".freeze, "install_files/ci".freeze, "install_files/setup".freeze, "install_files/specified_bundler.rb".freeze, "install_files/specified_ruby.rb".freeze, "lib/bard.rb".freeze, "lib/bard/base.rb".freeze, "lib/bard/ci.rb".freeze, "lib/bard/ci/github_actions.rb".freeze, "lib/bard/ci/jenkins.rb".freeze, "lib/bard/ci/local.rb".freeze, "lib/bard/config.rb".freeze, "lib/bard/data.rb".freeze, "lib/bard/git.rb".freeze, "lib/bard/version.rb".freeze, "spec/bard/ci/github_actions_spec.rb".freeze, "spec/bard_spec.rb".freeze, "spec/spec_helper.rb".freeze, "spec/support/fixtures/job.json".freeze, "spec/support/fixtures/response_in_progress.json".freeze] s.homepage = "http://github.com/botandrose/bard".freeze s.licenses = ["MIT".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "CLI to automate common development tasks.".freeze s.test_files = ["features/bard_check.feature".freeze, "features/bard_deploy.feature".freeze, "features/bard_pull.feature".freeze, "features/bard_push.feature".freeze, "features/step_definitions/check_steps.rb".freeze, "features/step_definitions/git_steps.rb".freeze, "features/step_definitions/global_steps.rb".freeze, "features/step_definitions/rails_steps.rb".freeze, "features/step_definitions/submodule_steps.rb".freeze, "features/support/env.rb".freeze, "features/support/grit_ext.rb".freeze, "features/support/io.rb".freeze, "spec/bard/ci/github_actions_spec.rb".freeze, "spec/bard_spec.rb".freeze, "spec/spec_helper.rb".freeze, "spec/support/fixtures/job.json".freeze, "spec/support/fixtures/response_in_progress.json".freeze] s.specification_version = 4 s.add_runtime_dependency(%q.freeze, [">= 0.19.0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 1.0.3".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0.1.1".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) end