Skip to content

Commit c98650b

Browse files
committed
Update .index file and move meta to var. [admin]
1 parent 949cf41 commit c98650b

13 files changed

Lines changed: 72 additions & 61 deletions

File tree

.index

Lines changed: 71 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,71 @@
1+
---
2+
type: ruby
3+
revision: 2013
4+
sources:
5+
- var
6+
authors:
7+
- name: 7rans
8+
email: transfire@gmail.com
9+
organizations: []
10+
requirements:
11+
- groups:
12+
- test
13+
development: true
14+
name: qed
15+
- groups:
16+
- test
17+
development: true
18+
name: ae
19+
- groups:
20+
- build
21+
development: true
22+
name: detroit
23+
- groups:
24+
- build
25+
development: true
26+
name: simplecov
27+
conflicts: []
28+
alternatives: []
29+
resources:
30+
- type: home
31+
uri: http://rubyworks.github.com/executable
32+
label: Homepage
33+
- type: code
34+
uri: http://github.com/rubyworks/executable
35+
label: Source Code
36+
- type: bugs
37+
uri: http://github.com/rubyworks/executable/issues
38+
label: Issue Tracker
39+
- type: mail
40+
uri: http://groups.google.com/rubyworks-mailinglist
41+
label: Mailing List
42+
- type: chat
43+
uri: irc://chat.us.freenode.net#rubyworks
44+
label: IRC Channel
45+
repositories:
46+
- name: upstream
47+
scm: git
48+
uri: git://github.com/rubyworks/executable.git
49+
categories: []
50+
paths:
51+
load:
52+
- lib
53+
copyrights:
54+
- holder: Rubyworks
55+
year: '2008'
56+
license: BSD-2-Clause
57+
created: '2008-08-08'
58+
summary: Commandline Object Mapper
59+
version: 1.2.0
60+
name: executable
61+
title: Executable
62+
description: ! 'Think of Executable as a *COM*, a Commandline Object Mapper,
63+
64+
in much the same way that ActiveRecord is an ORM,
65+
66+
an Object Relational Mapper. A class utilizing Executable
67+
68+
can define a complete command line tool using nothing more
69+
70+
than Ruby''s own method definitions.'
71+
date: '2012-12-18'

.ruby

Lines changed: 1 addition & 61 deletions
Original file line numberDiff line numberDiff line change
@@ -1,61 +1 @@
1-
---
2-
source:
3-
- meta
4-
authors:
5-
- name: 7rans
6-
email: transfire@gmail.com
7-
copyrights:
8-
- holder: Rubyworks
9-
year: '2008'
10-
license: BSD-2-Clause
11-
replacements: []
12-
alternatives: []
13-
requirements:
14-
- name: qed
15-
groups:
16-
- test
17-
development: true
18-
- name: ae
19-
groups:
20-
- test
21-
development: true
22-
- name: detroit
23-
groups:
24-
- build
25-
development: true
26-
- name: simplecov
27-
groups:
28-
- build
29-
development: true
30-
dependencies: []
31-
conflicts: []
32-
repositories:
33-
- uri: git://github.com/rubyworks/executable.git
34-
scm: git
35-
name: upstream
36-
resources:
37-
home: http://rubyworks.github.com/executable
38-
code: http://github.com/rubyworks/executable
39-
bugs: http://github.com/rubyworks/executable/issues
40-
mail: http://groups.google.com/rubyworks-mailinglist
41-
chat: irc://chat.us.freenode.net#rubyworks
42-
extra: {}
43-
load_path:
44-
- lib
45-
revision: 0
46-
created: '2008-08-08'
47-
summary: Commandline Object Mapper
48-
version: 1.2.0
49-
name: executable
50-
title: Executable
51-
description: ! 'Think of Executable as a *COM*, a Commandline Object Mapper,
52-
53-
in much the same way that ActiveRecord is an ORM,
54-
55-
an Object Relational Mapper. A class utilizing Executable
56-
57-
can define a complete command line tool using nothing more
58-
59-
than Ruby''s own method definitions.'
60-
organization: rubyworks
61-
date: '2012-01-31'
1+
ruby 1.9.3p327 (2012-11-10 revision 37606) [x86_64-linux]
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)