debian/0000755000000000000000000000000012147146633007175 5ustar debian/rules0000755000000000000000000000070112147146514010251 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 debian/ruby-rash.lintian-overrides0000644000000000000000000000011112147146514014460 0ustar # Upstream does not provide a changelog ruby-rash: no-upstream-changelog debian/copyright0000644000000000000000000000246712147146514011137 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: rash Source: http://rubygems.org/gems/rash Files: * Copyright: 2009 Tom Cocca License: Expat Files: debian/* Copyright: 2013 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/compat0000644000000000000000000000000212147146514010371 0ustar 7 debian/ruby-rash.docs0000644000000000000000000000004512147146514011760 0ustar # FIXME: READMEs found # README.rdoc debian/ruby-tests.rake0000644000000000000000000000022312147146514012155 0ustar require 'rspec/core/rake_task' RSpec::Core::RakeTask.new(:spec) do |spec| spec.pattern = './spec/**/*_spec.rb' end task :default => :spec debian/changelog0000644000000000000000000000024412147146514011045 0ustar ruby-rash (0.4.0-1) unstable; urgency=low * Initial release (Closes: #709311) -- Praveen Arimbrathodiyil Wed, 22 May 2013 18:50:30 +0530 debian/control0000644000000000000000000000211612147146633010600 0ustar Source: ruby-rash Section: ruby Priority: optional Maintainer: Debian Ruby Extras Maintainers Uploaders: Praveen Arimbrathodiyil Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.3.1~), rake, ruby-hashie, ruby-rspec Standards-Version: 3.9.4 Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-rash.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-ruby-extras/ruby-rash.git;a=summary Homepage: http://github.com/tcocca/rash XS-Ruby-Versions: all Package: ruby-rash Architecture: all XB-Ruby-Versions: ${ruby:Versions} Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter, ruby-hashie Description: simple extension to Hashie::Mash for rubyified keys Rash is an extension to Hashie. Rash subclasses Hashie::Mash to convert all keys in the hash to underscore . The purpose of this is when working w/ Java (or any other apis) that return hashes (including nested) that have camelCased keys . You will now be able to access those keys through underscored key names (camelCase still available) debian/watch0000644000000000000000000000013512147146514010223 0ustar version=3 http://pkg-ruby-extras.alioth.debian.org/cgi-bin/gemwatch/rash .*/rash-(.*).tar.gz debian/source/0000755000000000000000000000000012147146477010503 5ustar debian/source/format0000644000000000000000000000001412147146514011701 0ustar 3.0 (quilt)