pin_flags 0.1.2 → 0.1.3
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 +4 -4
- data/README.md +1 -1
- data/lib/pin_flags/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 3977d70021338a38c29de38454b616f8a0070109e3d38f224a34833e94439dcf
|
|
4
|
+
data.tar.gz: 139be232c37a1da71d77d411460376cdf9d09484b04c7d428a883b746ce356ba
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a59e5b3091e653de9d6eb48d9f944427ae736385223bda09ef39d001b2efe7063bff536ef23d9559b8854d083235d561e6f256117ab8e2bde0c561a85001c7e7
|
|
7
|
+
data.tar.gz: a28677639c6d0d11ff04fb6de0adeac27471779029da8a1118d333b45c9fd62ffa461d5f7de05c75e5650198989f4b366b26f8b8cc5ccf33535db1b14996c97c
|
data/README.md
CHANGED
|
@@ -19,7 +19,7 @@ A lightweight Rails engine for managing entity based features with built-in cach
|
|
|
19
19
|
</div>
|
|
20
20
|
|
|
21
21
|
## Dependencies
|
|
22
|
-
- [Rails](https://github.com/rails/rails)
|
|
22
|
+
- [Rails](https://github.com/rails/rails) 8.0 or higher with Turbo
|
|
23
23
|
- [Ruby](https://www.ruby-lang.org/en/) 3.0 or higher
|
|
24
24
|
- Rails app is using a relational database (e.g., PostgreSQL, MySQL, SQLite)
|
|
25
25
|
|
data/lib/pin_flags/version.rb
CHANGED