Sha256: 5c04536cc767d6acb5fcf81b4ca6232e7a7616af3e5a4b7e869dcf84b56f65b6
Contents?: true
Size: 933 Bytes
Versions: 1
Compression:
Stored size: 933 Bytes
Contents
# coding: utf-8 lib = File.expand_path("../lib", __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require "verihash/version" Gem::Specification.new do |spec| spec.name = "verihash" spec.version = Verihash::VERSION spec.authors = ["Tony Arcieri"] spec.email = ["bascule@gmail.com"] spec.homepage = "https://github.com/zcred/zcred/tree/master/ruby/" spec.summary = "Format-independent structured hashing algorithm" spec.description = "Structured hashing algorithm that works across multiple formats (Veriform, TJSON)" spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) } spec.bindir = "exe" spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) } spec.require_paths = ["lib"] spec.required_ruby_version = ">= 2.2.2" spec.add_development_dependency "bundler", "~> 1.14" end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
verihash-0.0.0 | verihash.gemspec |