# -*- encoding: utf-8 -*- # stub: much-slug 0.1.0 ruby lib Gem::Specification.new do |s| s.name = "much-slug".freeze s.version = "0.1.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 = ["Kelly Redding".freeze, "Collin Redding".freeze] s.date = "2020-02-06" s.description = "Friendly, human-readable identifiers for database records.".freeze s.email = ["kelly@kellyredding.com".freeze, "collin.redding@me.com".freeze] s.files = [".gitignore".freeze, "Gemfile".freeze, "LICENSE".freeze, "README.md".freeze, "lib/much-slug.rb".freeze, "lib/much-slug/activerecord.rb".freeze, "lib/much-slug/has_slug_registry.rb".freeze, "lib/much-slug/slug.rb".freeze, "lib/much-slug/version.rb".freeze, "log/.gitkeep".freeze, "much-slug.gemspec".freeze, "test/helper.rb".freeze, "test/support/factory.rb".freeze, "test/unit/activerecord_tests.rb".freeze, "test/unit/has_slug_registry_tests.rb".freeze, "test/unit/much-slug_tests.rb".freeze, "test/unit/slug_tests.rb".freeze, "tmp/.gitkeep".freeze] s.homepage = "https://github.com/redding/much-slug".freeze s.licenses = ["MIT".freeze] s.required_ruby_version = Gem::Requirement.new("~> 2.4".freeze) s.rubygems_version = "3.5.10".freeze s.summary = "Friendly, human-readable identifiers for database records.".freeze s.test_files = ["test/helper.rb".freeze, "test/support/factory.rb".freeze, "test/unit/activerecord_tests.rb".freeze, "test/unit/has_slug_registry_tests.rb".freeze, "test/unit/much-slug_tests.rb".freeze, "test/unit/slug_tests.rb".freeze] s.specification_version = 4 s.add_runtime_dependency(%q.freeze, ["~> 0.2.1".freeze]) s.add_development_dependency(%q.freeze, ["~> 2.18.1".freeze]) s.add_development_dependency(%q.freeze, ["~> 0.28.3".freeze]) end