# -*- encoding: utf-8 -*- # stub: activerecord-deepstore 0.1.2 ruby lib Gem::Specification.new do |s| s.name = "activerecord-deepstore".freeze s.version = "0.1.2".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.metadata = { "allowed_push_host" => "https://rubygems.org", "homepage_uri" => "https://github.com/EmCousin/activerecord-deepstore", "source_code_uri" => "https://github.com/EmCousin/activerecord-deepstore" } if s.respond_to? :metadata= s.require_paths = ["lib".freeze] s.authors = ["Emmanuel Cousin".freeze] s.bindir = "exe".freeze s.date = "2024-11-14" s.description = "ActiveRecord-Deepstore enhances ActiveRecord models with powerful functionality for handling deeply nested data structures within a database column. It provides methods for storing, accessing, and managing deeply nested data, making it easier to work with complex data structures in your Rails applications. With ActiveRecord-Deepstore, you can seamlessly store nested hashes in database columns, access nested data with simple method calls, track changes to nested attributes, and much more. This gem simplifies the handling of complex data structures, improving the maintainability and readability of your Rails codebase.".freeze s.email = ["emmanuel@hey.com".freeze] s.files = [".rubocop.yml".freeze, "CHANGELOG.md".freeze, "LICENSE.txt".freeze, "README.md".freeze, "Rakefile".freeze, "activerecord-deepstore.gemspec".freeze, "activerecord-deepstore.sqlite3".freeze, "config/database.yml".freeze, "db/activerecord-deepstore.sqlite3".freeze, "lib/active_record/deepstore.rb".freeze, "lib/active_record/deepstore/version.rb".freeze, "lib/activerecord/deepstore.rb".freeze, "sig/activerecord/deepstore.rbs".freeze] s.homepage = "https://github.com/EmCousin/activerecord-deepstore".freeze s.licenses = ["MIT".freeze] s.required_ruby_version = Gem::Requirement.new(">= 2.6.0".freeze) s.rubygems_version = "3.5.10".freeze s.summary = "ActiveRecord-Deepstore adds powerful functionality to ActiveRecord models for handling deeply nested data structures within database columns. Simplify storing, accessing, and managing complex nested data in your Rails applications with ease.".freeze s.specification_version = 4 s.add_runtime_dependency(%q.freeze, [">= 7.0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 7.0".freeze]) end