# -*- encoding: utf-8 -*- # stub: hanamimastery-cli 0.4.0 ruby lib Gem::Specification.new do |s| s.name = "hanamimastery-cli".freeze s.version = "0.4.0".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.metadata = { "allowed_push_host" => "https://rubygems.org", "bug_tracker_uri" => "https://github.com/hanamimastery/cli/issues", "changelog_uri" => "https://github.com/hanamimastery/cli/tree/main/CHANGELOG.md", "homepage_uri" => "https://github.com/hanamimastery/cli", "source_code_uri" => "https://github.com/hanamimastery/cli" } if s.respond_to? :metadata= s.require_paths = ["lib".freeze] s.authors = ["Sebastian Wilgosz".freeze] s.bindir = "exe".freeze s.date = "2024-10-10" s.description = "A set of command line utility scripts helping with producing Hanami Mastery content.".freeze s.email = ["sebastian@hanamimastery.com".freeze] s.executables = ["hanamimastery".freeze] s.files = [".rspec".freeze, ".standard.yml".freeze, ".tool-versions".freeze, "CHANGELOG.md".freeze, "CODE_OF_CONDUCT.md".freeze, "Gemfile".freeze, "Gemfile.lock".freeze, "LICENSE.txt".freeze, "README.md".freeze, "Rakefile".freeze, "exe/hanamimastery".freeze, "lib/hanamimastery-cli.rb".freeze, "lib/hanamimastery/cli.rb".freeze, "lib/hanamimastery/cli/commands.rb".freeze, "lib/hanamimastery/cli/commands/to_notion.rb".freeze, "lib/hanamimastery/cli/commands/to_pro.rb".freeze, "lib/hanamimastery/cli/commands/touch.rb".freeze, "lib/hanamimastery/cli/commands/unshot.rb".freeze, "lib/hanamimastery/cli/container.rb".freeze, "lib/hanamimastery/cli/deps.rb".freeze, "lib/hanamimastery/cli/errors.rb".freeze, "lib/hanamimastery/cli/repositories/episodes.rb".freeze, "lib/hanamimastery/cli/transformations/to_notion.rb".freeze, "lib/hanamimastery/cli/transformations/to_pro.rb".freeze, "lib/hanamimastery/cli/transformations/touch.rb".freeze, "lib/hanamimastery/cli/transformations/unshot.rb".freeze, "lib/hanamimastery/cli/version.rb".freeze, "sig/hanamimastery/cli.rbs".freeze] s.homepage = "https://github.com/hanamimastery/cli".freeze s.licenses = ["MIT".freeze] s.required_ruby_version = Gem::Requirement.new(">= 3.0.0".freeze) s.rubygems_version = "3.5.10".freeze s.summary = "Command line tools for Hanami Mastery content creation".freeze s.specification_version = 4 s.add_runtime_dependency(%q.freeze, ["~> 1.0".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 1.0".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 1.0".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 1.0.0.pre6".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 2.6".freeze]) end