debian/0000755000000000000000000000000012325405217007167 5ustar debian/changelog0000644000000000000000000000024112325405217011036 0ustar ruby-memoizable (0.4.2-1) unstable; urgency=low * Initial release (Closes: #743656) -- Pirate Praveen Tue, 22 Apr 2014 11:52:05 +0530 debian/copyright0000644000000000000000000000252612325376553011141 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: memoizable Source: http://rubygems.org/gems/memoizable Files: * Copyright: 2013 Dan Kubb, Erik Michaels-Ober License: Expat Files: debian/* Copyright: 2014 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/control0000644000000000000000000000173412325402505010574 0ustar Source: ruby-memoizable Section: ruby Priority: optional Maintainer: Debian Ruby Extras Maintainers Uploaders: Pirate Praveen Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.7.5~), ruby-thread-safe, ruby-rspec Standards-Version: 3.9.5 Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-memoizable.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-ruby-extras/ruby-memoizable.git;a=summary Homepage: https://github.com/dkubb/memoizable XS-Ruby-Versions: all Package: ruby-memoizable Architecture: all XB-Ruby-Versions: ${ruby:Versions} Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter, ruby-thread-safe Description: memoize method return values Memoization is an optimization that saves the return value of a method so it doesn't need to be re-computed every time that method is called. . Learn more about its rationale and usage at /usr/share/ruby-memoizable/README.md debian/patches/0000755000000000000000000000000012325376553010630 5ustar debian/patches/remove-simplecov.patch0000644000000000000000000000163112325376553015146 0ustar Description: remove simplecov usage its useful only to upstream Forwarded: no Author: Pirate Praveen --- a/spec/spec_helper.rb +++ b/spec/spec_helper.rb @@ -1,22 +1,22 @@ # encoding: utf-8 -require 'simplecov' -require 'coveralls' +#require 'simplecov' +#require 'coveralls' -SimpleCov.formatter = SimpleCov::Formatter::MultiFormatter[ - SimpleCov::Formatter::HTMLFormatter, - Coveralls::SimpleCov::Formatter -] - -SimpleCov.start do - command_name 'spec' - - add_filter 'config' - add_filter 'spec' - add_filter 'vendor' +#SimpleCov.formatter = SimpleCov::Formatter::MultiFormatter[ +# SimpleCov::Formatter::HTMLFormatter, +# Coveralls::SimpleCov::Formatter +#] + +#SimpleCov.start do +# command_name 'spec' + +# add_filter 'config' +# add_filter 'spec' +# add_filter 'vendor' - minimum_coverage 100 -end +# minimum_coverage 100 +#end require 'memoizable' require 'rspec' debian/patches/series0000644000000000000000000000002712325376553012044 0ustar remove-simplecov.patch debian/ruby-tests.rake0000644000000000000000000000022312325376553012163 0ustar require 'rspec/core/rake_task' RSpec::Core::RakeTask.new(:spec) do |spec| spec.pattern = './spec/**/*_spec.rb' end task :default => :spec debian/compat0000644000000000000000000000000212325376553010377 0ustar 7 debian/watch0000644000000000000000000000015112325376553010227 0ustar version=3 http://pkg-ruby-extras.alioth.debian.org/cgi-bin/gemwatch/memoizable .*/memoizable-(.*).tar.gz debian/rules0000755000000000000000000000067712325376553010273 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=ruby2.0 ruby2.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-memoizable.docs0000644000000000000000000000001212325376553013147 0ustar README.md debian/source/0000755000000000000000000000000012325376534010500 5ustar debian/source/format0000644000000000000000000000001412325376553011707 0ustar 3.0 (quilt)