Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions ae_reverse_proxy.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ Gem::Specification.new do |spec|
spec.platform = Gem::Platform::RUBY
spec.author = 'AppFolio'
spec.email = 'opensource@appfolio.com'
spec.description = 'Gem for reverse proxying requests.'
spec.summary = spec.description
spec.description = 'Provides an implementation of a Rack-compliant reverse proxy, allowing Rack-based applications to forward incoming requests to upstream servers.'
spec.summary = 'Gem for reverse proxying requests.'
spec.homepage = 'https://github.com/appfolio/ae_reverse_proxy'
spec.license = 'MIT'
spec.files = Dir['**/*'].select { |f| f[%r{^(lib/|LICENSE.txt|ae_reverse_proxy\.gemspec)}] }
Expand Down
15 changes: 0 additions & 15 deletions catalog-info.yaml

This file was deleted.

Loading