# -*- encoding: utf-8 -*- # stub: simple-hd-graph 0.3.5 ruby lib Gem::Specification.new do |s| s.name = "simple-hd-graph".freeze s.version = "0.3.5".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", "changelog_uri" => "https://github.com/wtnabe/simple-hd-graph/blob/main/CHANGELOG.md", "homepage_uri" => "https://github.com/wtnabe/simple-hd-graph", "source_code_uri" => "https://github.com/wtnabe/simple-hd-graph" } if s.respond_to? :metadata= s.require_paths = ["lib".freeze] s.authors = ["wtnabe".freeze] s.bindir = "exe".freeze s.date = "2024-08-15" s.description = "parse single-tier hierarchy and simplex direction graph from YAML, and generate PlantUML with rectangle and object".freeze s.email = ["18510+wtnabe@users.noreply.github.com".freeze] s.executables = ["simple-hd-graph".freeze] s.files = [".editorconfig".freeze, ".github/workflows/test.yml".freeze, ".gitignore".freeze, ".rubocop.yml".freeze, ".standard.yml".freeze, "CHANGELOG.md".freeze, "Gemfile".freeze, "LICENSE".freeze, "README.md".freeze, "Rakefile".freeze, "bin/console".freeze, "bin/setup".freeze, "example.png".freeze, "exe/simple-hd-graph".freeze, "lib/simple-hd-graph.rb".freeze, "lib/simple-hd-graph/command.rb".freeze, "lib/simple-hd-graph/context.rb".freeze, "lib/simple-hd-graph/node.rb".freeze, "lib/simple-hd-graph/parser.rb".freeze, "lib/simple-hd-graph/reader.rb".freeze, "lib/simple-hd-graph/renderer/plantuml.rb".freeze, "lib/simple-hd-graph/renderer/plantuml/context.rb".freeze, "lib/simple-hd-graph/renderer/plantuml/resource.rb".freeze, "lib/simple-hd-graph/resource.rb".freeze, "lib/simple-hd-graph/version.rb".freeze, "simple-hd-graph.gemspec".freeze] s.homepage = "https://github.com/wtnabe/simple-hd-graph".freeze s.rubygems_version = "3.5.10".freeze s.summary = "single-tier hierary and simplex direction graph DSL".freeze s.specification_version = 4 s.add_runtime_dependency(%q.freeze, ["~> 0".freeze]) end