Sha256: b0a81e26aa0ee6756c9fafa5b1d02e7abc6f6cf8dd647086eb0bfc6708e6c81c
Contents?: true
Size: 1.1 KB
Versions: 2
Compression:
Stored size: 1.1 KB
Contents
## [1.0.3] - 2024-02-19 - Readme update - Better PermissionsDirNotFound error message and handling - Added `permissions` method to get permissions of the calling instance - Added test core coverage ## [1.0.2] - 2024-02-19 - Commented out `byebug` in the code ## [1.0.1] - 2024-02-01 - Changes in gemspec metadata ## [1.0.0] - 2024-01-30 - Added documentation - Added rubocop - Added Github Actions CI ## [0.1.3] - 2024-01-29 - Cover with tests different use cases ## [0.1.2] - 2024-01-25 - Configuration interface. - Added `#configure` method to configure: * permissions_dir_path configuration option for setting path to permissions directory * role_access_method configuration option for setting method name to access role of the resource instance - Added `#has_settings` method to configure dynamic settings. It accepts a scope name were the settings will stored under and default settings hash from a yaml file. ## [0.1.1] - 2024-01-23 - Added basic class structure and core logic - Configured rspec. Covered instance verification logic with specs ## [0.1.0] - 2024-01-17 - Initial release
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
permission_settings-1.0.5 | CHANGELOG.md |
permission_settings-1.0.4 | CHANGELOG.md |