debian/0000755000000000000000000000000012220600633007160 5ustar debian/ruby-multi-json.docs0000644000000000000000000000001212220600633013103 0ustar README.md debian/gbp.conf0000644000000000000000000000003612220600633010576 0ustar [DEFAULT] pristine-tar = True debian/rules0000755000000000000000000000012212220600633010233 0ustar #!/usr/bin/make -f #export DH_VERBOSE=1 %: dh $@ --buildsystem=ruby --with ruby debian/control0000644000000000000000000000206712220600633010570 0ustar Source: ruby-multi-json Section: ruby Priority: optional Maintainer: Debian Ruby Extras Maintainers Uploaders: Laurent Bigonville , Antonio Terceiro Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.3.0~), rake, ruby-rspec (>= 2.14), ruby-json, ruby-yajl, ruby-oj Standards-Version: 3.9.4 Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-multi-json.git Vcs-Browser: http://anonscm.debian.org/gitweb?p=pkg-ruby-extras/ruby-multi-json.git;a=summary Homepage: http://github.com/intridea/multi_json XS-Ruby-Versions: all Package: ruby-multi-json Architecture: all XB-Ruby-Versions: ${ruby:Versions} Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter Recommends: ruby-yajl (>= 1.0), ruby-json (>= 1.4), ruby-oj Description: Ruby library to provide easy switching between different JSON backends A Ruby library to provide easy switching between different JSON backends, including Oj, Yajl, the JSON gem (with C-extensions), the pure-Ruby JSON gem, and OkJson. debian/ruby-tests.rake0000644000000000000000000000015212220600633012143 0ustar ENV['CI'] = 'true' require 'rspec/core/rake_task' RSpec::Core::RakeTask.new(:spec) task :default => :spec debian/compat0000644000000000000000000000000212220600633010356 0ustar 7 debian/copyright0000644000000000000000000000462312220600633011120 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: multi_json Source: http://github.com/intridea/multi_json Files: * Copyright: 2010 Michael Bleigh 2010 Josh Kalderimis 2010 Erik Michaels-Ober 2010 Intridea, Inc. License: Expat Files: lib/multi_json/vendor/ok_json.rb Copyright: 2011 Keith Rarick 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. Files: debian/* Copyright: 2012 Laurent Bigonville License: GPL-2+ This program 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 program 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 package; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA . On Debian systems, the full text of the GNU General Public License version 2 can be found in the file `/usr/share/common-licenses/GPL-2'. debian/changelog0000644000000000000000000000361712220600633011041 0ustar ruby-multi-json (1.8.0-1) unstable; urgency=low * Team upload. * Imported Upstream version 1.8.0. * Build-Depends on the proper version of ruby-rspec. * Refresh patches. * Add git-buildpackage configuration. -- Jérémy Bobbio Wed, 25 Sep 2013 17:25:12 +0200 ruby-multi-json (1.7.7-1) unstable; urgency=low * Team upload * Imported Upstream version 1.7.7 * debian/control + use canonical URI in Vcs-* fields + build-depend and recommend ruby-oj + recommend all json implementations available, not just one of them + bump Standards-Version to 3.9.4 (no changes needed) * debian/copyright: use DEP5 copyright-format/1.0 official URL for Format field * debian/patches: + add remove_simplecov.patch to remove requirement on simplecov in specs + add fix_encoding.patch to force external encoding to UTF-8 + remove skip-oj-tests.patch since ruby-oj is packaged -- Cédric Boutillier Thu, 15 Aug 2013 14:22:12 +0200 ruby-multi-json (1.3.6-1) unstable; urgency=low * New upstream release. * debian/control: add myself to Uploaders: * Run tests during build; added rake, ruby-rspec, ruby-json, ruby-yajl to Build-Depends: * debian/patches/skip-oj-tests.patch: skip test that requires a non- packaged JSON library -- Antonio Terceiro Tue, 26 Jun 2012 13:16:21 -0300 ruby-multi-json (1.3.1-2) unstable; urgency=low * Bump build dependency on gem2deb to >= 0.3.0~ -- Antonio Terceiro Sun, 24 Jun 2012 21:56:36 -0300 ruby-multi-json (1.3.1-1) unstable; urgency=low * New upstream release * debian/control: Reword Description -- Laurent Bigonville Tue, 17 Apr 2012 18:27:35 +0200 ruby-multi-json (1.0.4-1) unstable; urgency=low * Initial release (Closes: #658877) -- Laurent Bigonville Mon, 27 Feb 2012 14:16:37 +0100 debian/source/0000755000000000000000000000000012220600633010460 5ustar debian/source/format0000644000000000000000000000001412220600633011666 0ustar 3.0 (quilt) debian/watch0000644000000000000000000000015112220600633010206 0ustar version=3 http://pkg-ruby-extras.alioth.debian.org/cgi-bin/gemwatch/multi_json .*/multi_json-(.*).tar.gz debian/patches/0000755000000000000000000000000012220600633010607 5ustar debian/patches/fix_encoding.patch0000644000000000000000000000067612220600633014275 0ustar Description: force default external encoding to UTF-8 This is needed for building environment with C locale Origin: vendor Author: Cédric Boutillier Forwarded: not-needed Last-Update: 2013-08-15 --- a/spec/shared/adapter.rb +++ b/spec/shared/adapter.rb @@ -1,5 +1,7 @@ # encoding: UTF-8 +Encoding.default_external="UTF-8" if defined? Encoding + require 'shared/options' shared_examples_for 'an adapter' do |adapter| debian/patches/remove_simplecov.patch0000644000000000000000000000053712220600633015213 0ustar Description: remove simplecov requirement Origin: vendor Author: Cédric Boutillier Forwarded: not-needed Last-Update: 2013-08-15 --- a/spec/spec_helper.rb +++ b/spec/spec_helper.rb @@ -1,4 +1,4 @@ -require 'simplecov' +# require 'simplecov' # require 'coveralls' # SimpleCov.formatter = SimpleCov::Formatter::MultiFormatter[ debian/patches/series0000644000000000000000000000005212220600633012021 0ustar remove_simplecov.patch fix_encoding.patch