-
Notifications
You must be signed in to change notification settings - Fork 1
/
META.json
51 lines (42 loc) · 1.58 KB
/
META.json
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
{
"name": "test_factory",
"abstract": "Framework for managing test data",
"description": "Provides functions for registering commands to create test data and obtaining data during testing",
"version": "0.4.0",
"maintainer": "Jim Nasby <[email protected]>",
"license": {"BSD 2 Clause": "http://opensource.org/licenses/bsd-license.php"},
"X_comment": "DO NOT CHANGE THE ORDER OF THE PROVIDES!",
"provides": {
"test_factory": {
"abstract": "Framework for managing test data",
"file": "sql/test_factory.sql",
"docfile": "doc/test_factory.asc",
"version": "0.3.1"
},
"test_factory_pgtap": {
"abstract": "pgTap extension for test_factory",
"file": "sql/test_factory_pgtap.sql",
"docfile": "doc/test_factory.asc",
"version": "0.1.0"
}
},
"release_status": "stable",
"generated_by": "Jim Nasby <[email protected]>",
"tags": [ "testing", "unit test", "tests", "test data", "test factory" ],
"resources": {
"homepage": "http://github.com/BlueTreble/test_factory/",
"bugtracker": {
"web": "http://github.com/BlueTreble/test_factory/issues"
},
"repository": {
"url": "git://github.com/BlueTreble/test_factory.git",
"web": "http://github.com/BlueTreble/test_factory/",
"type": "git"
}
},
"meta-spec": {
"version": "1.0.0",
"url": "http://pgxn.org/meta/spec.txt"
},
"X_vi": "vi: expandtab ts=4 sw=4"
}