rook 0.0.1
Sign up to get free protection for your applications and to get access to all the features.
- data/COPYING +340 -0
- data/README.txt +69 -0
- data/bin/rook +885 -0
- data/examples/archive/COPYING +340 -0
- data/examples/archive/README.txt +1 -0
- data/examples/archive/Rookbook +56 -0
- data/examples/archive/bin/example +0 -0
- data/examples/archive/doc/index.html +0 -0
- data/examples/archive/doc/index.txt +0 -0
- data/examples/archive/lib/example.rb +0 -0
- data/examples/archive/lib/example/bar.rb +0 -0
- data/examples/archive/lib/example/baz.rb +0 -0
- data/examples/archive/lib/example/foo.rb +0 -0
- data/examples/archive/test/test1.rb +0 -0
- data/examples/archive/test/test2.rb +0 -0
- data/examples/hello_c/Rookbook +24 -0
- data/examples/hello_c/hello.c +11 -0
- data/examples/hello_c/hello.h +1 -0
- data/setup.rb +1331 -0
- metadata +68 -0
metadata
ADDED
@@ -0,0 +1,68 @@
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
2
|
+
rubygems_version: 0.8.10
|
3
|
+
specification_version: 1
|
4
|
+
name: rook
|
5
|
+
version: !ruby/object:Gem::Version
|
6
|
+
version: 0.0.1
|
7
|
+
date: 2005-04-29
|
8
|
+
summary: "a SCM tool like Make, Rake, Ant, and so on."
|
9
|
+
require_paths:
|
10
|
+
- lib
|
11
|
+
email:
|
12
|
+
homepage: http://www.kuwata-lab.com/rook
|
13
|
+
rubyforge_project:
|
14
|
+
description: "Rook is a SCM tool like Make, Rake, Ant, Cons, and so on. Rook is inspired by
|
15
|
+
Cook which is written by Peter Miller.
|
16
|
+
http://www.canb.auug.org.au/~millerp/cook/cook.html Rook regard software
|
17
|
+
building as Cooking. * Target file is called `Product' * Required file to build
|
18
|
+
is called `Ingredients' * Steps to build is called `Recipe' * Script file to
|
19
|
+
build software is called `Cookbook'"
|
20
|
+
autorequire:
|
21
|
+
default_executable:
|
22
|
+
bindir: bin
|
23
|
+
has_rdoc: false
|
24
|
+
required_ruby_version: !ruby/object:Gem::Version::Requirement
|
25
|
+
requirements:
|
26
|
+
-
|
27
|
+
- ">"
|
28
|
+
- !ruby/object:Gem::Version
|
29
|
+
version: 0.0.0
|
30
|
+
version:
|
31
|
+
platform: ruby
|
32
|
+
authors:
|
33
|
+
- Makoto Kuwata
|
34
|
+
files:
|
35
|
+
- bin/rook
|
36
|
+
- examples/hello_c
|
37
|
+
- examples/archive
|
38
|
+
- examples/hello_c/Rookbook
|
39
|
+
- examples/hello_c/hello.h
|
40
|
+
- examples/hello_c/hello.c
|
41
|
+
- examples/archive/Rookbook
|
42
|
+
- examples/archive/README.txt
|
43
|
+
- examples/archive/COPYING
|
44
|
+
- examples/archive/test
|
45
|
+
- examples/archive/doc
|
46
|
+
- examples/archive/lib
|
47
|
+
- examples/archive/bin
|
48
|
+
- examples/archive/test/test1.rb
|
49
|
+
- examples/archive/test/test2.rb
|
50
|
+
- examples/archive/doc/index.txt
|
51
|
+
- examples/archive/doc/index.html
|
52
|
+
- examples/archive/lib/example.rb
|
53
|
+
- examples/archive/lib/example
|
54
|
+
- examples/archive/lib/example/foo.rb
|
55
|
+
- examples/archive/lib/example/bar.rb
|
56
|
+
- examples/archive/lib/example/baz.rb
|
57
|
+
- examples/archive/bin/example
|
58
|
+
- README.txt
|
59
|
+
- COPYING
|
60
|
+
- setup.rb
|
61
|
+
test_files: []
|
62
|
+
rdoc_options: []
|
63
|
+
extra_rdoc_files: []
|
64
|
+
executables:
|
65
|
+
- rook
|
66
|
+
extensions: []
|
67
|
+
requirements: []
|
68
|
+
dependencies: []
|