~ubuntu-branches/ubuntu/utopic/ctioga2/utopic-proposed

« back to all changes in this revision

Viewing changes to ctioga2.gemspec

  • Committer: Package Import Robot
  • Author(s): Vincent Fourmond
  • Date: 2014-03-17 22:29:58 UTC
  • mfrom: (1.1.6)
  • Revision ID: package-import@ubuntu.com-20140317222958-mo23o3mhmblq1yyc
Tags: 0.10-1
New upstream release (yeah, I should package intermediate versions)

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.8'
 
10
  s.version = '0.10'
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
17
17
It is based on Tioga (http://tioga.rubyforge.org).
18
18
EOF
19
19
  s.homepage = 'http://ctioga2.sourceforge.net'
20
 
  s.add_dependency 'tioga', '>= 1.17'
 
20
  s.add_dependency 'tioga', '>= 1.18'
21
21
  s.author = "Vincent Fourmond <vincent.fourmond@9online.fr>"
22
22
  s.email = "vincent.fourmond@9online.fr"
23
23
end