# -*- encoding: utf-8 -*- # stub: relation_to_json 0.1.0 ruby lib Gem::Specification.new do |s| s.name = "relation_to_json".freeze s.version = "0.1.0".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.metadata = { "changelog_uri" => "https://github.com/Derekyu177/relation_to_json/CHANGELOG.md", "homepage_uri" => "https://github.com/Derekyu177/relation_to_json", "source_code_uri" => "https://github.com/Derekyu177/relation_to_json" } if s.respond_to? :metadata= s.require_paths = ["lib".freeze] s.authors = ["Derek Yu".freeze] s.bindir = "exe".freeze s.date = "2022-01-20" s.description = "RelationToJSON takes in a schema of attributes and associations\ntogether with an ActiveRecord::Relation object and produces an array of nested hashes\ncorresponding to a JSON representation of each record.\n".freeze s.email = ["derek-nis@hotmail.com".freeze] s.files = [".github/workflows/main.yml".freeze, ".gitignore".freeze, ".rspec".freeze, ".rubocop.yml".freeze, ".ruby-version".freeze, "CHANGELOG.md".freeze, "Gemfile".freeze, "Gemfile.lock".freeze, "LICENSE".freeze, "README.md".freeze, "Rakefile".freeze, "bin/console".freeze, "bin/setup".freeze, "lib/relation_to_json.rb".freeze, "lib/relation_to_json/base.rb".freeze, "lib/relation_to_json/base_reflection.rb".freeze, "lib/relation_to_json/belongs_to_reflection.rb".freeze, "lib/relation_to_json/has_one_reflection.rb".freeze, "lib/relation_to_json/reflection_builder.rb".freeze, "lib/relation_to_json/version.rb".freeze, "relation_to_json.gemspec".freeze] s.homepage = "https://github.com/Derekyu177/relation_to_json".freeze s.licenses = ["MIT".freeze] s.required_ruby_version = Gem::Requirement.new(">= 3.0.2".freeze) s.rubygems_version = "3.5.10".freeze s.summary = "RelationToJSON converts a Rails ActiveRecord Relation to JSON, provided a schema".freeze s.specification_version = 4 s.add_runtime_dependency(%q.freeze, ["> 5.0".freeze]) s.add_development_dependency(%q.freeze, ["~> 2.0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, ["~> 7.0.0".freeze]) s.add_development_dependency(%q.freeze, ["~> 1.4.2".freeze]) end