Skip to content

Commit e20f955

Browse files
committed
Use Indexfile instead of meta directory. [admin]
1 parent 4033609 commit e20f955

13 files changed

Lines changed: 39 additions & 32 deletions

File tree

.ruby renamed to .index

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
source:
3-
- meta
3+
- Indexfile
44
- VERSION
55
authors:
66
- name: Thomas Sawyer

Indexfile

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
---
2+
title: Lemon
3+
summary: Pucker-strength Unit Testing
4+
5+
description:
6+
Lemon is a unit testing framework that tightly correlates
7+
class to test case and method to test unit.
8+
9+
authors:
10+
- Thomas Sawyer <transfire@gmail.com>
11+
12+
resources:
13+
home: http://rubyworks.github.com/lemon
14+
code: http://github.com/rubyworks/lemon
15+
bugs: http://github.com/rubyworks/lemon/issues
16+
17+
requirements:
18+
- rubytest
19+
- ae
20+
- ansi 1.3+
21+
- detroit (build)
22+
- reap (build)
23+
- qed (test)
24+
- name: ripper
25+
engines:
26+
- ruby 1.8~
27+
optional: true
28+
29+
repositories:
30+
upstream: git://github.com/rubyworks/lemon.git
31+
32+
organizaiton: Rubyworks
33+
34+
created: 2009-10-25
35+
36+
copyrights:
37+
- 2009 Rubyworks (BSD-2-Clause)
38+

meta/authors

Lines changed: 0 additions & 2 deletions
This file was deleted.

meta/copyrights

Lines changed: 0 additions & 3 deletions
This file was deleted.

meta/created

Lines changed: 0 additions & 1 deletion
This file was deleted.

meta/description

Lines changed: 0 additions & 2 deletions
This file was deleted.

meta/name

Lines changed: 0 additions & 1 deletion
This file was deleted.

meta/organization

Lines changed: 0 additions & 1 deletion
This file was deleted.

meta/repositories

Lines changed: 0 additions & 2 deletions
This file was deleted.

meta/requirements

Lines changed: 0 additions & 12 deletions
This file was deleted.

0 commit comments

Comments
 (0)