Package Release Info

rubygem-cfa-1.0.2-160000.2.2

Update Info: Base Release
Available in Package Hub : 16.0

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

ruby3.4-rubygem-cfa

Change Logs

* Mon Dec 30 2019 jreidinger@suse.com
- fix writting multiple new elements to previously single element
  (found during fixing bsc#1156929)
- 1.0.2
* Wed Jul 17 2019 jreidinger@suse.com
- fix writting subtree when element change to collection and vice
  versa (bsc#1132362)
- 1.0.1
* Wed Jun 12 2019 mvidner@suse.com
- Dropped the changes_only argument of BaseModel#save,
  it does not work in the generic case.
- Fixed NameError in AugeasTree#replace_entry (bsc#1137948)
- Drop support for Ruby 2.2 and 2.3; add 2.6.
- 1.0.0
* Thu Nov 08 2018 jreidinger@suse.com
- Improve even more error reporting now with specialized exceptions
  that holds all details for better user reports
  (needed for bsc#1113996)
- 0.7.0
* Thu Mar 15 2018 mvidner@suse.com
- Distinguish between parsing and serializing in error reports.
- Mention the file being parsed, and the position inside, in error
  reports (bsc#1077435)
- 0.6.4
* Thu Mar 08 2018 jreidinger@suse.com
- Workaround for augeas lenses that don't handle files without
  a trailing newline (bsc#1064623, bsc#1074891, bsc#1080051
  and gh#hercules-team/augeas#547)
- 0.6.3
* Fri May 26 2017 jreidinger@suse.com
- Fix attributes to work with simple values with trailing comments
  (bsc#1040946)
- Fix using CFA::BaseModel#generic_set without requiring
  CFA::Matcher
- 0.6.2
* Tue Apr 25 2017 jreidinger@suse.com
- fix writing two elements in collection containing nested tree
  (also caused by fix for bsc#1023204)
- 0.6.1
* Tue Mar 21 2017 jreidinger@suse.com
- fix writting two new following nested trees (also caused by fix
  for bsc#1023204)
- fix writing new element with same key as only existing key
- fix writing new element with same key as removed element
- add new method AugeasTree#unique_id that helps with writing new
  entries for augeas sequences
- 0.6.0
* Tue Mar 21 2017 jreidinger@suse.com
- fix AugeasTree#select to not return elements marked as deleted
  (caused by fix for bsc#1023204)
- 0.5.1