debian/0000755000000000000000000000000012133456612007171 5ustar debian/rules0000755000000000000000000000100412133456062010243 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 override_dh_installchangelogs: dh_installchangelogs CHANGELOG.md debian/copyright0000644000000000000000000000247712133446130011130 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: hashie Source: http://rubygems.org/gems/hashie Files: * Copyright: 2009 Intridea, Inc 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/compat0000644000000000000000000000000212133446130010361 0ustar 7 debian/ruby-tests.rake0000644000000000000000000000022312133446130012145 0ustar require 'rspec/core/rake_task' RSpec::Core::RakeTask.new(:spec) do |spec| spec.pattern = './spec/**/*_spec.rb' end task :default => :spec debian/changelog0000644000000000000000000000105712133456573011054 0ustar ruby-hashie (2.0.3-1) unstable; urgency=low * New upstream release * README.markdown replaces README.rdoc * CONTRIBUTING.md is installed as doc * Update to standards version 3.9.4 (DM-Upload-Allowed is obsolete) * Update vcs fields * Upstream now provides a changelog as CHANGELOG.md (installed) -- Praveen Arimbrathodiyil Wed, 17 Apr 2013 13:39:31 +0530 ruby-hashie (1.2.0-1) unstable; urgency=low * Initial release (Closes: #647066) -- Praveen Arimbrathodiyil Wed, 31 Oct 2012 14:15:50 +0530 debian/control0000644000000000000000000000201112133455425010567 0ustar Source: ruby-hashie Section: ruby Priority: optional Maintainer: Debian Ruby Extras Maintainers Uploaders: Praveen Arimbrathodiyil Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.3.0~), rake, ruby-rspec Standards-Version: 3.9.4 Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-hashie.git Vcs-Browser: http://anonscm.debian.org/?p=pkg-ruby-extras/ruby-hashie.git;a=summary Homepage: https://github.com/intridea/hashie XS-Ruby-Versions: all Package: ruby-hashie Architecture: all XB-Ruby-Versions: ${ruby:Versions} Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter # rake (~> 0.9.2, development), rspec (~> 2.5, development), guard (>= 0, development), guard-rspec (>= 0, development) Description: small collection of tools that make hashes more powerful Hashie is a growing collection of tools that extend Hashes and make them more useful. . Currently includes Mash (Mocking Hash), Dash (Discrete Hash), Trash, and Clash. debian/watch0000644000000000000000000000014112133446130010210 0ustar version=3 http://pkg-ruby-extras.alioth.debian.org/cgi-bin/gemwatch/hashie .*/hashie-(.*).tar.gz debian/source/0000755000000000000000000000000012133446130010463 5ustar debian/source/format0000644000000000000000000000001412133446130011671 0ustar 3.0 (quilt) debian/ruby-hashie.docs0000644000000000000000000000004012133454675012264 0ustar README.markdown CONTRIBUTING.md