[DRE-commits] [ruby-rbpdf] 02/03: Relax dependency on htmlentities

Antonio Terceiro terceiro at moszumanska.debian.org
Sun Feb 14 15:56:47 UTC 2016


This is an automated email from the git hooks/post-receive script.

terceiro pushed a commit to branch patch-queue/master
in repository ruby-rbpdf.

commit 03ae29f404ac3245042eacc91d1b5d59e9984be7
Author: Antonio Terceiro <terceiro at debian.org>
Date:   Sat Jan 23 12:07:15 2016 -0200

    Relax dependency on htmlentities
    
    
    Gbp-Pq: Name 0002-Relax-dependency-on-htmlentities.patch
---
 rbpdf.gemspec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/rbpdf.gemspec b/rbpdf.gemspec
index 5f985ea..96f345c 100644
--- a/rbpdf.gemspec
+++ b/rbpdf.gemspec
@@ -27,7 +27,7 @@ Gem::Specification.new do |spec|
   spec.test_files    = spec.files.grep(%r{^(test|spec|features)/})
   spec.require_paths = ["lib"]
 
-  spec.add_runtime_dependency "htmlentities", "= 4.3.1"
+  spec.add_runtime_dependency "htmlentities", ">= 4.3.1"
   spec.add_runtime_dependency "rbpdf-font", "~> 1.19.0"
   spec.required_ruby_version = '>= 1.8.7'
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-rbpdf.git



More information about the Pkg-ruby-extras-commits mailing list