~ubuntu-branches/ubuntu/wily/ruby-cri/wily-proposed

« back to all changes in this revision

Viewing changes to cri.gemspec

  • Committer: Package Import Robot
  • Author(s): Cédric Boutillier
  • Date: 2014-02-01 18:37:54 UTC
  • mfrom: (1.1.2)
  • Revision ID: package-import@ubuntu.com-20140201183754-h07xj9i7izmrxyrj
Tags: 2.4.1-1
* Imported Upstream version 2.4.1
* Bump Standards-Version to 3.9.5 (no changes needed)

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
  s.homepage    = 'http://stoneship.org/software/cri/' # TODO CREATE A WEB SITE YOU SILLY PERSON
10
10
  s.summary     = 'a library for building easy-to-use commandline tools'
11
11
  s.description = 'Cri allows building easy-to-use commandline interfaces with support for subcommands.'
 
12
  s.license     = 'MIT'
12
13
 
13
14
  s.author = 'Denis Defreyne'
14
15
  s.email  = 'denis.defreyne@stoneship.org'
15
16
 
16
17
  s.files              = Dir['[A-Z]*'] +
17
18
                         Dir['{lib,test}/**/*'] +
18
 
                         [ 'cri.gemspec', '.gemtest' ]
 
19
                         [ 'cri.gemspec' ]
19
20
  s.require_paths      = [ 'lib' ]
20
21
 
21
22
  s.add_dependency('colored', '>= 1.2')
25
26
  s.add_development_dependency('yard')
26
27
 
27
28
  s.rdoc_options     = [ '--main', 'README.md' ]
28
 
  s.extra_rdoc_files = [ 'ChangeLog', 'LICENSE', 'README.md', 'NEWS.md' ]
 
29
  s.extra_rdoc_files = [ 'LICENSE', 'README.md', 'NEWS.md' ]
29
30
end