debian/0000755000000000000000000000000012156026275007174 5ustar debian/rules0000755000000000000000000000070112156025704010246 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/copyright0000644000000000000000000000251512153666157011140 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: configurate Source: https://github.com/MrZYX/configurate Files: * Copyright: 2012 Jonne Haß License: Expat Files: debian/* Copyright: 2013 Vamsee Kanakala 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/compat0000644000000000000000000000000212153666157010400 0ustar 7 debian/ruby-tests.rake0000644000000000000000000000022312153666157012164 0ustar require 'rspec/core/rake_task' RSpec::Core::RakeTask.new(:spec) do |spec| spec.pattern = './spec/**/*_spec.rb' end task :default => :spec debian/changelog0000644000000000000000000000051612156026275011050 0ustar ruby-configurate (0.0.8-1) unstable; urgency=low * Team upload. * New Upstream Release -- Nitesh A Jain Wed, 05 Jun 2013 14:55:17 +0530 ruby-configurate (0.0.2-1) unstable; urgency=low * Initial release (Closes: #701530) -- Vamsee Kanakala Sun, 24 Feb 2013 16:09:04 +0530 debian/control0000644000000000000000000000221512153666157010605 0ustar Source: ruby-configurate Section: ruby Priority: optional Maintainer: Debian Ruby Extras Maintainers Uploaders: Vamsee Kanakala Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.3.0~), ruby-rspec (>= 2.10~) Standards-Version: 3.9.4 Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-configurate.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-ruby-extras/ruby-configurate.git;a=summary Homepage: https://github.com/MrZYX/configurate XS-Ruby-Versions: ruby1.9.1 Package: ruby-configurate Architecture: all XB-Ruby-Versions: ${ruby:Versions} Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter Description: Flexible configuration system for Ruby Configurate for Ruby allows one to specify a chain of configuration providers which are queried in order until one of them returns a value. This allows scenarios like overiding settings one's default settings with a user configuration file and let those be overidden by environment variables. The query interface allows one to group and nest the configuration options to a pratically unlimited level. debian/watch0000644000000000000000000000015312153666157010232 0ustar version=3 http://pkg-ruby-extras.alioth.debian.org/cgi-bin/gemwatch/configurate .*/configurate-(.*).tar.gz debian/source/0000755000000000000000000000000012153666157010502 5ustar debian/source/format0000644000000000000000000000001412153666157011710 0ustar 3.0 (quilt) debian/ruby-configurate.docs0000644000000000000000000000001312156025704013321 0ustar README.md