File rubygem-cconfig.changes of Package rubygem-cconfig
-------------------------------------------------------------------
Wed Dec 7 11:15:18 UTC 2022 - Stephan Kulow <coolo@suse.com>
updated to version 1.3.1
see installed CHANGELOG.md
## 1.3.1
- Don't throw an error if the local file is empty. See
[6c464709605f](https://github.com/mssola/cconfig/commit/6c464709605f).
- rake: print config when it's been already defined. See
[b1d862551ed1](https://github.com/mssola/cconfig/commit/b1d862551ed1).
- railtie: don't fetch the name by inspecting. See
[0c87a22c324d](https://github.com/mssola/cconfig/commit/0c87a22c324d).
-------------------------------------------------------------------
Thu May 7 20:31:09 UTC 2020 - Stephan Kulow <coolo@suse.com>
- updated to version 1.3.0
see installed CHANGELOG.md
## 1.3.0
- Added Ruby on Rails 6.x support. See
[commit](dccbf672614d87cd5bc7171d6db1fdad7d5b7657).
- Added support for Ruby 2.7, although nothing has really been done besides
adding it on the CI and checking that it works.
-------------------------------------------------------------------
Thu Nov 22 05:02:16 UTC 2018 - Stephan Kulow <coolo@suse.com>
- updated to version 1.2.1
see installed CHANGELOG.md
-------------------------------------------------------------------
Wed Dec 20 13:11:31 UTC 2017 - msabate@suse.com
- Updated to 1.2.0
This release includes the `#default_of` method.
-------------------------------------------------------------------
Fri Aug 11 07:17:01 UTC 2017 - msabate@suse.com
- Updated to 1.1.1
This release includes two bug fixes:
- Fixed crash on nested values on the `#enabled?` method. See
https://github.com/mssola/cconfig/issues/3.
- The `prefix` argument from the constructor now takes a default
(`cconfig`). This will make things more predictable.
-------------------------------------------------------------------
Tue Aug 8 09:14:16 UTC 2017 - msabate@suse.com
- Updated to 1.1.0
This release adds the `disabled?` shorthand
-------------------------------------------------------------------
Tue Aug 8 08:57:16 UTC 2017 - msabate@suse.com
- Removed some package warnings
-------------------------------------------------------------------
Tue Aug 8 08:47:21 UTC 2017 - msabate@suse.com
- First release of cconfig