File: 0007-s.add_dependency-narray-0.7.0.patch

package info (click to toggle)
ruby-pgplot 0.1.9-3
  • links: PTS, VCS
  • area: contrib
  • in suites: buster, stretch
  • size: 604 kB
  • ctags: 144
  • sloc: ruby: 1,607; makefile: 76; ansic: 57; sh: 17
file content (21 lines) | stat: -rw-r--r-- 584 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
From: Masahiro TANAKA <masa16.tanaka@gmail.com>
Date: Wed, 30 Oct 2013 20:59:01 +0900
Subject: s.add_dependency('narray', '< 0.7.0')

---
 pgplot.gemspec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pgplot.gemspec b/pgplot.gemspec
index 88f23e2..4e41bc4 100644
--- a/pgplot.gemspec
+++ b/pgplot.gemspec
@@ -52,7 +52,7 @@ PGPLOT_GEMSPEC = Gem::Specification.new do |s|
     test/pgtick.rb
   ]
 
-  s.add_dependency('narray', '>= 0.5.0')
+  s.add_dependency('narray', '< 0.7.0')
 
   if s.respond_to? :specification_version then
     s.specification_version = 2