Source: ruby-rack-cors Section: ruby Priority: optional Maintainer: Debian Ruby Extras Maintainers Uploaders: Pirate Praveen Build-Depends: debhelper (>= 11~), gem2deb, ruby-mocha, ruby-rack-test, ruby-shoulda Standards-Version: 4.1.4 Vcs-Git: https://salsa.debian.org/ruby-team/ruby-rack-cors.git Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-rack-cors Homepage: https://github.com/cyu/rack-cors Testsuite: autopkgtest-pkg-ruby XS-Ruby-Versions: all Package: ruby-rack-cors Architecture: all XB-Ruby-Versions: ${ruby:Versions} Depends: ruby | ruby-interpreter, ruby-rack, ${misc:Depends}, ${shlibs:Depends} Description: enable Cross-Origin Resource Sharing in Rack apps Middleware that will make Rack-based apps CORS compatible. . The CORS spec allows web applications to make cross domain AJAX calls without using workarounds such as JSONP.