ruby-rack-cors 0.4.1-1 source package in Ubuntu

Changelog

ruby-rack-cors (0.4.1-1) unstable; urgency=medium

  * Team upload
  * New upstream release 

 -- Sruthi Chandran <email address hidden>  Tue, 27 Jun 2017 23:09:28 +0530

Upload details

Uploaded by:
Debian Ruby Extras Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Ruby Extras Maintainers
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Artful: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
ruby-rack-cors_0.4.1-1.dsc 2.0 KiB 63e8bd3cc8cd41e1b8685228ba0b105aaa6a377d70f4b1f16d8ea565383e0c16
ruby-rack-cors_0.4.1.orig.tar.gz 46.6 KiB f9cd7e789689e35aed5791228800aac52efdec10ced3b1c2c7d87e2e4f9976ca
ruby-rack-cors_0.4.1-1.debian.tar.xz 2.4 KiB e6329a9fdb7539b5e2522840ce64442c08172878f9a9cea8db9ccbb166190fb0

Available diffs

No changes file available.

Binary packages built by this source

ruby-rack-cors: 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.