Sha256: 6ca54f755ed7dc18e969af37316337c532e4815c3a0ef68708e4dc9b35ba5cf5
Contents?: true
Size: 1.05 KB
Versions: 3
Compression:
Stored size: 1.05 KB
Contents
# frozen_string_literal: true require_relative "lib/unitf/logging/version" Gem::Specification.new do |spec| spec.name = "unitf-logging" spec.version = Unitf::Logging::VERSION spec.authors = ["Matt Baron"] spec.email = ["mwb@unitf.net"] spec.summary = "Logging" spec.description = spec.summary spec.homepage = "https://www.github.com/mattbaron/unitf-logging" spec.license = "MIT" spec.required_ruby_version = ">= 2.4.0" spec.metadata["allowed_push_host"] = 'https://rubygems.org' spec.metadata["homepage_uri"] = spec.homepage spec.metadata["source_code_uri"] = "https://www.github.com/mattbaron/unitf-logging" spec.metadata["changelog_uri"] = "https://www.github.com/mattbaron/unitf-logging/CHANGELOG.md" 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
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
unitf-logging-0.1.2 | unitf-logging.gemspec |
unitf-logging-0.1.1 | unitf-logging.gemspec |
unitf-logging-0.1.0 | unitf-logging.gemspec |