fino 1.1.1 → 1.1.4

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
2
  SHA256:
3
- metadata.gz: 20596e10a04d15a4705fe10ce87699e78f448c5af01587515dd32b6cec19ed8e
4
- data.tar.gz: ca00f97fffc2127cf29d645e6a7c47811b56d1e94f41f16b90137d5c9cb2412d
3
+ metadata.gz: a89fc5426c11c8a579d0e95b04ec8d5deb836a35f217f9e321f3f0a0b94eab7d
4
+ data.tar.gz: 61140c5d0665b59a2ce86cf723d1f026757e90e8e21cd4cbe6c488f6c8f6d96d
5
5
  SHA512:
6
- metadata.gz: e325e95c4728458263f5a5bad13ab6d494d952b8074241f44f011fa16c3f9dd9127c491f3c90bce844f4cf89abfe319698519b085e4988be10929a3b170eb1d0
7
- data.tar.gz: 23fd879434226e38e466b7749ed383cb4290608770264eb9346881c9e3599ed90d36d3fc711257097f213bd049c972403ddc193dcd037ff07a4cc43266f8c576
6
+ metadata.gz: da686fb13de3413f15900c5b710a76d77ced5cb5a9861df0fe293db51c601cd4975193b9208aff6c1e0dac48ed176255019bcbca4e17340249215a25dc029b59
7
+ data.tar.gz: d8bc6812eb4f39493ea31ef986418010ec0d12dc022efa0a38b590769876e19b399f9124527bb47caf553adfe4eac30df660a1c4f1b2d2e19ed6a4fd2c3b2063
data/LICENSE ADDED
@@ -0,0 +1,21 @@
1
+ MIT License
2
+
3
+ Copyright (c) 2025 Egor Iskrenkov
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
data/README.md CHANGED
@@ -75,11 +75,3 @@ end
75
75
  ```
76
76
 
77
77
  <img width="1229" height="641" alt="Screenshot 2025-09-04 at 16 01 51" src="https://github.com/user-attachments/assets/646df84c-c25b-4890-9637-c481e18c9bd4" />
78
-
79
- ## TODO
80
-
81
- - Preloading settings to be able to fetch all of them in one adapter call
82
- - Request scoped memoization when integrating with Rails
83
- - Nicer UI
84
- - Basic validations (presence, range, numericality)
85
- - Enum setting type
data/lib/fino/version.rb CHANGED
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Fino
4
- VERSION = "1.1.1"
4
+ VERSION = "1.1.4"
5
5
  REQUIRED_RUBY_VERSION = ">= 3.0.0"
6
6
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fino
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.1
4
+ version: 1.1.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Egor Iskrenkov
@@ -29,9 +29,8 @@ executables: []
29
29
  extensions: []
30
30
  extra_rdoc_files: []
31
31
  files:
32
+ - LICENSE
32
33
  - README.md
33
- - lib/fino-rails.rb
34
- - lib/fino-redis.rb
35
34
  - lib/fino.rb
36
35
  - lib/fino/adapter.rb
37
36
  - lib/fino/cache.rb
data/lib/fino-rails.rb DELETED
@@ -1,3 +0,0 @@
1
- # frozen_string_literal: true
2
-
3
- require "fino/rails"
data/lib/fino-redis.rb DELETED
@@ -1,3 +0,0 @@
1
- # frozen_string_literal: true
2
-
3
- require "fino/redis"