# frozen_string_literal: true

require_relative "lib/mc_delta/version"

Gem::Specification.new do |spec|
  spec.name = "mc_delta"
  spec.version = McDelta::VERSION
  spec.authors = ["Null_Delta"]
  spec.email = ["delta.null@vk.com"]
  spec.summary = "Гем с модельками и контроллерами"
  spec.description = "Гем с модельками и контроллерами"
  spec.homepage = "https://rubygems.org/gems/model_gem"
  spec.license = "MIT"
  spec.required_ruby_version = ">= 2.6.0"
  spec.files = Dir.chdir(__dir__) do
    `git ls-files -z`.split("\x0").reject do |f|
      (File.expand_path(f) == __FILE__) || f.start_with?(*%w[bin/ test/ spec/ features/ .git .circleci appveyor])
    end
  end
end