# -*- encoding: utf-8 -*-
# stub: transmutation 0.4.4 ruby lib

Gem::Specification.new do |s|
  s.name = "transmutation".freeze
  s.version = "0.4.4".freeze

  s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version=
  s.metadata = { "changelog_uri" => "https://github.com/spellbook-technology/transmutation/CHANGELOG.md", "documentation_uri" => "https://rubydoc.info/gems/transmutation", "homepage_uri" => "https://github.com/spellbook-technology/transmutation", "source_code_uri" => "https://github.com/spellbook-technology/transmutation" } if s.respond_to? :metadata=
  s.require_paths = ["lib".freeze]
  s.authors = ["nitemaeric".freeze, "borrabeer".freeze]
  s.bindir = "exe".freeze
  s.date = "2024-11-24"
  s.email = ["daniel@spellbook.tech".freeze, "worapath.pakkavesa@spellbook.tech".freeze]
  s.files = [".rspec".freeze, ".rubocop.yml".freeze, ".rubocop_todo.yml".freeze, ".ruby-version".freeze, "CHANGELOG.md".freeze, "CODE_OF_CONDUCT.md".freeze, "Gemfile".freeze, "LICENSE".freeze, "README.md".freeze, "Rakefile".freeze, "lib/transmutation.rb".freeze, "lib/transmutation/class_attributes.rb".freeze, "lib/transmutation/object_serializer.rb".freeze, "lib/transmutation/serialization.rb".freeze, "lib/transmutation/serialization/lookup.rb".freeze, "lib/transmutation/serialization/lookup/serializer_not_found.rb".freeze, "lib/transmutation/serialization/rendering.rb".freeze, "lib/transmutation/serializer.rb".freeze, "lib/transmutation/version.rb".freeze, "sig/transmutation.rbs".freeze]
  s.homepage = "https://github.com/spellbook-technology/transmutation".freeze
  s.licenses = ["MIT".freeze]
  s.required_ruby_version = Gem::Requirement.new(">= 3.2.5".freeze)
  s.rubygems_version = "3.5.10".freeze
  s.summary = "Ruby JSON serialization library".freeze

  s.specification_version = 4

  s.add_runtime_dependency(%q<activesupport>.freeze, [">= 7.2".freeze])
  s.add_runtime_dependency(%q<zeitwerk>.freeze, ["~> 2.6.15".freeze])
end