# -*- encoding: utf-8 -*- # stub: bard 1.0.5 ruby lib Gem::Specification.new do |s| s.name = "bard".freeze s.version = "1.0.5".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 = "2024-08-25" 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/dependabot.yml".freeze, "install_files/.github/workflows/cache-ci.yml".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/ci.rb".freeze, "lib/bard/ci/github_actions.rb".freeze, "lib/bard/ci/jenkins.rb".freeze, "lib/bard/ci/local.rb".freeze, "lib/bard/cli.rb".freeze, "lib/bard/cli/ci.rb".freeze, "lib/bard/cli/data.rb".freeze, "lib/bard/cli/deploy.rb".freeze, "lib/bard/cli/hurt.rb".freeze, "lib/bard/cli/install.rb".freeze, "lib/bard/cli/master_key.rb".freeze, "lib/bard/cli/open.rb".freeze, "lib/bard/cli/ping.rb".freeze, "lib/bard/cli/provision.rb".freeze, "lib/bard/cli/run.rb".freeze, "lib/bard/cli/setup.rb".freeze, "lib/bard/cli/ssh.rb".freeze, "lib/bard/cli/stage.rb".freeze, "lib/bard/cli/vim.rb".freeze, "lib/bard/command.rb".freeze, "lib/bard/config.rb".freeze, "lib/bard/copy.rb".freeze, "lib/bard/git.rb".freeze, "lib/bard/github.rb".freeze, "lib/bard/ping.rb".freeze, "lib/bard/provision.rb".freeze, "lib/bard/provision/app.rb".freeze, "lib/bard/provision/apt.rb".freeze, "lib/bard/provision/data.rb".freeze, "lib/bard/provision/http.rb".freeze, "lib/bard/provision/masterkey.rb".freeze, "lib/bard/provision/mysql.rb".freeze, "lib/bard/provision/passenger.rb".freeze, "lib/bard/provision/repo.rb".freeze, "lib/bard/provision/rvm.rb".freeze, "lib/bard/provision/ssh.rb".freeze, "lib/bard/provision/user.rb".freeze, "lib/bard/server.rb".freeze, "lib/bard/version.rb".freeze, "spec/bard/ci/github_actions_spec.rb".freeze, "spec/bard/ci_spec.rb".freeze, "spec/bard/config_spec.rb".freeze, "spec/bard/server_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/ci_spec.rb".freeze, "spec/bard/config_spec.rb".freeze, "spec/bard/server_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_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) end