debian/0000755000000000000000000000000012223271162007164 5ustar debian/rules0000755000000000000000000000012212144741611010242 0ustar #!/usr/bin/make -f #export DH_VERBOSE=1 %: dh $@ --buildsystem=ruby --with ruby debian/ruby-crack.docs0000644000000000000000000000001212223270530012067 0ustar README.md debian/watch0000644000000000000000000000016012144741611010215 0ustar version=3 https://github.com/jnunemaker/crack/tags .*/v?(\d.*)\.(?:tgz|tbz2|tar\.(?:gz|bz2|xz)) debian uupdate debian/source/0000755000000000000000000000000012144741611010467 5ustar debian/source/format0000644000000000000000000000001412144741611011675 0ustar 3.0 (quilt) debian/ruby-tests.rake0000644000000000000000000000030512144741611012152 0ustar #-*- mode: ruby; coding: utf-8 -*- require 'rake/testtask' task :default => :test Rake::TestTask.new do |t| t.libs << 'test' t.test_files = FileList['test/**/*_test.rb'] t.verbose = true end debian/copyright0000644000000000000000000000506612144741611011131 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: crack Source: https://github.com/jnunemaker/crack Files: * Copyright: 2009-2011 John Nunemaker License: Expat Files: debian/ruby-tests.rake Copyright: 2012 Youhei SASAKI License: Expat Files: lib/crack/json.rb Copyright: 2004-2008 David Heinemeier Hansson 2009-2011 John Nunemaker License: Expat Files: lib/crack/xml.rb Copyright: 2009 Dan Kubb 2009-2011 John Nunemaker License: Expat Files: debian/* Copyright: 2012 Hideki Yamane 2013 Praveen Arimbrathodiyil License: GPL-2+ 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. License: GPL-2+ This package is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. . This package is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. . You should have received a copy of the GNU General Public License along with this program. If not, see . On Debian systems, the complete text of the GNU General Public License version 2 can be found in "/usr/share/common-licenses/GPL-2". debian/control0000644000000000000000000000171712223270374010601 0ustar Source: ruby-crack Section: ruby Priority: optional Maintainer: Debian Ruby Extras Maintainers Uploaders: Hideki Yamane , Praveen Arimbrathodiyil Build-Depends: debhelper (>= 8.0.0), rake, gem2deb (>= 0.3.1~), ruby-minitest, ruby-jnunemaker-matchy Standards-Version: 3.9.4 Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-crack.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-ruby-extras/ruby-crack.git;a=summary Homepage: https://github.com/jnunemaker/crack XS-Ruby-Versions: all Package: ruby-crack Architecture: all Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter XB-Ruby-Versions: ${ruby:Versions} Description: Ruby library to parse XML and JSON Crack is a really simple JSON and XML parsing Ruby library. . XML parser is ripped from Merb and the JSON parser is ripped from Rails. Just packaged them for all to enjoy and easily use. debian/compat0000644000000000000000000000000212144741611010365 0ustar 8 debian/changelog0000644000000000000000000000117612223271162011043 0ustar ruby-crack (0.4.1-1) unstable; urgency=low * Team upload * Imported Upstream version 0.4.1 + fix problems with Psych YAML engine (Closes: #720234) * Tests now use ruby-minitest instead of ruby-shoulda * Drop all patches, not needed anymore * debian/ruby-crack.docs: README is now markdown -- Cédric Boutillier Thu, 03 Oct 2013 10:47:36 +0200 ruby-crack (0.3.2-1) unstable; urgency=low * Initial release (Closes: #623900) * Initial packaging by Hideki Yamane * Help from Cédric Boutillier with failing tests -- Praveen Arimbrathodiyil Wed, 15 May 2013 18:54:13 +0530