# -*- encoding: utf-8 -*- # stub: json_statham 0.1.3 ruby lib Gem::Specification.new do |s| s.name = "json_statham".freeze s.version = "0.1.3".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Victor".freeze] s.bindir = "exe".freeze s.date = "2023-02-18" s.description = "JsonStatham allows to check the structure changes in a json".freeze s.email = ["authiatv@gmail.com".freeze] s.files = [".rspec".freeze, ".rubocop.yml".freeze, ".simplecov".freeze, "CHANGELOG.md".freeze, "CODE_OF_CONDUCT.md".freeze, "Gemfile".freeze, "Gemfile.lock".freeze, "LICENSE.txt".freeze, "README.md".freeze, "Rakefile".freeze, "lib/generators/json_statham/USAGE".freeze, "lib/generators/json_statham/install_generator.rb".freeze, "lib/generators/json_statham/templates/json_statham.rb.tt".freeze, "lib/json_statham.rb".freeze, "lib/json_statham/config.rb".freeze, "lib/json_statham/helper.rb".freeze, "lib/json_statham/logger.rb".freeze, "lib/json_statham/parser.rb".freeze, "lib/json_statham/railtie.rb".freeze, "lib/json_statham/requests.rb".freeze, "lib/json_statham/requests/base.rb".freeze, "lib/json_statham/requests/observer.rb".freeze, "lib/json_statham/requests/reader.rb".freeze, "lib/json_statham/requests/writer.rb".freeze, "lib/json_statham/result.rb".freeze, "lib/json_statham/schema.rb".freeze, "lib/json_statham/validation.rb".freeze, "lib/json_statham/version.rb".freeze, "lib/tasks/json_statham_tasks.rake".freeze, "sig/json_statham.rbs".freeze] s.homepage = "https://github.com/victorauthiat/json_statham".freeze s.licenses = ["MIT".freeze] s.required_ruby_version = Gem::Requirement.new(">= 2.7.0".freeze) s.rubygems_version = "3.5.10".freeze s.summary = "Ruby library to check json schema changes".freeze end