# -*- encoding: utf-8 -*- # stub: dsp_blueprint_parser 0.1.0 ruby lib Gem::Specification.new do |s| s.name = "dsp_blueprint_parser".freeze s.version = "0.1.0".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.metadata = { "homepage_uri" => "https://github.com/LRFalk01/DSP-Blueprint-Parser", "source_code_uri" => "https://github.com/LRFalk01/DSP-Blueprint-Parser" } if s.respond_to? :metadata= s.require_paths = ["lib".freeze] s.authors = ["Lucas Falk".freeze] s.bindir = "exe".freeze s.date = "2021-08-02" s.description = "Parse Dyson Sphere Program blueprint string".freeze s.email = ["LRFalk01@gmail.com".freeze] s.files = [".gitignore".freeze, ".idea/.gitignore".freeze, ".idea/dsp_blueprint_parser.iml".freeze, ".idea/misc.xml".freeze, ".idea/modules.xml".freeze, ".idea/vcs.xml".freeze, ".rspec".freeze, ".rubocop.yml".freeze, "CHANGELOG.md".freeze, "Gemfile".freeze, "Gemfile.lock".freeze, "LICENSE.txt".freeze, "README.md".freeze, "Rakefile".freeze, "bin/console".freeze, "bin/setup".freeze, "dsp_blueprint_parser.gemspec".freeze, "lib/dsp_blueprint_parser.rb".freeze, "lib/dsp_blueprint_parser/area.rb".freeze, "lib/dsp_blueprint_parser/binary_reader.rb".freeze, "lib/dsp_blueprint_parser/blueprint_data.rb".freeze, "lib/dsp_blueprint_parser/building.rb".freeze, "lib/dsp_blueprint_parser/icon_layout.rb".freeze, "lib/dsp_blueprint_parser/parser.rb".freeze, "lib/dsp_blueprint_parser/version.rb".freeze] s.homepage = "https://github.com/LRFalk01/DSP-Blueprint-Parser".freeze s.licenses = ["MIT".freeze] s.required_ruby_version = Gem::Requirement.new(">= 3.0".freeze) s.rubygems_version = "3.5.10".freeze s.summary = "Parse Dyson Sphere Program blueprint string".freeze end