ez-settings 0.2.0 → 0.2.1
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 +5 -5
- data/README.md +4 -5
- data/lib/ez/settings/version.rb +1 -1
- metadata +5 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
|
-
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
2
|
+
SHA256:
|
|
3
|
+
metadata.gz: 1c689251af29504b287651f0ea45d8a205f7346818060ab3f3c2feef3c72f732
|
|
4
|
+
data.tar.gz: 23d9764daf214809324a94799455a384c3beb5a51271bf0144a55b698e796c1e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5a677cde3449caf666be6b1d9be206bef43157eecc617f3c97facb8fb814ec489c735d7ebad1b6f0e01a0172b7a03fa10a3f4318861af6812bca533d1e07bde6
|
|
7
|
+
data.tar.gz: fad68463acafde3b937f7bd2cfa98e14f9d816b44e4b2511489f01eea114006e03bb7b98cc59ca8dda16076a36d4562e591af302d971ff96bd34f4c8974c2b93
|
data/README.md
CHANGED
|
@@ -232,15 +232,14 @@ If you need, create locale file with this structure:
|
|
|
232
232
|
|
|
233
233
|
## TODO
|
|
234
234
|
This features will be implemented in upcoming 0.2 and 0.3 releases:
|
|
235
|
+
- JSON API endpoints and `ez_settings_api_for` routes helper
|
|
235
236
|
- Scoped settings (`:scope_id`, `:scope_type`)
|
|
236
|
-
-
|
|
237
|
-
- controller before actions as configured callbacks
|
|
238
|
-
- JSON API endpoints
|
|
239
|
-
- Allow to config endpoints
|
|
237
|
+
- controller before actions as configured callbacks (for external usage)
|
|
240
238
|
- Interface description (and show at UI)
|
|
241
239
|
- Groups description (and show at UI)
|
|
240
|
+
- Keys description (and show at UI)
|
|
242
241
|
- Database storage as backend (ActiveRecord)
|
|
243
|
-
-
|
|
242
|
+
- UI frameworks adapters: bootsrap3, bootstrap4, foundation, semantic, etc.
|
|
244
243
|
|
|
245
244
|
## Contributing
|
|
246
245
|
Fork => Fix => MR warmly welcomed!
|
data/lib/ez/settings/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: ez-settings
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.
|
|
4
|
+
version: 0.2.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Volodya Sveredyuk
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2018-06-18 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: ez-core
|
|
@@ -84,14 +84,14 @@ dependencies:
|
|
|
84
84
|
name: simple_form
|
|
85
85
|
requirement: !ruby/object:Gem::Requirement
|
|
86
86
|
requirements:
|
|
87
|
-
- - "
|
|
87
|
+
- - ">="
|
|
88
88
|
- !ruby/object:Gem::Version
|
|
89
89
|
version: 3.5.0
|
|
90
90
|
type: :runtime
|
|
91
91
|
prerelease: false
|
|
92
92
|
version_requirements: !ruby/object:Gem::Requirement
|
|
93
93
|
requirements:
|
|
94
|
-
- - "
|
|
94
|
+
- - ">="
|
|
95
95
|
- !ruby/object:Gem::Version
|
|
96
96
|
version: 3.5.0
|
|
97
97
|
- !ruby/object:Gem::Dependency
|
|
@@ -295,7 +295,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
295
295
|
version: '0'
|
|
296
296
|
requirements: []
|
|
297
297
|
rubyforge_project:
|
|
298
|
-
rubygems_version: 2.
|
|
298
|
+
rubygems_version: 2.7.6
|
|
299
299
|
signing_key:
|
|
300
300
|
specification_version: 4
|
|
301
301
|
summary: Easy settings engine for Rails app.
|