Sha256: 1fa21d99579c240d71304898db1fcf754790c17b2882a860f8738b66af396b04
Contents?: true
Size: 1.29 KB
Versions: 0
Compression: gzip
Compressed size: 668 Bytes
Stored size: 668 Bytes
Contents
--- !ruby/object:Gem::Specification name: objecthash version: !ruby/object:Gem::Version version: 1.0.2 platform: ruby authors: - Tony Arcieri autorequire: bindir: exe cert_chain: [] date: 2016-08-06 00:00:00.000000000 Z dependencies: [] description: A way to cryptographically hash objects (in the JSON-ish sense) that works cross-language, and, therefore, cross-encoding. email: - bascule@gmail.com executables: [] extensions: [] extra_rdoc_files: [] files: - ".gitignore" - ".rspec" - ".rubocop.yml" - ".travis.yml" - CHANGES.md - Gemfile - Guardfile - LICENSE - README.md - Rakefile - bin/console - bin/setup - lib/objecthash.rb - lib/objecthash/version.rb - objecthash.gemspec homepage: https://github.com/cryptosphere/objecthash-ruby licenses: - Apache-2.0 metadata: {} post_install_message: rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: 2.2.0 required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' requirements: [] rubyforge_project: rubygems_version: 2.5.1 signing_key: specification_version: 4 summary: A content hash algorithm which works across multiple encodings (JSON, Protobufs, etc) test_files: []