debian/0000755000000000000000000000000012152137612007166 5ustar debian/rules0000755000000000000000000000074512152136730010254 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 export DH_RUBY_IGNORE_TESTS=ruby1.8 # # 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/watch0000644000000000000000000000015112152136730010214 0ustar version=3 http://pkg-ruby-extras.alioth.debian.org/cgi-bin/gemwatch/rabl-rails .*/rabl-rails-(.*).tar.gz debian/source/0000755000000000000000000000000012152136730010466 5ustar debian/source/format0000644000000000000000000000001412152136730011674 0ustar 3.0 (quilt) debian/ruby-rabl-rails.docs0000644000000000000000000000004312152136730013044 0ustar # FIXME: READMEs found # README.md debian/ruby-tests.rake0000755000000000000000000000026112152136730012155 0ustar require 'rake/testtask' Rake::TestTask.new(:test) do |t| # t.libs << 'lib' t.libs << 'test' t.pattern = 'test/**/*_test.rb' t.verbose = true end task :default => :test debian/copyright0000644000000000000000000000254512152136730011127 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: rabl-rails Source: https://github.com/ccocchi/rabl-rails Files: * Copyright: 2012 Christopher Cocchi-Perrier License: Expat Files: debian/* Copyright: 2013 Cédric Boutillier 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/control0000644000000000000000000000235312152137612010574 0ustar Source: ruby-rabl-rails Section: ruby Priority: optional Maintainer: Debian Ruby Extras Maintainers Uploaders: Cédric Boutillier Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.3.0~), ruby-actionpack, ruby-railties, ruby-activesupport, ruby-rspec-mocks, ruby-plist, ruby-nokogiri, ruby-libxml, ruby-multi-json Standards-Version: 3.9.4 Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-rabl-rails.git Vcs-Browser: http://anonscm.debian.org/gitweb?p=pkg-ruby-extras/ruby-rabl-rails.git;a=summary Homepage: https://github.com/ccocchi/rabl-rails XS-Ruby-Versions: ruby1.9.1 Package: ruby-rabl-rails Architecture: all XB-Ruby-Versions: ${ruby:Versions} Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter, ruby-railties, ruby-activesupport, ruby-multi-json Description: fast Rails 3+ templating system with JSON and XML support RABL (Ruby API Builder Language) is a Ruby templating system for rendering resources in different format (JSON, XML, BSON...). . rabl-rails is faster and uses less memory than the standard rabl gem (provided in the ruby-rabl package) while letting you access the same features. . rabl-rails only targets Rails 3+ application. debian/compat0000644000000000000000000000000212152136730010364 0ustar 7 debian/changelog0000644000000000000000000000024412152136730011040 0ustar ruby-rabl-rails (0.3.2-1) unstable; urgency=low * Initial release (Closes: #710502) -- Cédric Boutillier Fri, 31 May 2013 17:05:06 +0200