Sha256: e1591455d4e4528159116c29838889c38107034c96932b89da89a49a7cbd1b32
Contents?: true
Size: 1.06 KB
Versions: 4
Compression:
Stored size: 1.06 KB
Contents
# frozen_string_literal: true require_relative "lib/unitf/tag/version" Gem::Specification.new do |spec| spec.name = "unitf-tag" spec.version = Unitf::Tag::VERSION spec.authors = ["Matt Baron"] spec.email = ["mwb@unitf.net"] spec.summary = "Audio File Tagging" spec.description = spec.summary spec.homepage = "https://github.com/mattbaron/unitf-tag" spec.license = "MIT" spec.required_ruby_version = ">= 2.6.0" spec.metadata["allowed_push_host"] = 'https://www.rubygems.org' spec.metadata["homepage_uri"] = spec.homepage spec.metadata["source_code_uri"] = "https://github.com/mattbaron/unitf-tag" spec.metadata["changelog_uri"] = "https://github.com/mattbaron/unitf-tag/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"] spec.add_dependency "taglib-ruby" end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
unitf-tag-0.1.4 | unitf-tag.gemspec |
unitf-tag-0.1.3 | unitf-tag.gemspec |
unitf-tag-0.1.2 | unitf-tag.gemspec |
unitf-tag-0.1.0 | unitf-tag.gemspec |