File: altbindir.gemspec

package info (click to toggle)
gem2deb 2.2.6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,228 kB
  • sloc: ruby: 5,562; sh: 140; perl: 46; ansic: 33; makefile: 31
file content (17 lines) | stat: -rw-r--r-- 467 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# coding: utf-8

Gem::Specification.new do |spec|
  spec.name          = "altbindir"
  spec.version       = '1'
  spec.authors       = ["Antonio Terceiro"]
  spec.email         = ["terceiro@debian.org"]

  spec.summary       = %q{test gem}
  spec.description   = %q{test gem}
  spec.homepage      = "https://www.debian.org/"

  spec.files         = Dir.glob('**/*')
  spec.bindir        = "exe"
  spec.executables   = %w(altbindir)
  spec.require_paths = ["lib"]
end