diff options
| author | Paul Buetow <paul@buetow.org> | 2024-12-08 13:04:40 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2024-12-08 13:04:40 +0200 |
| commit | ed5f36ed3dffbac12247e5130e61d8ebd8ad82f5 (patch) | |
| tree | 012b3ebae795c80625fda61a3f52e25a5ef8c492 /rcm.gemspec | |
| parent | 16bcda50fb5aeca6301f3fe71abf4ddc62e244f0 (diff) | |
endless methods now work with rubocop
Diffstat (limited to 'rcm.gemspec')
| -rw-r--r-- | rcm.gemspec | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/rcm.gemspec b/rcm.gemspec new file mode 100644 index 0000000..0c771df --- /dev/null +++ b/rcm.gemspec @@ -0,0 +1,13 @@ +Gem::Specification.new do |s| + s.required_ruby_version = '>= 3.3.0' + s.name = 'rcm' + s.version = '0.0.0' + s.licenses = ['BSD3'] + s.summary = "Ruby Configuration Management system" + s.description = "To configure my stuff" + s.authors = ["Paul Buetow"] + s.email = 'rcm@dev.buetow.org' + s.files = ["lib/dsl.rb"] + s.homepage = 'https://codeberg.org/snonux/rcm' + s.metadata = { "source_code_uri" => "https://codeberg.org/snonux/rcm" } +end |
