Sha256: 9041939ae3bd4080c0071884a4bdf0acc11eaf4d4c6ccb0eb924ad76f12f3f42
Contents?: true
Size: 1.79 KB
Versions: 0
Compression: gzip
Compressed size: 673 Bytes
Stored size: 673 Bytes
Contents
--- !ruby/object:Gem::Specification name: strong_json version: !ruby/object:Gem::Version version: 2.1.2 platform: ruby authors: - Soutaro Matsumoto autorequire: bindir: bin cert_chain: [] date: 2020-10-09 00:00:00.000000000 Z dependencies: [] description: Type check JSON objects email: - matsumoto@soutaro.com executables: [] extensions: [] extra_rdoc_files: [] files: - ".github/workflows/ruby.yml" - ".gitignore" - ".ruby-version" - ".travis.yml" - CHANGELOG.md - Gemfile - LICENSE.txt - README.md - Rakefile - Steepfile - example/Steepfile - example/lib/example.rb - example/sig/example.rbs - lib/strong_json.rb - lib/strong_json/error_reporter.rb - lib/strong_json/type.rb - lib/strong_json/types.rb - lib/strong_json/version.rb - pp.rb - sig/polyfill.rbs - sig/strong_json.rbs - sig/type.rbs - spec/array_spec.rb - spec/basetype_spec.rb - spec/case_subsumption_operator_spec.rb - spec/enum_spec.rb - spec/error_spec.rb - spec/hash_spec.rb - spec/json_spec.rb - spec/literal_spec.rb - spec/object_spec.rb - spec/optional_spec.rb - strong_json.gemspec homepage: https://github.com/soutaro/strong_json licenses: - MIT metadata: steep_types: sig post_install_message: rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' requirements: [] rubygems_version: 3.0.8 signing_key: specification_version: 4 summary: Type check JSON objects test_files: - spec/array_spec.rb - spec/basetype_spec.rb - spec/case_subsumption_operator_spec.rb - spec/enum_spec.rb - spec/error_spec.rb - spec/hash_spec.rb - spec/json_spec.rb - spec/literal_spec.rb - spec/object_spec.rb - spec/optional_spec.rb