configurist 0.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.
- checksums.yaml +7 -0
- data/lib/configurist/version.rb +5 -0
- data/lib/configurist.rb +6 -0
- metadata +50 -0
checksums.yaml
ADDED
@@ -0,0 +1,7 @@
|
|
1
|
+
---
|
2
|
+
SHA256:
|
3
|
+
metadata.gz: fdcf5ffe10cc2dae8534a78c64748c59e57365841d3234289df76db9de2ec9ef
|
4
|
+
data.tar.gz: be0576ae33503231f0801bd7c55dcf985b0cd668941650060ed8f92da030c439
|
5
|
+
SHA512:
|
6
|
+
metadata.gz: 33d21467e8726d441f583cfab254556b6e12ad432f7017e0011bb0625a2a152afcc3e07d3b06f13fac372c9f35c075b37199d12194c7eb29a57c56fa7e01cf6c
|
7
|
+
data.tar.gz: e79a8fac4bee040f4e7853a6e679d56701ca72c885000880d4e86728ac336f36d445b2744bbd66834b63d73605254ac701421d5a975a0c6fb65695fa2bd48daf
|
data/lib/configurist.rb
ADDED
metadata
ADDED
@@ -0,0 +1,50 @@
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
2
|
+
name: configurist
|
3
|
+
version: !ruby/object:Gem::Version
|
4
|
+
version: 0.0.0
|
5
|
+
platform: ruby
|
6
|
+
authors:
|
7
|
+
- Sergey Konotopov
|
8
|
+
autorequire:
|
9
|
+
bindir: bin
|
10
|
+
cert_chain: []
|
11
|
+
date: 2024-06-09 00:00:00.000000000 Z
|
12
|
+
dependencies: []
|
13
|
+
description: Lets you attach persisted settings hierarchies defined by JSONSchema
|
14
|
+
to arbitrary Rails models
|
15
|
+
email: sergey.konotopov@gmail.com
|
16
|
+
executables: []
|
17
|
+
extensions: []
|
18
|
+
extra_rdoc_files: []
|
19
|
+
files:
|
20
|
+
- lib/configurist.rb
|
21
|
+
- lib/configurist/version.rb
|
22
|
+
homepage: https://github.com/kinkou/configurist
|
23
|
+
licenses:
|
24
|
+
- MIT
|
25
|
+
metadata:
|
26
|
+
allowed_push_host: https://rubygems.org
|
27
|
+
homepage_uri: https://github.com/kinkou/configurist
|
28
|
+
source_code_uri: https://github.com/kinkou/configurist
|
29
|
+
changelog_uri: https://github.com/kinkou/configurist/CHANGELOG.md
|
30
|
+
rubygems_mfa_required: 'true'
|
31
|
+
post_install_message:
|
32
|
+
rdoc_options: []
|
33
|
+
require_paths:
|
34
|
+
- lib
|
35
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
36
|
+
requirements:
|
37
|
+
- - ">="
|
38
|
+
- !ruby/object:Gem::Version
|
39
|
+
version: '3.2'
|
40
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
41
|
+
requirements:
|
42
|
+
- - ">="
|
43
|
+
- !ruby/object:Gem::Version
|
44
|
+
version: '0'
|
45
|
+
requirements: []
|
46
|
+
rubygems_version: 3.5.6
|
47
|
+
signing_key:
|
48
|
+
specification_version: 4
|
49
|
+
summary: Persisted, schema-based, overridable settings for Rails models
|
50
|
+
test_files: []
|