forked from blambeau/quickl
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathquickl.noespec
30 lines (30 loc) · 975 Bytes
/
quickl.noespec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
template-info:
name: "ruby"
version: 1.7.0
variables:
lower:
quickl
upper:
Quickl
version:
0.4.3
summary: |-
Helper to create commandline ruby programs
description: |-
Quickl helps you creating commandline ruby programs. From simple commands
with options to complex delegators with subcommands, global and local
options.
authors:
- { name: "Bernard Lambeau", email: blambeau@gmail.com }
links:
- http://github.com/blambeau/quickl
dependencies:
- {name: rake, version: "~> 0.9.2", groups: [test, release]}
- {name: rspec, version: "~> 2.7.0", groups: [test, release]}
- {name: yard, version: "~> 0.7.2", groups: [doc ]}
- {name: bluecloth, version: "~> 2.2.0", groups: [doc ]}
- {name: wlang, version: "~> 0.10.2", groups: [release ]}
rake_tasks:
unit_test:
libs: ["lib", "examples"]
pattern: "examples/**/test_*.rb"