~ubuntu-branches/ubuntu/wily/ctioga2/wily

« back to all changes in this revision

Viewing changes to ctioga2.gemspec

  • Committer: Package Import Robot
  • Author(s): Vincent Fourmond
  • Date: 2013-07-08 20:58:17 UTC
  • mfrom: (6.1.1 experimental)
  • Revision ID: package-import@ubuntu.com-20130708205817-cephnc6etndyxrrp
Tags: 0.4-2
* Upload to unstable
* Already conforms to newer standards

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
  s.bindir = 'bin'
8
8
  s.executables =  ['ctioga2']
9
9
  s.name = 'ctioga2'
10
 
  s.version = '0.2'
 
10
  s.version = '0.4'
11
11
  s.summary = 'ctioga2 - the polymorphic plotting program'
12
12
  s.description = <<EOF
13
13
ctioga2 is a command-driven plotting program that produces
14
14
high quality PDF files. It can be used both from the command-line
15
15
and using command files (at the same time).
16
16
 
17
 
It is based on Tioga.
 
17
It is based on Tioga (http://tioga.rubyforge.org).
18
18
EOF
19
19
  s.homepage = 'http://ctioga2.rubyforge.org'
20
 
  s.add_dependency 'tioga', '>= 1.13'
 
20
  s.add_dependency 'tioga', '>= 1.15'
21
21
  s.author = "Vincent Fourmond <vincent.fourmond@9online.fr>"
22
22
  s.email = "vincent.fourmond@9online.fr"
23
23
  s.rubyforge_project = "ctioga2"