--- !ruby/object:Gem::Specification name: dirty_url version: !ruby/object:Gem::Version version: 0.0.7 platform: ruby authors: - jfelchner autorequire: bindir: bin cert_chain: - | -----BEGIN CERTIFICATE----- MIIEdjCCAt6gAwIBAgIBATANBgkqhkiG9w0BAQsFADAyMTAwLgYDVQQDDCdhY2Nv dW50c19ydWJ5Z2Vtcy9EQz10aGVrb21wYW5lZS9EQz1jb20wHhcNMjIwMzA2MTkx NDM1WhcNMjMwMzA2MTkxNDM1WjAyMTAwLgYDVQQDDCdhY2NvdW50c19ydWJ5Z2Vt cy9EQz10aGVrb21wYW5lZS9EQz1jb20wggGiMA0GCSqGSIb3DQEBAQUAA4IBjwAw ggGKAoIBgQD0Z84PxtE0iiWCMTQbnit6D4w55GGBQZnhpWUCJwC0SpQ/jnT0Fsma g8oAIdDclLvLC9jzqSAmkOujlpkJMb5NabgkhKFwHi6cVW/gz/cVnISAv8LQTIM5 c1wyhwX/YhVFaNYNzMizB//kZOeXnv6x0tqV9NY7urHcT6mCwyLeNJIgf44i1Ut+ mKtXxEyXNbfWQLVY95bVoVg3GOCkycerZN4Oh3zSJM1s+cZRBFlg7GR1AE3Xqs6k RhE7yp8ufeghC3bbxgnQrkk8W8Fkkl0/+2JAENpdE4OUepC6dFzDlLZ3UvSk7VHf NBRKSuO15kpPo2G55N0HLy8abUzbu5cqjhSbIk9hzD6AmdGCT4DqlsdHI5gOrGP0 BO6VxGpRuRETKoZ4epPCsXC2XAwk3TJXkuuqYkgdcv8ZR4rPW2CiPvRqgG1YVwWj SrIy5Dt/dlMvxdIMiTj6ytAQP1kfdKPFWrJTIA2tspl/eNB+LiYsVdj8d0UU/KTY y7jqKMpOE1UCAwEAAaOBljCBkzAJBgNVHRMEAjAAMAsGA1UdDwQEAwIEsDAdBgNV HQ4EFgQU7+XQuN042fZGvzLhYbIwDfsxZV8wLAYDVR0RBCUwI4EhYWNjb3VudHMr cnVieWdlbXNAdGhla29tcGFuZWUuY29tMCwGA1UdEgQlMCOBIWFjY291bnRzK3J1 YnlnZW1zQHRoZWtvbXBhbmVlLmNvbTANBgkqhkiG9w0BAQsFAAOCAYEAQFORdJG5 kYT7y0DdIjxtTpYWdagcKjea8nv/9kBP8P8yFv9wHydRQxZR/vjs5QrRaTEGdgFb 6cmAJEACuin+a5fAKuIwqKhv6P2nQAYV676okDvPnziFHH/BmhitaxA7XA9Z35F+ YoPQ6lDoWTJshW0928nzjp+DkCL3dTamUZxqlJOXQ2bkDNSZ1WqyK4dqSz02tCMN fUa69Dg0GIQQN8zTsWWOuu9JQ46y8YbKPk9QtSN2n+eCZ8oOB6Td9waV35m7rSvf z1q8qfhzwn33mHG897O4a87aT81ws1v8wFDf01JvZpwAfjiZrPEoWymD8mL1Aaxf jFTYwpgXJuW0iFY6GEKcsAI1eq+40MVLG4gy2NOwd0dDCgx8TK8Y6ml8ZqfpCgu6 3PVHXlrg73Ex9xX6lcZPIgnJKk5uFiCC8oJBzYChpsy8Gx6J7oPra0UQAHHd8Uq5 xLNCpgk+UEE6NY9EFT5iHFv1OqDY/7FLdaYNJFZ4ioYxVtABnSKTIPpS -----END CERTIFICATE----- date: 2022-03-06 00:00:00.000000000 Z dependencies: - !ruby/object:Gem::Dependency name: rails requirement: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '3.1' - - "<" - !ruby/object:Gem::Version version: '7.0' type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '3.1' - - "<" - !ruby/object:Gem::Version version: '7.0' - !ruby/object:Gem::Dependency name: rspec requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '3.2' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '3.2' description: By 'default', Rails has a difficult time figuring out when it is supposed to show relative URLs in mailers and even when doing comparisons in specs, the URL returned tends to be non-deterministic. Using this gem, Rails will always return the proper URL based on the environment you are executing in. email: - accounts+git@thekompanee.com executables: [] extensions: [] extra_rdoc_files: [] files: - LICENSE.txt - README.md - lib/dirty_url.rb - lib/dirty_url/default_url_options.rb - lib/dirty_url/patches/feature_example_group.rb - lib/dirty_url/railtie.rb - lib/dirty_url/version.rb homepage: https://github.com/thekompanee/dirty_url licenses: - MIT metadata: allowed_push_host: https://rubygems.org bug_tracker_uri: https://github.com/thekompanee/dirty_url/issues changelog_uri: https://github.com/thekompanee/dirty_url/blob/master/CHANGELOG.md documentation_uri: https://github.com/thekompanee/dirty_url/tree/releases/v#{::DirtyUrl::VERSION} homepage_uri: https://github.com/thekompanee/dirty_url source_code_uri: https://github.com/thekompanee/dirty_url wiki_uri: https://github.com/thekompanee/dirty_url/wiki post_install_message: rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' requirements: [] rubygems_version: 3.1.6 signing_key: specification_version: 4 summary: Make URLs work properly in Rails mailers and controllers. test_files: []