debian/0000755000000000000000000000000012261365730007173 5ustar debian/rules0000755000000000000000000000066112131642125010246 0ustar #!/usr/bin/make -f #export DH_VERBOSE=1 # # # ignore test failures with ruby1.8, due to unpredicatble order in hashes # and specific Hash syntax introduced in 1.9 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 override_dh_installchangelogs: dh_installchangelogs CHANGELOG.md -O--buildsystem=ruby debian/watch0000644000000000000000000000013512131642125010213 0ustar version=3 http://pkg-ruby-extras.alioth.debian.org/cgi-bin/gemwatch/rabl .*/rabl-(.*).tar.gz debian/source/0000755000000000000000000000000012131642125010463 5ustar debian/source/format0000644000000000000000000000001412131642125011671 0ustar 3.0 (quilt) debian/ruby-rabl.docs0000644000000000000000000000001212131643063011727 0ustar README.md debian/ruby-test-files.yaml0000644000000000000000000000055212131642125013107 0ustar --- - test/bson_engine_test.rb - test/builder_test.rb - test/configuration_test.rb - test/engine_test.rb - test/helpers_test.rb - test/models/ormless.rb - test/models/user.rb - test/msgpack_engine_test.rb - test/partials_test.rb - test/plist_engine_test.rb - test/renderer_test.rb - test/silence.rb - test/template_test.rb - test/teststrap.rb - test/xml_test.rb debian/copyright0000644000000000000000000000252012131642125011115 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: rabl Source: https://github.com/nesquena/rabl Files: * Copyright: 2010 Nathan Esquenazi 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/control0000644000000000000000000000265612261365654010614 0ustar Source: ruby-rabl Section: ruby Priority: optional Maintainer: Debian Ruby Extras Maintainers Uploaders: Cédric Boutillier Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.3.0~), ruby-activesupport, ruby-bson, ruby-builder, ruby-json, ruby-msgpack, ruby-oj, ruby-plist, ruby-tilt, ruby-riot Standards-Version: 3.9.5 Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-rabl.git Vcs-Browser: http://anonscm.debian.org/gitweb?p=pkg-ruby-extras/ruby-rabl.git;a=summary Homepage: https://github.com/nesquena/rabl XS-Ruby-Versions: all Package: ruby-rabl Architecture: all XB-Ruby-Versions: ${ruby:Versions} Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter, ruby-activesupport, ruby-bson, ruby-json, ruby-msgpack Description: Ruby templating library with JSON, BSON, XML and MessagePack support RABL (Ruby API Builder Language) is a Rails and Padrino Ruby templating system for generating JSON, XML, MessagePack, and BSON. . It allows one to easily: * create arbitrary nodes named based on combining data in an object * pass arguments to methods and store the result as a child node * render partial templates and inherit to reduce code duplication * rename or alias attributes to change the name from the model * append attributes from a child into a parent node * include nodes only if a certain condition has been met debian/patches/0000755000000000000000000000000012261364723010623 5ustar debian/compat0000644000000000000000000000000212131642125010361 0ustar 7 debian/ruby-rabl.examples0000644000000000000000000000001312131643044012615 0ustar examples/* debian/changelog0000644000000000000000000000140212261365730011042 0ustar ruby-rabl (0.9.3-1) unstable; urgency=medium * Imported Upstream version 0.9.3 * (Build-)depend on ruby-actionpack instead of ruby-actionpack-3.2 * Bump Standards-Version to 3.9.5 (no changes needed) -- Cédric Boutillier Thu, 02 Jan 2014 23:36:01 +0100 ruby-rabl (0.8.5-1) unstable; urgency=low * Imported Upstream version 0.8.5 -- Cédric Boutillier Thu, 27 Jun 2013 23:32:23 +0200 ruby-rabl (0.8.3-2) unstable; urgency=low * debian/control: fix typo in Depends: field -- Cédric Boutillier Fri, 19 Apr 2013 19:22:33 +0200 ruby-rabl (0.8.3-1) unstable; urgency=low * Initial release (Closes: #705247) -- Cédric Boutillier Fri, 12 Apr 2013 00:38:35 +0200