# -*- encoding: utf-8 -*- # stub: canoser 0.2.1 ruby lib Gem::Specification.new do |s| s.name = "canoser".freeze s.version = "0.2.1".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.metadata = { "allowed_push_host" => "https://rubygems.org", "changelog_uri" => "https://github.com/yuan-xy/canoser-ruby/blob/master/CHANGELOG.md", "homepage_uri" => "https://github.com/yuan-xy/canoser-ruby.git", "source_code_uri" => "https://github.com/yuan-xy/canoser-ruby.git" } if s.respond_to? :metadata= s.require_paths = ["lib".freeze] s.authors = ["yuan xinyu".freeze] s.bindir = "exe".freeze s.date = "2019-10-06" s.description = "A ruby implementation of the canonical serialization for the Libra network. Canonical serialization guarantees byte consistency when serializing an in-memory data structure. It is useful for situations where two parties want to efficiently compare data structures they independently maintain. It happens in consensus where independent validators need to agree on the state they independently compute. A cryptographic hash of the serialized data structure is what ultimately gets compared. In order for this to work, the serialization of the same data structures must be identical when computed by independent validators potentially running different implementations of the same spec in different languages.".freeze s.email = ["yuanxinyu.hangzhou@gmail.com".freeze] s.files = [".gitignore".freeze, ".travis.yml".freeze, "CHANGELOG.md".freeze, "Gemfile".freeze, "Gemfile.lock".freeze, "LICENSE.txt".freeze, "README-CN.md".freeze, "README.md".freeze, "Rakefile".freeze, "bin/console".freeze, "bin/setup".freeze, "canoser.gemspec".freeze, "canoser.sublime-project".freeze, "lib/canoser.rb".freeze, "lib/canoser/cursor.rb".freeze, "lib/canoser/field.rb".freeze, "lib/canoser/struct.rb".freeze, "lib/canoser/version.rb".freeze] s.homepage = "https://github.com/yuan-xy/canoser-ruby.git".freeze s.licenses = ["MIT".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "A ruby implementation of the canonical serialization for the Libra network.".freeze s.specification_version = 4 s.add_development_dependency(%q.freeze, ["~> 2.0".freeze]) s.add_development_dependency(%q.freeze, ["~> 10.0".freeze]) s.add_development_dependency(%q.freeze, ["~> 5.0".freeze]) s.add_development_dependency(%q.freeze, ["~> 11.0".freeze]) end