# -*- encoding: utf-8 -*- # stub: git_helper 3.1.3 ruby lib Gem::Specification.new do |s| s.name = "git_helper".freeze s.version = "3.1.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 = ["Emma Sax".freeze] s.date = "2020-12-10" s.description = "A set of GitHub and GitLab workflow scripts to provide a smoother development process for your git projects.".freeze s.email = ["emma.sax4@gmail.com".freeze] s.executables = ["git-helper".freeze] s.files = ["Gemfile".freeze, "Gemfile.lock".freeze, "Guardfile".freeze, "LICENSE".freeze, "README.md".freeze, "Rakefile".freeze, "bin/git-helper".freeze, "lib/git_helper.rb".freeze, "lib/git_helper/change_remote.rb".freeze, "lib/git_helper/checkout_default.rb".freeze, "lib/git_helper/clean_branches.rb".freeze, "lib/git_helper/code_request.rb".freeze, "lib/git_helper/empty_commit.rb".freeze, "lib/git_helper/forget_local_commits.rb".freeze, "lib/git_helper/git_config_reader.rb".freeze, "lib/git_helper/gitlab_client.rb".freeze, "lib/git_helper/highline_cli.rb".freeze, "lib/git_helper/local_code.rb".freeze, "lib/git_helper/merge_request.rb".freeze, "lib/git_helper/new_branch.rb".freeze, "lib/git_helper/octokit_client.rb".freeze, "lib/git_helper/pull_request.rb".freeze, "lib/git_helper/version.rb".freeze, "plugins.zip".freeze, "spec/git_helper/change_remote_spec.rb".freeze, "spec/git_helper/checkout_default_spec.rb".freeze, "spec/git_helper/clean_branches_spec.rb".freeze, "spec/git_helper/code_request_spec.rb".freeze, "spec/git_helper/empty_commit_spec.rb".freeze, "spec/git_helper/forget_local_commits_spec.rb".freeze, "spec/git_helper/git_config_reader_spec.rb".freeze, "spec/git_helper/gitlab_client_spec.rb".freeze, "spec/git_helper/highline_cli_spec.rb".freeze, "spec/git_helper/local_code_spec.rb".freeze, "spec/git_helper/merge_request_spec.rb".freeze, "spec/git_helper/new_branch_spec.rb".freeze, "spec/git_helper/octokit_client_spec.rb".freeze, "spec/git_helper/pull_request_spec.rb".freeze, "spec/spec_helper.rb".freeze] s.homepage = "https://github.com/emmasax4/git_helper".freeze s.licenses = ["MIT".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "A set of GitHub and GitLab workflow scripts.".freeze s.test_files = ["spec/spec_helper.rb".freeze, "spec/git_helper/octokit_client_spec.rb".freeze, "spec/git_helper/new_branch_spec.rb".freeze, "spec/git_helper/forget_local_commits_spec.rb".freeze, "spec/git_helper/clean_branches_spec.rb".freeze, "spec/git_helper/change_remote_spec.rb".freeze, "spec/git_helper/checkout_default_spec.rb".freeze, "spec/git_helper/pull_request_spec.rb".freeze, "spec/git_helper/gitlab_client_spec.rb".freeze, "spec/git_helper/code_request_spec.rb".freeze, "spec/git_helper/empty_commit_spec.rb".freeze, "spec/git_helper/highline_cli_spec.rb".freeze, "spec/git_helper/git_config_reader_spec.rb".freeze, "spec/git_helper/merge_request_spec.rb".freeze, "spec/git_helper/local_code_spec.rb".freeze] s.specification_version = 4 s.add_runtime_dependency(%q.freeze, ["~> 4.16".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 2.13".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 2.0".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 4.18".freeze]) s.add_development_dependency(%q.freeze, ["~> 2.2".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, ["~> 4.3".freeze]) s.add_development_dependency(%q.freeze, ["~> 13.0".freeze]) s.add_development_dependency(%q.freeze, ["~> 3.9".freeze]) end