[DRE-commits] [ruby-hamster] 01/01: Debian: fix version number of ruby-concurrent dependency
Hanno Zulla
hanno-guest at moszumanska.debian.org
Mon Jan 18 15:07:12 UTC 2016
This is an automated email from the git hooks/post-receive script.
hanno-guest pushed a commit to branch master
in repository ruby-hamster.
commit 6419ef78caf2d26c0fc811de756b6e91c2318cfe
Author: Hanno Zulla <hanno.zulla at epublica.de>
Date: Mon Jan 18 16:06:43 2016 +0100
Debian: fix version number of ruby-concurrent dependency
---
debian/control | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/debian/control b/debian/control
index 588fdda..f1c5e24 100644
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,7 @@ Uploaders: <>
Build-Depends: debhelper (>= 9~),
gem2deb,
rake,
- ruby-concurrent (>= 1.0),
+ ruby-concurrent (>= 1.0.0),
ruby-rspec,
pry
Standards-Version: 3.9.6
@@ -20,7 +20,7 @@ Package: ruby-hamster
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: ruby | ruby-interpreter,
- ruby-concurrent (>= 1.0),
+ ruby-concurrent (>= 1.0.0),
${misc:Depends},
${shlibs:Depends}
Description: Efficient, immutable, thread-safe collection classes for Ruby
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-hamster.git
More information about the Pkg-ruby-extras-commits
mailing list