Sha256: 16045553f948dc63df2ced0ec6886540283771bac37aebfc3fe3954b15d17176

Contents?: true

Size: 1.34 KB

Versions: 7

Compression:

Stored size: 1.34 KB

Contents

# frozen_string_literal: true

$: << File.expand_path("lib", __dir__)
require "ffi-libarchive-binary/version"

Gem::Specification.new do |spec|
  spec.name          = "ffi-libarchive-binary"
  spec.version       = LibarchiveBinary::VERSION
  spec.authors       = ["Ribose Inc."]
  spec.email         = ["open.source@ribose.com"]

  spec.summary       = "Binaries for ffi-libarchive"
  spec.description   = "Contains pre-compiled and install-time-compiled binaries for ffi-libarchive"
  spec.homepage      = "https://github.com/fontist/ffi-libarchive-binary"
  spec.license       = "BSD-3-Clause"
  spec.required_ruby_version = Gem::Requirement.new(">= 2.4.0")

  spec.metadata["homepage_uri"] = spec.homepage
  spec.metadata["source_code_uri"] = "https://github.com/fontist/ffi-libarchive-binary"
  spec.metadata["changelog_uri"] = "https://github.com/fontist/ffi-libarchive-binary"

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

  spec.add_runtime_dependency "ffi-libarchive", "~> 1.0"
  spec.add_runtime_dependency "mini_portile2", "~> 2.0"
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
ffi-libarchive-binary-0.2.6-x86-mingw32 ffi-libarchive-binary.gemspec
ffi-libarchive-binary-0.2.6-x64-mingw32 ffi-libarchive-binary.gemspec
ffi-libarchive-binary-0.2.6-x64-mingw-ucrt ffi-libarchive-binary.gemspec
ffi-libarchive-binary-0.2.5-x86-mingw32 ffi-libarchive-binary.gemspec
ffi-libarchive-binary-0.2.5-x64-mingw32 ffi-libarchive-binary.gemspec
ffi-libarchive-binary-0.2.4-x86-mingw32 ffi-libarchive-binary.gemspec
ffi-libarchive-binary-0.2.4-x64-mingw32 ffi-libarchive-binary.gemspec