# -*- encoding: utf-8 -*-
# stub: dsp_blueprint_parser 0.1.2 ruby lib
# stub: ext/md5f/extconf.rb

Gem::Specification.new do |s|
  s.name = "dsp_blueprint_parser".freeze
  s.version = "0.1.2".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-07"
  s.description = "Parse Dyson Sphere Program blueprint string".freeze
  s.email = ["LRFalk01@gmail.com".freeze]
  s.extensions = ["ext/md5f/extconf.rb".freeze]
  s.files = [".gitignore".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, "ext/md5f/extconf.rb".freeze, "ext/md5f/md5f.c".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/data_sections.rb".freeze, "lib/dsp_blueprint_parser/icon_layout.rb".freeze, "lib/dsp_blueprint_parser/parser.rb".freeze, "lib/dsp_blueprint_parser/version.rb".freeze, "lib/md5f.so".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