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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
- SHA1:
3
- metadata.gz: be3bd03f40194cdc8bd570214d5121880903ef6b
4
- data.tar.gz: d5b04f355d81a0e989e7193913aa35903c52b884
2
+ SHA256:
3
+ metadata.gz: 1c689251af29504b287651f0ea45d8a205f7346818060ab3f3c2feef3c72f732
4
+ data.tar.gz: 23d9764daf214809324a94799455a384c3beb5a51271bf0144a55b698e796c1e
5
5
  SHA512:
6
- metadata.gz: 25c0825d1ef0d9f52751b5ecef718351f0c57ad2ba5522e949eba9d9e44f4651f865c656aa5a9530f02a7ca7a23e28b27ee89dd7efddfd96ec3f63b0dcbfbd63
7
- data.tar.gz: 37f1727dc7ad0f7eac6505b91f66ee7ed31d3f3ae7425fbfc932ba77b68deae84c7d145e61fb26b8548b4d3ee9921ebd7e413e4b117a93b5642bf0f660295bd1
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
- - groups as defined methods for interface
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
- - Redis storage as backend (RedisRb)
242
+ - UI frameworks adapters: bootsrap3, bootstrap4, foundation, semantic, etc.
244
243
 
245
244
  ## Contributing
246
245
  Fork => Fix => MR warmly welcomed!
@@ -1,5 +1,5 @@
1
1
  module Ez
2
2
  module Settings
3
- VERSION = '0.2.0'
3
+ VERSION = '0.2.1'
4
4
  end
5
5
  end
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.0
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: 2017-11-13 00:00:00.000000000 Z
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.5.1
298
+ rubygems_version: 2.7.6
299
299
  signing_key:
300
300
  specification_version: 4
301
301
  summary: Easy settings engine for Rails app.