kstephens / cabar

Cabar - an extensible software component backplane.

This URL has Read+Write access

kstephens (author)
Mon Sep 21 18:11:43 -0700 2009
commit  c9946cdf80d2ed79dfdb902dac085cc83c6dbb45
tree    1502bfdd6d954a5fa09c4ae6675884214ddcccfc
parent  9e60e5f1e5550156f01c8834fc823bbb1c3295be
cabar / cabar.yml
100644 28 lines (22 sloc) 0.441 kb
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
cabar:
  version: '1.0'
 
  component:
    name: cabar
    version: v1.0
    description: 'Cabar - Component Backplane Manager'
 
  plugin: lib/ruby/cabar/plugin/cabar.rb
 
  facet:
    bin: true
    lib/ruby: true
    components:
      path:
        - 'comp'
        - 'contrib'
    action:
      test: 'rake test'
      show_env: '/usr/bin/env | sort'
 
  requires:
    component:
      cabar_core: true
      ruby: true
      derby: true