debian/0000755000000000000000000000000012116376463007177 5ustar debian/rules0000755000000000000000000000070112116376453010254 0ustar #!/usr/bin/make -f #export DH_VERBOSE=1 # # Uncomment to ignore all test failures (but the tests will run anyway) #export DH_RUBY_IGNORE_TESTS=all # # Uncomment to ignore some test failures (but the tests will run anyway). # Valid values: #export DH_RUBY_IGNORE_TESTS=ruby1.8 ruby1.9.1 require-rubygems # # If you need to specify the .gemspec (eg there is more than one) #export DH_RUBY_GEMSPEC=gem.gemspec %: dh $@ --buildsystem=ruby --with ruby debian/copyright0000644000000000000000000000250112116376453011127 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: rack-cors Source: http://rubygems.org/gems/rack-cors Files: * Copyright: 2012 Calvin Yu License: Expat Files: debian/* Copyright: 2012 Praveen Arimbrathodiyil License: Expat License: Expat Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: . The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. . THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. debian/compat0000644000000000000000000000000212116376453010374 0ustar 7 debian/changelog0000644000000000000000000000025112116376453011046 0ustar ruby-rack-cors (0.2.7-1) unstable; urgency=low * Initial release (Closes: #702572) -- Praveen Arimbrathodiyil Fri, 08 Mar 2013 20:03:05 +0530 debian/control0000644000000000000000000000212512116376453010601 0ustar Source: ruby-rack-cors Section: ruby Priority: optional Maintainer: Debian Ruby Extras Maintainers Uploaders: Praveen Arimbrathodiyil Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.3.0~), ruby-rack-test, ruby-shoulda Standards-Version: 3.9.4 Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-rack-cors.git Vcs-Browser: http://anonscm.debian.org/?p=pkg-ruby-extras/ruby-rack-cors.git;a=summary Homepage: http://github.com/cyu/rack-cors XS-Ruby-Versions: all Package: ruby-rack-cors Architecture: all XB-Ruby-Versions: ${ruby:Versions} Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter, ruby-rack # rack (>= 0), rake (>= 0, development), shoulda (>= 0, development), rack-test (>= 0, development), bundler (~> 1.1.0, development), jeweler (~> 1.8.3, development) 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. debian/watch0000644000000000000000000000014712116376453010231 0ustar version=3 http://pkg-ruby-extras.alioth.debian.org/cgi-bin/gemwatch/rack-cors .*/rack-cors-(.*).tar.gz debian/ruby-rack-cors.lintian-overrides0000644000000000000000000000012312116376453015415 0ustar # Upstream does not provide a chaneglog file ruby-rack-cors: no-upstream-changelog debian/ruby-tests.rb0000644000000000000000000000072612116376453011651 0ustar # FIXME # there's a spec/ or a test/ directory in the upstream source, but # no test suite was defined in the Gem specification. It would be # a good idea to define it here so the package gets tested at build time. # Examples: # $: << 'lib' << '.' Dir['{test}/**/*.rb'].each { |f| require f } # # require 'test/ts_foo.rb' # # require 'rbconfig' # ruby = File.join(RbConfig::CONFIG['bindir'], RbConfig::CONFIG['ruby_install_name']) # exec("#{ruby} -I. test/runtests.rb") debian/source/0000755000000000000000000000000012116376401010467 5ustar debian/source/format0000644000000000000000000000001412116376453011704 0ustar 3.0 (quilt) debian/ruby-rack-cors.docs0000644000000000000000000000001412116376453012706 0ustar README.rdoc