deseretbook/classy_hash

View on GitHub
classy_hash.gemspec

Summary

Maintainability
Test Coverage
Gem::Specification.new do |s|
  s.name = 'classy_hash'
  s.version = '1.0.0'
  s.license = 'MIT'
  s.files = ['lib/classy_hash.rb', 'lib/classy_hash/generate.rb']
  s.summary = 'Classy Hash: Keep your Hashes classy; a Hash schema validator'
  s.description = <<-DESC
    Classy Hash is a schema validator for Ruby Hashes.  You provide a simple
    schema Hash, and Classy Hash will make sure your data matches, providing
    helpful error messages if it doesn't.
    DESC
  s.authors = ['Deseret Book', 'Mike Bourgeous', 'Git Contributors']
  s.email = ['webdev@deseretbook.com', 'mike@mikebourgeous.com']
  s.homepage = 'https://github.com/deseretbook/classy_hash'

  s.required_ruby_version = ['>= 2.3']
end