Sha256: c007b3fa92bc4d7c12e4a67882036090bbaa6f5bbecdd42e991c637381a70960

Contents?: true

Size: 954 Bytes

Versions: 1

Compression:

Stored size: 954 Bytes

Contents

# frozen_string_literal: true

require_relative "lib/date_converter_ja/version"

Gem::Specification.new do |spec|
  spec.name = "date_converter_ja"
  spec.version = DateConverterJa::VERSION
  spec.authors = ["holasoynaoki"]
  spec.email = ["naoki13futsal@gmail.com"]

  spec.summary = "Format the date in a nice way gem."
  spec.description = "Format the date in a nice way gem."
  spec.homepage = "https://github.com/holasoynaoki/date_converter_ja"
  spec.license = "MIT"
  spec.required_ruby_version = ">= 2.6.0"

  spec.metadata["homepage_uri"] = spec.homepage
  spec.metadata["source_code_uri"] = spec.homepage

  spec.files = Dir.chdir(__dir__) do
    `git ls-files -z`.split("\x0").reject do |f|
      (f == __FILE__) || f.match(%r{\A(?:(?:bin|test|spec|features)/|\.(?:git|travis|circleci)|appveyor)})
    end
  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
date_converter_ja-0.1.1 date_converter_ja.gemspec