# -*- encoding: utf-8 -*- # stub: simply_serializable 1.3.0 ruby lib Gem::Specification.new do |s| s.name = "simply_serializable".freeze s.version = "1.3.0".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Ryan Jackson".freeze] s.bindir = "exe".freeze s.date = "2019-06-18" s.description = "Simply Serializable makes it easy to serialize any object. It provides a configuratable way to serialize the attributes you want and ignore the ones you don't.".freeze s.email = ["ryanwjackson@gmail.com".freeze] s.files = [".gitignore".freeze, ".rspec".freeze, ".travis.yml".freeze, "CODE_OF_CONDUCT.md".freeze, "Gemfile".freeze, "Gemfile.lock".freeze, "LICENSE.txt".freeze, "README.md".freeze, "Rakefile".freeze, "bin/console".freeze, "bin/setup".freeze, "lib/simply_serializable.rb".freeze, "lib/simply_serializable/debug.rb".freeze, "lib/simply_serializable/mixin.rb".freeze, "lib/simply_serializable/serializer.rb".freeze, "lib/simply_serializable/version.rb".freeze, "release.sh".freeze, "simply_serializable.gemspec".freeze] s.homepage = "https://www.github.com/ryanwjackson/simply_serializable".freeze s.licenses = ["MIT".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Simply Serializable makes it easy to serialize any object.".freeze s.specification_version = 4 s.add_runtime_dependency(%q.freeze, [">= 1.2.1".freeze]) s.add_development_dependency(%q.freeze, [">= 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, ["~> 10.0".freeze]) s.add_development_dependency(%q.freeze, ["~> 3.0".freeze]) end