# -*- encoding: utf-8 -*- # stub: tomograph 3.0.1 ruby lib Gem::Specification.new do |s| s.name = "tomograph".freeze s.version = "3.0.1".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["d.efimov".freeze] s.bindir = "exe".freeze s.date = "2020-10-14" s.description = "Convert API Blueprint to routes and JSON-Schemas".freeze s.email = ["d.efimov@fun-box.ru".freeze] s.executables = ["tomograph".freeze] s.files = [".github/workflows/ruby.yml".freeze, ".gitignore".freeze, ".rubocop.yml".freeze, ".ruby-version".freeze, ".tool-versions".freeze, ".travis.yml".freeze, "CHANGELOG.md".freeze, "CODE_OF_CONDUCT.md".freeze, "Gemfile".freeze, "LICENSE.txt".freeze, "README.md".freeze, "Rakefile".freeze, "bin/console".freeze, "bin/setup".freeze, "exe/tomograph".freeze, "lib/tomograph.rb".freeze, "lib/tomograph/api_blueprint/crafter/yaml.rb".freeze, "lib/tomograph/api_blueprint/crafter/yaml/action.rb".freeze, "lib/tomograph/api_blueprint/drafter_4/yaml.rb".freeze, "lib/tomograph/api_blueprint/drafter_4/yaml/action.rb".freeze, "lib/tomograph/api_blueprint/json_schema.rb".freeze, "lib/tomograph/path.rb".freeze, "lib/tomograph/tomogram.rb".freeze, "lib/tomograph/tomogram/action.rb".freeze, "lib/tomograph/version.rb".freeze, "script/update_json_fixtures".freeze, "tomograph.gemspec".freeze] s.homepage = "https://github.com/funbox/tomograph".freeze s.licenses = ["MIT".freeze] s.required_ruby_version = Gem::Requirement.new(">= 2.4.0".freeze) s.rubygems_version = "3.5.10".freeze s.summary = "Convert API Blueprint to Tomogram".freeze s.specification_version = 4 s.add_runtime_dependency(%q.freeze, ["~> 2".freeze, ">= 2.0.2".freeze]) s.add_development_dependency(%q.freeze, ["~> 11.1".freeze, ">= 11.1.1".freeze]) s.add_development_dependency(%q.freeze, [">= 13.0.1".freeze]) s.add_development_dependency(%q.freeze, ["~> 3.9".freeze, ">= 3.9.0".freeze]) s.add_development_dependency(%q.freeze, ["~> 0.81".freeze, ">= 0.81.0".freeze]) s.add_development_dependency(%q.freeze, ["~> 0.18".freeze, ">= 0.18.5".freeze]) end