# -*- encoding: utf-8 -*- # stub: trailblazer-wizard 0.0.6 ruby lib Gem::Specification.new do |s| s.name = "trailblazer-wizard".freeze s.version = "0.0.6".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", "homepage_uri" => "https://www.github.com/aredda/trailblazer-wizard", "source_code_uri" => "https://www.github.com/aredda/trailblazer-wizard" } if s.respond_to? :metadata= s.require_paths = ["lib".freeze] s.authors = ["aredda".freeze] s.date = "2024-05-06" s.description = "A gem that will help you generate concept files for Trailblazer more easily and quickly.".freeze s.email = ["aredda.ibrahim@gmail.com".freeze] s.executables = ["wizard".freeze] s.files = [".idea/misc.xml".freeze, ".idea/vcs.xml".freeze, ".idea/wizard.iml".freeze, ".idea/workspace.xml".freeze, ".rubocop.yml".freeze, "CHANGELOG.md".freeze, "CODE_OF_CONDUCT.md".freeze, "LICENSE.txt".freeze, "README.md".freeze, "Rakefile".freeze, "bin/wizard".freeze, "lib/concept.txt".freeze, "lib/trailblazer_wizard/concept_generator.rb".freeze, "lib/trailblazer_wizard/concept_type.rb".freeze, "lib/trailblazer_wizard/configuration.rb".freeze, "lib/trailblazer_wizard/file_helper.rb".freeze, "lib/trailblazer_wizard/version.rb".freeze, "lib/wizard.rb".freeze, "sig/wizard.rbs".freeze, "sig/wizard/configuration.rbs".freeze] s.homepage = "https://www.github.com/aredda/trailblazer-wizard".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 = "Generator for Trailblazer concept files.".freeze s.specification_version = 4 s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) end