# -*- encoding: utf-8 -*- # stub: branch-name 4.0.2 ruby lib Gem::Specification.new do |s| s.name = "branch-name".freeze s.version = "4.0.2".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.metadata = { "changelog_uri" => "https://github.com/gangelo/branch-name/blob/main/CHANGELOG.md", "homepage_uri" => "https://github.com/gangelo/branch-name", "rubygems_mfa_required" => "true", "source_code_uri" => "https://github.com/gangelo/branch-name" } if s.respond_to? :metadata= s.require_paths = ["lib".freeze] s.authors = ["Gene M. Angelo, Jr.".freeze] s.bindir = "exe".freeze s.date = "2024-02-19" s.description = " branch-name is a gem that provides a command-line interface that allows you to accomplish several tasks, tasks I personally find myself having to carry out every time I work on a feature branch. I created this gem for myself; however, you are free to use it yourself, if any of these tasks fits into your personal routine:\n\n 1. Formulate a git feature branch name, given a jira ticket and jira ticket description. Why? Because I am constantly having to create git feature branch names that are based on jira ticket and jira ticket descriptions.\n 2. Optionally create a \"project\" based on the branch name (formulated in step 1 above). Why? Because I'm constantly having to create folders to manage files associated with the feature branches I am working on.\n 3. Optionally use and manage default options that determine the git feature branch name formulated, project greated, and default files associated with the project.Why? Because I routinely have to create files to support the feature I am working on and associate them with the feature I am working on. For example: scratch.rb to hold scratch code, snippets.rb to hold code to execute to perform redundant tasks, and readme.txt files to document things I need to remember.\n".freeze s.email = ["public.gma@gmail.com".freeze] s.executables = ["branch-name".freeze] s.files = [".rspec".freeze, ".rubocop.yml".freeze, ".ruby-version".freeze, "CHANGELOG.md".freeze, "CODE_OF_CONDUCT.md".freeze, "Gemfile".freeze, "Gemfile.lock".freeze, "LICENSE.txt".freeze, "README.md".freeze, "Rakefile".freeze, "bin/console".freeze, "bin/setup".freeze, "exe/branch-name".freeze, "lib/.env.development".freeze, "lib/branch/name.rb".freeze, "lib/branch/name/cli.rb".freeze, "lib/branch/name/cli/thor_ext/shell/basic/say_error.rb".freeze, "lib/branch/name/clipable.rb".freeze, "lib/branch/name/colorizable.rb".freeze, "lib/branch/name/configurable.rb".freeze, "lib/branch/name/exitable.rb".freeze, "lib/branch/name/loadable.rb".freeze, "lib/branch/name/locatable.rb".freeze, "lib/branch/name/models/branch.rb".freeze, "lib/branch/name/normalizable.rb".freeze, "lib/branch/name/option_error.rb".freeze, "lib/branch/name/projectable.rb".freeze, "lib/branch/name/services/branch_name_service.rb".freeze, "lib/branch/name/subcommands/config.rb".freeze, "lib/branch/name/subcommands/delete.rb".freeze, "lib/branch/name/subcommands/init.rb".freeze, "lib/branch/name/task_defaultable.rb".freeze, "lib/branch/name/version.rb".freeze, "sig/branch/name.rbs".freeze] s.homepage = "https://github.com/gangelo/branch-name".freeze s.licenses = ["MIT".freeze] s.post_install_message = "Thank you for installing branch-name!\n\nRun `branch-name` from your command line to get started.\n\nView the dsu README.md here: https://github.com/gangelo/branch-name\nView the dsu CHANGELOG.md: https://github.com/gangelo/branch-name/blob/main/CHANGELOG.md\n\n *\n ***\n *******\n *********\n ***********************\n *****************\n *************\n ******* *******\n ***** *****\n *** ***\n ** **\n\nUsing branch-name? branch-name is made available free of charge. Please consider giving branch-name a STAR on GitHub as well as sharing branch-name with your fellow developers on social media.\n\nKnowing that branch-name is being used and appreciated is a great motivator to continue developing and improving branch-name.\n\n>>> Star it on github: https://github.com/gangelo/branch-name\n>>> Share on social media: https://rubygems.org/gems/branch-name\n\nThank you!\n\n<3 Gene\n".freeze s.required_ruby_version = Gem::Requirement.new([">= 3.0.6".freeze, "< 4.0".freeze]) s.rubygems_version = "3.5.10".freeze s.summary = "Generates a branch name based on a JIRA ticket/ticket number.".freeze s.specification_version = 4 s.add_runtime_dependency(%q.freeze, [">= 7.0.8".freeze, "< 8.0.0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 1.1.0".freeze, "< 2.0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 1.1".freeze, "< 2.0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 1.2".freeze, "< 2.0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 1.0".freeze, "< 2.0".freeze]) end