--- !ruby/object:Gem::Specification name: shaped version: !ruby/object:Gem::Version version: 0.7.2 platform: ruby authors: - David Runger autorequire: bindir: bin cert_chain: [] date: 2020-07-13 00:00:00.000000000 Z dependencies: - !ruby/object:Gem::Dependency name: activemodel requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '6.0' type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '6.0' - !ruby/object:Gem::Dependency name: activesupport requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '6.0' type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '6.0' description: Validate the "shape" of Ruby objects. email: - davidjrunger@gmail.com executables: [] extensions: [] extra_rdoc_files: [] files: - ".gitignore" - ".rspec" - ".rubocop.yml" - ".ruby-version" - ".travis.yml" - CHANGELOG.md - Gemfile - Gemfile.lock - LICENSE.txt - README.md - Rakefile - bin/_guard-core - bin/console - bin/guard - bin/release - bin/rspec - bin/rubocop - bin/setup - lib/shaped.rb - lib/shaped/shape.rb - lib/shaped/shapes/all.rb - lib/shaped/shapes/any.rb - lib/shaped/shapes/array.rb - lib/shaped/shapes/callable.rb - lib/shaped/shapes/class.rb - lib/shaped/shapes/equality.rb - lib/shaped/shapes/hash.rb - lib/shaped/shapes/method.rb - lib/shaped/version.rb - shaped.gemspec homepage: https://github.com/davidrunger/shaped licenses: - MIT metadata: homepage_uri: https://github.com/davidrunger/shaped source_code_uri: https://github.com/davidrunger/shaped changelog_uri: https://github.com/davidrunger/shaped/blob/master/CHANGELOG.md post_install_message: rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: 2.3.0 required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' requirements: [] rubygems_version: 3.1.2 signing_key: specification_version: 4 summary: Validate the "shape" of Ruby objects. test_files: []