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

« back to all changes in this revision

Viewing changes to ctioga2.gemspec

  • Committer: Package Import Robot
  • Author(s): Vincent Fourmond
  • Date: 2013-12-27 21:04:22 UTC
  • mfrom: (1.1.5)
  • Revision ID: package-import@ubuntu.com-20131227210422-a3f0c7alorq6lwq2
Tags: 0.8-1
* New upstream release
* Updated URLs and debian/watch to follow its new location
* Already conforms to standards 3.9.5
* Finally updated VCS URLS

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