Sha256: 726c57385078e419acb44835ff3b61a24af2c001ba78c51c4ccceb845f5ceef6

Contents?: true

Size: 1.01 KB

Versions: 1

Compression:

Stored size: 1.01 KB

Contents

# frozen_string_literal: true

require_relative "lib/chilean/rutify/version"

Gem::Specification.new do |spec|
  spec.name          = "chilean-rutify"
  spec.version       = Chilean::Rutify::VERSION
  spec.authors       = ["Mihail Pozarski"]
  spec.email         = ["mihailpozarski@outlook.com"]

  spec.summary       = "Rails chilean rut validator formater"
  spec.description   = "A useful chilean rut validator and formater for Rails"
  spec.homepage      = "https://github.com/mihailpozarski/chilean-rutify"
  spec.license       = "MIT"
  spec.required_ruby_version = Gem::Requirement.new(">= 2.3.0")

  spec.metadata["homepage_uri"] = spec.homepage
  spec.metadata["source_code_uri"] = "https://github.com/mihailpozarski/chilean-rutify"

  spec.files = Dir.chdir(File.expand_path(__dir__)) do
    `git ls-files -z`.split("\x0").reject { |f| f.match(%r{\A(?:test|spec|features)/}) }
  end
  spec.bindir        = "exe"
  spec.executables   = spec.files.grep(%r{\Aexe/}) { |f| File.basename(f) }
  spec.require_paths = ["lib"]
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
chilean-rutify-0.1.1 chilean-rutify.gemspec