~ubuntu-branches/ubuntu/oneiric/ctioga2/oneiric

« back to all changes in this revision

Viewing changes to ctioga2.gemspec

  • Committer: Bazaar Package Importer
  • Author(s): Vincent Fourmond
  • Date: 2011-01-24 21:36:06 UTC
  • Revision ID: james.westby@ubuntu.com-20110124213606-9ettx0ugl83z0bzp
Tags: upstream-0.1
ImportĀ upstreamĀ versionĀ 0.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# -*- mode: ruby; -*-
 
2
 
 
3
spec = Gem::Specification.new do |s|
 
4
  s.files = Dir["lib/**/*"]
 
5
  s.files += ["COPYING", "Changelog", "setup.rb" ]
 
6
  s.files += Dir["bin/*"]
 
7
  s.bindir = 'bin'
 
8
  s.executables =  ['ctioga2']
 
9
  s.name = 'ctioga2'
 
10
  s.version = '0.1'
 
11
  s.summary = 'ctioga2 - the polymorphic plotting program'
 
12
  s.homepage = 'http://ctioga2.rubyforge.org'
 
13
  s.add_dependency 'tioga', '>= 1.13'
 
14
  s.author = "Vincent Fourmond <vincent.fourmond@9online.fr>"
 
15
  s.email = "vincent.fourmond@9online.fr"
 
16
  s.rubyforge_project = "ctioga2"
 
17
end