setup 4.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/COPYING +515 -0
- data/HISTORY +7 -0
- data/MANIFEST +231 -0
- data/METADATA +25 -0
- data/NEWS +21 -0
- data/README +110 -0
- data/bin/setup.rb +7 -0
- data/doc/manual/doc.en/devel.html +208 -0
- data/doc/manual/doc.en/hookapi.html +91 -0
- data/doc/manual/doc.en/index.html +28 -0
- data/doc/manual/doc.en/metaconfapi.html +79 -0
- data/doc/manual/doc.en/news.html +189 -0
- data/doc/manual/doc.en/usage.html +297 -0
- data/doc/manual/doc.ja/devel.html +301 -0
- data/doc/manual/doc.ja/hookapi.html +84 -0
- data/doc/manual/doc.ja/index.html +28 -0
- data/doc/manual/doc.ja/metaconfapi.html +80 -0
- data/doc/manual/doc.ja/news.html +186 -0
- data/doc/manual/doc.ja/usage.html +319 -0
- data/doc/rdoc/classes/Errno.html +89 -0
- data/doc/rdoc/classes/Errno/ENOTEMPTY.html +92 -0
- data/doc/rdoc/classes/File.html +134 -0
- data/doc/rdoc/classes/Setup.html +107 -0
- data/doc/rdoc/classes/Setup/Command.html +276 -0
- data/doc/rdoc/classes/Setup/ConfigTable.html +622 -0
- data/doc/rdoc/classes/Setup/Installer.html +2454 -0
- data/doc/rdoc/classes/Setup/Installer/Shebang.html +187 -0
- data/doc/rdoc/classes/SetupError.html +92 -0
- data/doc/rdoc/created.rid +1 -0
- data/doc/rdoc/files/COPYING.html +759 -0
- data/doc/rdoc/files/HISTORY.html +104 -0
- data/doc/rdoc/files/METADATA.html +92 -0
- data/doc/rdoc/files/NEWS.html +113 -0
- data/doc/rdoc/files/README.html +214 -0
- data/doc/rdoc/files/bin/setup_rb.html +96 -0
- data/doc/rdoc/files/lib/setup/build_rb.html +96 -0
- data/doc/rdoc/files/lib/setup/command_rb.html +98 -0
- data/doc/rdoc/files/lib/setup/config_rb.html +98 -0
- data/doc/rdoc/files/lib/setup/error_rb.html +92 -0
- data/doc/rdoc/files/lib/setup/install_rb.html +116 -0
- data/doc/rdoc/files/lib/setup/rake_rb.html +97 -0
- data/doc/rdoc/files/lib/setup/rubyver_rb.html +96 -0
- data/doc/rdoc/files/lib/setup_rb.html +92 -0
- data/doc/rdoc/fr_class_index.html +55 -0
- data/doc/rdoc/fr_file_index.html +60 -0
- data/doc/rdoc/fr_method_index.html +182 -0
- data/doc/rdoc/index.html +26 -0
- data/doc/rdoc/rdoc-style.css +177 -0
- data/doc/ri/Errno/ENOTEMPTY/cdesc-ENOTEMPTY.yaml +15 -0
- data/doc/ri/Errno/cdesc-Errno.yaml +15 -0
- data/doc/ri/File/cdesc-File.yaml +18 -0
- data/doc/ri/File/dir%3f-c.yaml +12 -0
- data/doc/ri/File/read-c.yaml +10 -0
- data/doc/ri/Setup/Command/cdesc-Command.yaml +28 -0
- data/doc/ri/Setup/Command/help-i.yaml +12 -0
- data/doc/ri/Setup/Command/run-c.yaml +11 -0
- data/doc/ri/Setup/Command/run-i.yaml +11 -0
- data/doc/ri/Setup/ConfigTable/%5b%5d%3d-i.yaml +12 -0
- data/doc/ri/Setup/ConfigTable/%5b%5d-i.yaml +12 -0
- data/doc/ri/Setup/ConfigTable/attr_accessor-c.yaml +12 -0
- data/doc/ri/Setup/ConfigTable/attr_boolean-c.yaml +12 -0
- data/doc/ri/Setup/ConfigTable/attr_pathlist-c.yaml +12 -0
- data/doc/ri/Setup/ConfigTable/attr_pathname-c.yaml +12 -0
- data/doc/ri/Setup/ConfigTable/cdesc-ConfigTable.yaml +66 -0
- data/doc/ri/Setup/ConfigTable/compiles%3f-i.yaml +10 -0
- data/doc/ri/Setup/ConfigTable/env_config-i.yaml +12 -0
- data/doc/ri/Setup/ConfigTable/extconfs-i.yaml +11 -0
- data/doc/ri/Setup/ConfigTable/extensions-i.yaml +10 -0
- data/doc/ri/Setup/ConfigTable/initialize_defaults-i.yaml +14 -0
- data/doc/ri/Setup/ConfigTable/installdirs%3d-i.yaml +12 -0
- data/doc/ri/Setup/ConfigTable/load_config-i.yaml +12 -0
- data/doc/ri/Setup/ConfigTable/new-c.yaml +12 -0
- data/doc/ri/Setup/ConfigTable/save_config-i.yaml +12 -0
- data/doc/ri/Setup/ConfigTable/shebang%3d-i.yaml +12 -0
- data/doc/ri/Setup/ConfigTable/show-i.yaml +10 -0
- data/doc/ri/Setup/Installer/Shebang/cdesc-Shebang.yaml +28 -0
- data/doc/ri/Setup/Installer/Shebang/load-c.yaml +10 -0
- data/doc/ri/Setup/Installer/Shebang/new-c.yaml +10 -0
- data/doc/ri/Setup/Installer/Shebang/parse-c.yaml +10 -0
- data/doc/ri/Setup/Installer/Shebang/to_s-i.yaml +10 -0
- data/doc/ri/Setup/Installer/binread-i.yaml +14 -0
- data/doc/ri/Setup/Installer/cdesc-Installer.yaml +281 -0
- data/doc/ri/Setup/Installer/clean_dir_bin-i.yaml +12 -0
- data/doc/ri/Setup/Installer/clean_dir_data-i.yaml +12 -0
- data/doc/ri/Setup/Installer/clean_dir_doc-i.yaml +12 -0
- data/doc/ri/Setup/Installer/clean_dir_etc-i.yaml +12 -0
- data/doc/ri/Setup/Installer/clean_dir_ext-i.yaml +10 -0
- data/doc/ri/Setup/Installer/clean_dir_lib-i.yaml +12 -0
- data/doc/ri/Setup/Installer/clean_dir_man-i.yaml +12 -0
- data/doc/ri/Setup/Installer/command-i.yaml +10 -0
- data/doc/ri/Setup/Installer/compiles%3f-i.yaml +10 -0
- data/doc/ri/Setup/Installer/config_dir_bin-i.yaml +12 -0
- data/doc/ri/Setup/Installer/config_dir_data-i.yaml +12 -0
- data/doc/ri/Setup/Installer/config_dir_doc-i.yaml +12 -0
- data/doc/ri/Setup/Installer/config_dir_etc-i.yaml +12 -0
- data/doc/ri/Setup/Installer/config_dir_ext-i.yaml +10 -0
- data/doc/ri/Setup/Installer/config_dir_lib-i.yaml +12 -0
- data/doc/ri/Setup/Installer/config_dir_man-i.yaml +12 -0
- data/doc/ri/Setup/Installer/curr_objdir-i.yaml +10 -0
- data/doc/ri/Setup/Installer/curr_srcdir-i.yaml +12 -0
- data/doc/ri/Setup/Installer/diff%3f-i.yaml +10 -0
- data/doc/ri/Setup/Installer/directories_of-i.yaml +10 -0
- data/doc/ri/Setup/Installer/distclean_dir_bin-i.yaml +12 -0
- data/doc/ri/Setup/Installer/distclean_dir_data-i.yaml +12 -0
- data/doc/ri/Setup/Installer/distclean_dir_doc-i.yaml +10 -0
- data/doc/ri/Setup/Installer/distclean_dir_etc-i.yaml +12 -0
- data/doc/ri/Setup/Installer/distclean_dir_ext-i.yaml +10 -0
- data/doc/ri/Setup/Installer/distclean_dir_lib-i.yaml +12 -0
- data/doc/ri/Setup/Installer/distclean_dir_man-i.yaml +12 -0
- data/doc/ri/Setup/Installer/dive_into-i.yaml +10 -0
- data/doc/ri/Setup/Installer/dllext-i.yaml +10 -0
- data/doc/ri/Setup/Installer/exec_all-i.yaml +12 -0
- data/doc/ri/Setup/Installer/exec_clean-i.yaml +12 -0
- data/doc/ri/Setup/Installer/exec_config-i.yaml +12 -0
- data/doc/ri/Setup/Installer/exec_distclean-i.yaml +12 -0
- data/doc/ri/Setup/Installer/exec_doc-i.yaml +11 -0
- data/doc/ri/Setup/Installer/exec_install-i.yaml +12 -0
- data/doc/ri/Setup/Installer/exec_rdoc-i.yaml +14 -0
- data/doc/ri/Setup/Installer/exec_ri-i.yaml +12 -0
- data/doc/ri/Setup/Installer/exec_setup-i.yaml +14 -0
- data/doc/ri/Setup/Installer/exec_show-i.yaml +12 -0
- data/doc/ri/Setup/Installer/exec_task_traverse-i.yaml +12 -0
- data/doc/ri/Setup/Installer/exec_test-i.yaml +14 -0
- data/doc/ri/Setup/Installer/exec_uninstall-i.yaml +12 -0
- data/doc/ri/Setup/Installer/existfiles-i.yaml +10 -0
- data/doc/ri/Setup/Installer/extconf-i.yaml +10 -0
- data/doc/ri/Setup/Installer/extdir%3f-i.yaml +10 -0
- data/doc/ri/Setup/Installer/extensions-i.yaml +12 -0
- data/doc/ri/Setup/Installer/files_of-i.yaml +10 -0
- data/doc/ri/Setup/Installer/force_remove_file-i.yaml +10 -0
- data/doc/ri/Setup/Installer/get_config-i.yaml +11 -0
- data/doc/ri/Setup/Installer/glob_reject-i.yaml +10 -0
- data/doc/ri/Setup/Installer/glob_select-i.yaml +10 -0
- data/doc/ri/Setup/Installer/globs2re-i.yaml +10 -0
- data/doc/ri/Setup/Installer/hookfiles-i.yaml +10 -0
- data/doc/ri/Setup/Installer/inspect-i.yaml +10 -0
- data/doc/ri/Setup/Installer/install-i.yaml +10 -0
- data/doc/ri/Setup/Installer/install_dir_bin-i.yaml +10 -0
- data/doc/ri/Setup/Installer/install_dir_data-i.yaml +10 -0
- data/doc/ri/Setup/Installer/install_dir_doc-i.yaml +12 -0
- data/doc/ri/Setup/Installer/install_dir_etc-i.yaml +10 -0
- data/doc/ri/Setup/Installer/install_dir_ext-i.yaml +10 -0
- data/doc/ri/Setup/Installer/install_dir_lib-i.yaml +10 -0
- data/doc/ri/Setup/Installer/install_dir_man-i.yaml +10 -0
- data/doc/ri/Setup/Installer/install_files-i.yaml +10 -0
- data/doc/ri/Setup/Installer/installation%21-i.yaml +10 -0
- data/doc/ri/Setup/Installer/installation%3f-i.yaml +12 -0
- data/doc/ri/Setup/Installer/libfiles-i.yaml +10 -0
- data/doc/ri/Setup/Installer/make-i.yaml +10 -0
- data/doc/ri/Setup/Installer/mapdir-i.yaml +10 -0
- data/doc/ri/Setup/Installer/mkdir_p-i.yaml +10 -0
- data/doc/ri/Setup/Installer/move_file-i.yaml +10 -0
- data/doc/ri/Setup/Installer/new-c.yaml +12 -0
- data/doc/ri/Setup/Installer/new_shebang-i.yaml +10 -0
- data/doc/ri/Setup/Installer/no_harm%3f-i.yaml +10 -0
- data/doc/ri/Setup/Installer/noop-i.yaml +54 -0
- data/doc/ri/Setup/Installer/objdir_root-i.yaml +10 -0
- data/doc/ri/Setup/Installer/open_atomic_writer-i.yaml +10 -0
- data/doc/ri/Setup/Installer/quiet%3f-i.yaml +10 -0
- data/doc/ri/Setup/Installer/record_installation-i.yaml +10 -0
- data/doc/ri/Setup/Installer/relpath-i.yaml +10 -0
- data/doc/ri/Setup/Installer/remove_file-i.yaml +10 -0
- data/doc/ri/Setup/Installer/remove_tree-i.yaml +10 -0
- data/doc/ri/Setup/Installer/remove_tree0-i.yaml +10 -0
- data/doc/ri/Setup/Installer/report_header-i.yaml +11 -0
- data/doc/ri/Setup/Installer/rm_f-i.yaml +10 -0
- data/doc/ri/Setup/Installer/rm_rf-i.yaml +10 -0
- data/doc/ri/Setup/Installer/rmdir-i.yaml +10 -0
- data/doc/ri/Setup/Installer/ruby-i.yaml +10 -0
- data/doc/ri/Setup/Installer/rubyextentions-i.yaml +10 -0
- data/doc/ri/Setup/Installer/run_hook-i.yaml +10 -0
- data/doc/ri/Setup/Installer/set_config-i.yaml +12 -0
- data/doc/ri/Setup/Installer/setup_dir_bin-i.yaml +10 -0
- data/doc/ri/Setup/Installer/setup_dir_data-i.yaml +12 -0
- data/doc/ri/Setup/Installer/setup_dir_doc-i.yaml +12 -0
- data/doc/ri/Setup/Installer/setup_dir_etc-i.yaml +12 -0
- data/doc/ri/Setup/Installer/setup_dir_ext-i.yaml +10 -0
- data/doc/ri/Setup/Installer/setup_dir_lib-i.yaml +12 -0
- data/doc/ri/Setup/Installer/setup_dir_man-i.yaml +12 -0
- data/doc/ri/Setup/Installer/srcdir_root-i.yaml +12 -0
- data/doc/ri/Setup/Installer/srcdirectories-i.yaml +10 -0
- data/doc/ri/Setup/Installer/srcdirectory%3f-i.yaml +10 -0
- data/doc/ri/Setup/Installer/srcentries-i.yaml +10 -0
- data/doc/ri/Setup/Installer/srcexist%3f-i.yaml +10 -0
- data/doc/ri/Setup/Installer/srcfile%3f-i.yaml +10 -0
- data/doc/ri/Setup/Installer/srcfile-i.yaml +10 -0
- data/doc/ri/Setup/Installer/srcfiles-i.yaml +10 -0
- data/doc/ri/Setup/Installer/targetfiles-i.yaml +10 -0
- data/doc/ri/Setup/Installer/traverse-i.yaml +10 -0
- data/doc/ri/Setup/Installer/update_shebang_line-i.yaml +10 -0
- data/doc/ri/Setup/Installer/verbose%3f-i.yaml +10 -0
- data/doc/ri/Setup/Installer/verbose_off-i.yaml +10 -0
- data/doc/ri/Setup/cdesc-Setup.yaml +15 -0
- data/doc/ri/SetupError/cdesc-SetupError.yaml +15 -0
- data/doc/ri/created.rid +1 -0
- data/lib/setup.rb +5 -0
- data/lib/setup/build.rb +2 -0
- data/lib/setup/command.rb +169 -0
- data/lib/setup/config.rb +339 -0
- data/lib/setup/error.rb +1 -0
- data/lib/setup/install.rb +915 -0
- data/lib/setup/rake.rb +62 -0
- data/lib/setup/rubyver.rb +25 -0
- data/script/install +6 -0
- metadata +293 -0
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
--- !ruby/object:RI::ClassDescription
|
|
2
|
+
attributes: []
|
|
3
|
+
|
|
4
|
+
class_methods:
|
|
5
|
+
- !ruby/object:RI::MethodSummary
|
|
6
|
+
name: dir?
|
|
7
|
+
- !ruby/object:RI::MethodSummary
|
|
8
|
+
name: read
|
|
9
|
+
comment:
|
|
10
|
+
constants: []
|
|
11
|
+
|
|
12
|
+
full_name: File
|
|
13
|
+
includes: []
|
|
14
|
+
|
|
15
|
+
instance_methods: []
|
|
16
|
+
|
|
17
|
+
name: File
|
|
18
|
+
superclass: IO
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
--- !ruby/object:RI::ClassDescription
|
|
2
|
+
attributes: []
|
|
3
|
+
|
|
4
|
+
class_methods:
|
|
5
|
+
- !ruby/object:RI::MethodSummary
|
|
6
|
+
name: run
|
|
7
|
+
comment:
|
|
8
|
+
- !ruby/struct:SM::Flow::P
|
|
9
|
+
body: CLI for setup.
|
|
10
|
+
constants:
|
|
11
|
+
- !ruby/object:RI::Constant
|
|
12
|
+
comment:
|
|
13
|
+
name: TASKS
|
|
14
|
+
value: "%w(all config show setup test install uninstall rdoc ri clean distclean)"
|
|
15
|
+
- !ruby/object:RI::Constant
|
|
16
|
+
comment:
|
|
17
|
+
name: TASK_DESCRIPTIONS
|
|
18
|
+
value: "[ [ 'all', 'do config, setup, then install' ], [ 'config', 'saves your configurations' ], [ 'show', 'shows current configuration' ], [ 'setup', 'compiles ruby extentions and others' ], [ 'rdoc', 'generate rdoc documentation' ], [ 'ri', 'generate ri documentation' ], [ 'install', 'installs files' ], [ 'test', 'run all tests in test/' ], [ 'clean', \"does `make clean' for each extention\" ], [ 'distclean',\"does `make distclean' for each extention\" ]"
|
|
19
|
+
full_name: Setup::Command
|
|
20
|
+
includes: []
|
|
21
|
+
|
|
22
|
+
instance_methods:
|
|
23
|
+
- !ruby/object:RI::MethodSummary
|
|
24
|
+
name: help
|
|
25
|
+
- !ruby/object:RI::MethodSummary
|
|
26
|
+
name: run
|
|
27
|
+
name: Command
|
|
28
|
+
superclass: Object
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
--- !ruby/object:RI::MethodDescription
|
|
2
|
+
aliases: []
|
|
3
|
+
|
|
4
|
+
block_params:
|
|
5
|
+
comment:
|
|
6
|
+
- !ruby/struct:SM::Flow::P
|
|
7
|
+
body: Adds boolean support.
|
|
8
|
+
full_name: Setup::ConfigTable::attr_accessor
|
|
9
|
+
is_singleton: true
|
|
10
|
+
name: attr_accessor
|
|
11
|
+
params: (*names)
|
|
12
|
+
visibility: public
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
--- !ruby/object:RI::MethodDescription
|
|
2
|
+
aliases: []
|
|
3
|
+
|
|
4
|
+
block_params:
|
|
5
|
+
comment:
|
|
6
|
+
- !ruby/struct:SM::Flow::P
|
|
7
|
+
body: Boolean attribute. Can be assigned true, false, nil, or a string matching yes|true|y|t or no|false|n|f.
|
|
8
|
+
full_name: Setup::ConfigTable::attr_boolean
|
|
9
|
+
is_singleton: true
|
|
10
|
+
name: attr_boolean
|
|
11
|
+
params: (*names)
|
|
12
|
+
visibility: public
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
--- !ruby/object:RI::MethodDescription
|
|
2
|
+
aliases: []
|
|
3
|
+
|
|
4
|
+
block_params:
|
|
5
|
+
comment:
|
|
6
|
+
- !ruby/struct:SM::Flow::P
|
|
7
|
+
body: List of pathnames. These are not expanded though.
|
|
8
|
+
full_name: Setup::ConfigTable::attr_pathlist
|
|
9
|
+
is_singleton: true
|
|
10
|
+
name: attr_pathlist
|
|
11
|
+
params: (name)
|
|
12
|
+
visibility: public
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
--- !ruby/object:RI::MethodDescription
|
|
2
|
+
aliases: []
|
|
3
|
+
|
|
4
|
+
block_params:
|
|
5
|
+
comment:
|
|
6
|
+
- !ruby/struct:SM::Flow::P
|
|
7
|
+
body: Pathname attribute. Pathnames are automatically expanded unless they start with '$', a path variable.
|
|
8
|
+
full_name: Setup::ConfigTable::attr_pathname
|
|
9
|
+
is_singleton: true
|
|
10
|
+
name: attr_pathname
|
|
11
|
+
params: (name)
|
|
12
|
+
visibility: public
|
|
@@ -0,0 +1,66 @@
|
|
|
1
|
+
--- !ruby/object:RI::ClassDescription
|
|
2
|
+
attributes: []
|
|
3
|
+
|
|
4
|
+
class_methods:
|
|
5
|
+
- !ruby/object:RI::MethodSummary
|
|
6
|
+
name: attr_accessor
|
|
7
|
+
- !ruby/object:RI::MethodSummary
|
|
8
|
+
name: attr_boolean
|
|
9
|
+
- !ruby/object:RI::MethodSummary
|
|
10
|
+
name: attr_pathlist
|
|
11
|
+
- !ruby/object:RI::MethodSummary
|
|
12
|
+
name: attr_pathname
|
|
13
|
+
- !ruby/object:RI::MethodSummary
|
|
14
|
+
name: new
|
|
15
|
+
comment:
|
|
16
|
+
- !ruby/struct:SM::Flow::P
|
|
17
|
+
body: Config stores platform information.
|
|
18
|
+
constants:
|
|
19
|
+
- !ruby/object:RI::Constant
|
|
20
|
+
comment:
|
|
21
|
+
name: RBCONFIG
|
|
22
|
+
value: "::Config::CONFIG"
|
|
23
|
+
- !ruby/object:RI::Constant
|
|
24
|
+
comment:
|
|
25
|
+
name: CONFIGFILE
|
|
26
|
+
value: "'.config'"
|
|
27
|
+
- !ruby/object:RI::Constant
|
|
28
|
+
comment:
|
|
29
|
+
name: DESCRIPTIONS
|
|
30
|
+
value: "[ [:prefix , :path, 'path prefix of target environment'], [:bindir , :path, 'directory for commands'], [:libdir , :path, 'directory for libraries'], [:datadir , :path, 'directory for shared data'], [:mandir , :path, 'directory for man pages'], [:docdir , :path, 'Directory for documentation'], [:sysconfdir , :path, 'directory for system configuration files'], [:localstatedir , :path, 'directory for local state data'], [:libruby , :path, 'directory for ruby libraries'], [:librubyver , :path, 'directory for standard ruby libraries'], [:librubyverarch , :path, 'directory for standard ruby extensions'], [:siteruby , :path, 'directory for version-independent aux ruby libraries'], [:siterubyver , :path, 'directory for aux ruby libraries'], [:siterubyverarch , :path, 'directory for aux ruby binaries'], [:rbdir , :path, 'directory for ruby scripts'], [:sodir , :path, 'directory for ruby extentions'], [:rubypath , :prog, 'path to set to #! line'], [:rubyprog , :prog, 'ruby program using for installation'], [:makeprog , :prog, 'make program to compile ruby extentions'], [:extconfopt , :name, 'options to pass-thru to extconf.rb'], [:without_ext , :bool, 'do not compile/install ruby extentions'], [:without_doc , :bool, 'do not generate html documentation'], [:shebang , :pick, 'shebang line (#!) editing mode (all,ruby,never)'], [:doctemplate , :pick, 'document template to use (html|xml)'], [:testrunner , :pick, 'Runner to use for testing (auto|console|tk|gtk|gtk2)'], [:installdirs , :pick, 'install location mode (std,site,home :: libruby,site_ruby,$HOME)']"
|
|
31
|
+
- !ruby/object:RI::Constant
|
|
32
|
+
comment:
|
|
33
|
+
- !ruby/struct:SM::Flow::P
|
|
34
|
+
body: List of configurable options.
|
|
35
|
+
name: OPTIONS
|
|
36
|
+
value: DESCRIPTIONS.collect{ |(k,t,v)| k.to_s }
|
|
37
|
+
full_name: Setup::ConfigTable
|
|
38
|
+
includes: []
|
|
39
|
+
|
|
40
|
+
instance_methods:
|
|
41
|
+
- !ruby/object:RI::MethodSummary
|
|
42
|
+
name: "[]"
|
|
43
|
+
- !ruby/object:RI::MethodSummary
|
|
44
|
+
name: "[]="
|
|
45
|
+
- !ruby/object:RI::MethodSummary
|
|
46
|
+
name: compiles?
|
|
47
|
+
- !ruby/object:RI::MethodSummary
|
|
48
|
+
name: env_config
|
|
49
|
+
- !ruby/object:RI::MethodSummary
|
|
50
|
+
name: extconfs
|
|
51
|
+
- !ruby/object:RI::MethodSummary
|
|
52
|
+
name: extensions
|
|
53
|
+
- !ruby/object:RI::MethodSummary
|
|
54
|
+
name: initialize_defaults
|
|
55
|
+
- !ruby/object:RI::MethodSummary
|
|
56
|
+
name: installdirs=
|
|
57
|
+
- !ruby/object:RI::MethodSummary
|
|
58
|
+
name: load_config
|
|
59
|
+
- !ruby/object:RI::MethodSummary
|
|
60
|
+
name: save_config
|
|
61
|
+
- !ruby/object:RI::MethodSummary
|
|
62
|
+
name: shebang=
|
|
63
|
+
- !ruby/object:RI::MethodSummary
|
|
64
|
+
name: show
|
|
65
|
+
name: ConfigTable
|
|
66
|
+
superclass: Object
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
--- !ruby/object:RI::MethodDescription
|
|
2
|
+
aliases: []
|
|
3
|
+
|
|
4
|
+
block_params:
|
|
5
|
+
comment:
|
|
6
|
+
- !ruby/struct:SM::Flow::P
|
|
7
|
+
body: Get configuration from environment.
|
|
8
|
+
full_name: Setup::ConfigTable#env_config
|
|
9
|
+
is_singleton: false
|
|
10
|
+
name: env_config
|
|
11
|
+
params: ()
|
|
12
|
+
visibility: public
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
--- !ruby/object:RI::MethodDescription
|
|
2
|
+
aliases: []
|
|
3
|
+
|
|
4
|
+
block_params:
|
|
5
|
+
comment:
|
|
6
|
+
- !ruby/struct:SM::Flow::P
|
|
7
|
+
body: Assign CONFIG defaults
|
|
8
|
+
- !ruby/struct:SM::Flow::P
|
|
9
|
+
body: "TODO: Does this handle 'nmake' on windows?"
|
|
10
|
+
full_name: Setup::ConfigTable#initialize_defaults
|
|
11
|
+
is_singleton: false
|
|
12
|
+
name: initialize_defaults
|
|
13
|
+
params: ()
|
|
14
|
+
visibility: public
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
--- !ruby/object:RI::MethodDescription
|
|
2
|
+
aliases: []
|
|
3
|
+
|
|
4
|
+
block_params:
|
|
5
|
+
comment:
|
|
6
|
+
- !ruby/struct:SM::Flow::P
|
|
7
|
+
body: installdirs has only three options; and it has side-effects.
|
|
8
|
+
full_name: Setup::ConfigTable#installdirs=
|
|
9
|
+
is_singleton: false
|
|
10
|
+
name: installdirs=
|
|
11
|
+
params: (val)
|
|
12
|
+
visibility: public
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
--- !ruby/object:RI::MethodDescription
|
|
2
|
+
aliases: []
|
|
3
|
+
|
|
4
|
+
block_params:
|
|
5
|
+
comment:
|
|
6
|
+
- !ruby/struct:SM::Flow::P
|
|
7
|
+
body: Load configuration.
|
|
8
|
+
full_name: Setup::ConfigTable#load_config
|
|
9
|
+
is_singleton: false
|
|
10
|
+
name: load_config
|
|
11
|
+
params: ()
|
|
12
|
+
visibility: public
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
--- !ruby/object:RI::MethodDescription
|
|
2
|
+
aliases: []
|
|
3
|
+
|
|
4
|
+
block_params:
|
|
5
|
+
comment:
|
|
6
|
+
- !ruby/struct:SM::Flow::P
|
|
7
|
+
body: Save configuration.
|
|
8
|
+
full_name: Setup::ConfigTable#save_config
|
|
9
|
+
is_singleton: false
|
|
10
|
+
name: save_config
|
|
11
|
+
params: ()
|
|
12
|
+
visibility: public
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
--- !ruby/object:RI::MethodDescription
|
|
2
|
+
aliases: []
|
|
3
|
+
|
|
4
|
+
block_params:
|
|
5
|
+
comment:
|
|
6
|
+
- !ruby/struct:SM::Flow::P
|
|
7
|
+
body: shebang has only three options.
|
|
8
|
+
full_name: Setup::ConfigTable#shebang=
|
|
9
|
+
is_singleton: false
|
|
10
|
+
name: shebang=
|
|
11
|
+
params: (val)
|
|
12
|
+
visibility: public
|