proofmode 0.9.0

Capture, share, and preserve verifiable photos and videos
Documentation
Gem::Specification.new do |s|
  s.name        = "proofmode"
  s.version     = "0.8.4"
  s.summary     = "Ruby bindings for ProofMode"
  s.description = "Capture, share, and preserve verifiable photos and videos using ProofMode"
  s.authors     = ["Guardian Project"]
  s.email       = "support@guardianproject.info"
  s.homepage    = "https://proofmode.org"
  s.license     = "Apache-2.0"

  s.files       = Dir["lib/**/*"] + ["proofmode.gemspec"]
  s.require_paths = ["lib"]

  s.required_ruby_version = ">= 2.7.0"

  s.add_dependency "ffi", "~> 1.15"

  s.metadata = {
    "source_code_uri" => "https://gitlab.com/guardianproject/proofmode/proofmode-rust",
    "bug_tracker_uri" => "https://gitlab.com/guardianproject/proofmode/proofmode-rust/-/issues"
  }
end