Sha256: 52c2d6796cf6e80f290dae7854a578a8888667b91d13126fea939155af031499
Contents?: true
Size: 1.06 KB
Versions: 1
Compression:
Stored size: 1.06 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.5.0") spec.metadata["homepage_uri"] = spec.homepage spec.metadata["source_code_uri"] = "https://github.com/mihailpozarski/chilean-rutify" spec.metadata["rubygems_mfa_required"] = "true" 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-1.1.0 | chilean-rutify.gemspec |