# -*- encoding: utf-8 -*- # stub: enum_local_i18n 0.0.2 ruby lib Gem::Specification.new do |s| s.name = "enum_local_i18n".freeze s.version = "0.0.2".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.metadata = { "source_code_uri" => "https://github.com/parenJah/enum_local_i18n" } if s.respond_to? :metadata= s.require_paths = ["lib".freeze] s.authors = ["ParenJAH".freeze] s.date = "2024-03-01" s.description = " Help I18n to work fine with ActiveRecord::Enum feature ".freeze s.email = ["prostotaktos@gmail.com".freeze] s.files = [".gitignore".freeze, ".rspec".freeze, "Gemfile".freeze, "LICENSE".freeze, "README.md".freeze, "Rakefile".freeze, "enum_local_i18n.gemspec".freeze, "lib/enum_local_i18n.rb".freeze, "lib/enum_local_i18n/i18n.rb".freeze, "lib/enum_local_i18n/railtie.rb".freeze, "lib/enum_local_i18n/version.rb".freeze, "spec/enum_i18n_helper_spec.rb".freeze, "spec/fixtures/locales/en.yml".freeze, "spec/fixtures/locales/zh-CN.yml".freeze, "spec/spec_helper.rb".freeze, "spec/support/setup_database.rb".freeze] s.homepage = "https://github.com/parenJah/enum_local_i18n".freeze s.licenses = ["MIT".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Internationalization of ActiveRecord::Enum".freeze s.test_files = ["spec/enum_i18n_helper_spec.rb".freeze, "spec/fixtures/locales/en.yml".freeze, "spec/fixtures/locales/zh-CN.yml".freeze, "spec/spec_helper.rb".freeze, "spec/support/setup_database.rb".freeze] s.specification_version = 4 s.add_runtime_dependency(%q.freeze, [">= 3.0.0".freeze]) end