hati-config 0.1.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.
metadata ADDED
@@ -0,0 +1,123 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: hati-config
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.1.0
5
+ platform: ruby
6
+ authors:
7
+ - Marie Giy
8
+ bindir: bin
9
+ cert_chain: []
10
+ date: 1980-01-02 00:00:00.000000000 Z
11
+ dependencies:
12
+ - !ruby/object:Gem::Dependency
13
+ name: aws-sdk-s3
14
+ requirement: !ruby/object:Gem::Requirement
15
+ requirements:
16
+ - - "~>"
17
+ - !ruby/object:Gem::Version
18
+ version: '1.0'
19
+ type: :runtime
20
+ prerelease: false
21
+ version_requirements: !ruby/object:Gem::Requirement
22
+ requirements:
23
+ - - "~>"
24
+ - !ruby/object:Gem::Version
25
+ version: '1.0'
26
+ - !ruby/object:Gem::Dependency
27
+ name: bigdecimal
28
+ requirement: !ruby/object:Gem::Requirement
29
+ requirements:
30
+ - - "~>"
31
+ - !ruby/object:Gem::Version
32
+ version: '3.0'
33
+ type: :runtime
34
+ prerelease: false
35
+ version_requirements: !ruby/object:Gem::Requirement
36
+ requirements:
37
+ - - "~>"
38
+ - !ruby/object:Gem::Version
39
+ version: '3.0'
40
+ - !ruby/object:Gem::Dependency
41
+ name: connection_pool
42
+ requirement: !ruby/object:Gem::Requirement
43
+ requirements:
44
+ - - "~>"
45
+ - !ruby/object:Gem::Version
46
+ version: '2.4'
47
+ type: :runtime
48
+ prerelease: false
49
+ version_requirements: !ruby/object:Gem::Requirement
50
+ requirements:
51
+ - - "~>"
52
+ - !ruby/object:Gem::Version
53
+ version: '2.4'
54
+ - !ruby/object:Gem::Dependency
55
+ name: redis
56
+ requirement: !ruby/object:Gem::Requirement
57
+ requirements:
58
+ - - "~>"
59
+ - !ruby/object:Gem::Version
60
+ version: '5.0'
61
+ type: :runtime
62
+ prerelease: false
63
+ version_requirements: !ruby/object:Gem::Requirement
64
+ requirements:
65
+ - - "~>"
66
+ - !ruby/object:Gem::Version
67
+ version: '5.0'
68
+ description: A practical approach to configuration management with type safety, team
69
+ isolation, environment inheritance, encryption, and remote sources. Designed for
70
+ teams dealing with configuration complexity at scale.
71
+ email:
72
+ - giy.mariya@gmail.com
73
+ executables: []
74
+ extensions: []
75
+ extra_rdoc_files: []
76
+ files:
77
+ - CHANGELOG.md
78
+ - LICENSE
79
+ - README.md
80
+ - hati-config.gemspec
81
+ - lib/hati_config.rb
82
+ - lib/hati_config/cache.rb
83
+ - lib/hati_config/configuration.rb
84
+ - lib/hati_config/encryption.rb
85
+ - lib/hati_config/environment.rb
86
+ - lib/hati_config/errors.rb
87
+ - lib/hati_config/hati_configuration.rb
88
+ - lib/hati_config/remote_loader.rb
89
+ - lib/hati_config/schema.rb
90
+ - lib/hati_config/setting.rb
91
+ - lib/hati_config/team.rb
92
+ - lib/hati_config/type_checker.rb
93
+ - lib/hati_config/type_map.rb
94
+ - lib/hati_config/version.rb
95
+ homepage: https://github.com/hackico-ai/hati-config
96
+ licenses:
97
+ - MIT
98
+ metadata:
99
+ repo_homepage: https://github.com/hackico-ai/hati-config
100
+ allowed_push_host: https://rubygems.org
101
+ homepage_uri: https://github.com/hackico-ai/hati-config
102
+ changelog_uri: https://github.com/hackico-ai/hati-config/blob/main/CHANGELOG.md
103
+ source_code_uri: https://github.com/hackico-ai/hati-config
104
+ bug_tracker_uri: https://github.com/hackico-ai/hati-config/issues
105
+ rubygems_mfa_required: 'true'
106
+ rdoc_options: []
107
+ require_paths:
108
+ - lib
109
+ required_ruby_version: !ruby/object:Gem::Requirement
110
+ requirements:
111
+ - - ">="
112
+ - !ruby/object:Gem::Version
113
+ version: 3.0.0
114
+ required_rubygems_version: !ruby/object:Gem::Requirement
115
+ requirements:
116
+ - - ">="
117
+ - !ruby/object:Gem::Version
118
+ version: '0'
119
+ requirements: []
120
+ rubygems_version: 3.6.9
121
+ specification_version: 4
122
+ summary: Ruby configuration management for distributed systems and multi-team environments.
123
+ test_files: []