configuratrix 0.0.1.alpha

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.
metadata ADDED
@@ -0,0 +1,59 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: configuratrix
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.1.alpha
5
+ platform: ruby
6
+ authors:
7
+ - Michael Shick
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2023-03-25 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: |2
14
+ Concisely, flexibly, and safely declare the interface to a script with a
15
+ Configuratrix schema. The resulting config loads flags, arguments, and
16
+ subcommands from the command line. Optionally loads values from config
17
+ file and environment with overrides from the command line.
18
+ email: mike@shick.xyz
19
+ executables: []
20
+ extensions: []
21
+ extra_rdoc_files: []
22
+ files:
23
+ - lib/configuratrix.rb
24
+ - lib/configuratrix/errors.rb
25
+ - lib/configuratrix/initialize.rb
26
+ - lib/configuratrix/language-util.rb
27
+ - lib/configuratrix/language.rb
28
+ - lib/configuratrix/schema-util.rb
29
+ - lib/configuratrix/schema.rb
30
+ - lib/configuratrix/sources.rb
31
+ - lib/configuratrix/sources/command_line.rb
32
+ - lib/configuratrix/sources/environment.rb
33
+ - lib/configuratrix/sources/util.rb
34
+ - lib/configuratrix/sources/yaml_file.rb
35
+ - lib/configuratrix/types.rb
36
+ homepage: https://fossil.shick.xyz/configuratrix
37
+ licenses:
38
+ - LGPL-3.0-or-later
39
+ metadata: {}
40
+ post_install_message:
41
+ rdoc_options: []
42
+ require_paths:
43
+ - lib
44
+ required_ruby_version: !ruby/object:Gem::Requirement
45
+ requirements:
46
+ - - ">="
47
+ - !ruby/object:Gem::Version
48
+ version: 3.0.0
49
+ required_rubygems_version: !ruby/object:Gem::Requirement
50
+ requirements:
51
+ - - ">"
52
+ - !ruby/object:Gem::Version
53
+ version: 1.3.1
54
+ requirements: []
55
+ rubygems_version: 3.2.3
56
+ signing_key:
57
+ specification_version: 4
58
+ summary: declarative script interfaces to command line and config file
59
+ test_files: []