index
:
rcm
develop
main
Ruby configuration management system (rcm) - KISS and for my personal use.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
dsl.rb
Age
Commit message (
Expand
)
Author
2026-03-14
Use active DSL registry for Resource.find
Paul Buetow
2026-03-14
Add agent-backed file processing DSL
Paul Buetow
2026-03-01
refactor: defer Config loading — add explicit Config.load! method
Paul Buetow
2026-03-01
refactor: defer Options parsing — add explicit Options.parse! method
Paul Buetow
2026-03-01
refactor: extract register_keyword helper to eliminate 4x DSL duplication
Paul Buetow
2026-03-01
refactor: split file.rb into per-class files under lib/dslkeywords/
Paul Buetow
2025-02-19
more on this
Paul Buetow
2025-02-18
test for dup resource
Paul Buetow
2025-02-16
change foo[...] to foo(...) syntax for deps
Paul Buetow
2025-02-15
add depends_on syntax
Paul Buetow
2025-02-15
dsl keyword base class added
Paul Buetow
2025-02-14
add configure_from_scratch
Paul Buetow
2025-02-14
test only_when
Paul Buetow
2025-02-14
more tests
Paul Buetow
2025-02-14
add ensure_line
Paul Buetow
2024-12-08
use of endless methods
Paul Buetow
2024-12-08
add gemspec
Paul Buetow
2024-12-07
cosmetics
Paul Buetow