Sha256: 34b0e968ebe5faa3f8a3695972884348b8ace238dd1250293e32cde730256e26
Contents?: true
Size: 404 Bytes
Versions: 45
Compression:
Stored size: 404 Bytes
Contents
# frozen_string_literal: true module RailsAppGenerator # Custom add-ons for RailsAppGenerator module AddOns # Add PublicSuffix to rails application class PublicSuffix < RailsAppGenerator::Addon required_gem gem.version('public_suffix', '5.0.0', 'PublicSuffix can parse and decompose a domain name into top level domain, domain and subdomains.') def apply; end end end end
Version data entries
45 entries across 45 versions & 1 rubygems