Changelog for
ruby2.5-rubygem-grape-entity-0.6.0-1.2.x86_64.rpm :
* Tue Jan 16 2018 msabateAATTsuse.com- Build for 2.5
* Tue Jan 02 2018 msabateAATTsuse.com- We need ruby 2.4 support
* Tue Jan 02 2018 msabateAATTsuse.com- Downgraded to 0.6.0 0.6.1 has a hard requirement for Rails 5 which is unavoidable (and fixed afterwards in the master branch because it\'s not really needed). Moreover, the only change separating 0.6.0 and 0.6.1 is 2.4 support, but the commit is quite innocent (they add the version on travis and other harmless stuff).
* Fri Dec 22 2017 jmassaguerplaAATTsuse.com- fix ruby2.2 unresolvables
* Tue Jan 10 2017 cooloAATTsuse.com- updated to version 0.6.1 see installed CHANGELOG.md [#]## Next [#]### Features
* Your contribution here. [#]### Fixes
* Your contribution here. [#]## 0.6.1 (2017-01-09) [#]### Features
* [#253](https://github.com/ruby-grape/grape-entity/pull/253): Adds ruby 2.4.0 support, updates dependencies - [AATTLeFnord](https://github.com/LeFnord). [#]### Fixes
* [#251](https://github.com/ruby-grape/grape-entity/pull/251): Avoid noise when code runs with Ruby warnings - [AATTcpetschnig](https://github.com/cpetschnig).
* Mon Nov 21 2016 cooloAATTsuse.com- updated to version 0.6.0 see installed CHANGELOG.md
* Tue Nov 15 2016 cooloAATTsuse.com- updated to version 0.5.2 see installed CHANGELOG.md
* Sat Oct 29 2016 cooloAATTsuse.com- updated to version 0.5.1 see installed CHANGELOG.md 0.5.1 (2016-4-4) ================
* [#202](https://github.com/ruby-grape/grape-entity/pull/202): Fix: Reset `AATTusing_class` memoization on `.setup` - [AATTrngtng](https://github.com/rngtng).
* [#203](https://github.com/ruby-grape/grape-entity/pull/203): `Grape::Entity::Exposure::NestingExposure::NestedExposures.delete_if` always returns exposures - [AATTrngtng](https://github.com/rngtng).
* [#204](https://github.com/ruby-grape/grape-entity/pull/204), [#138](https://github.com/ruby-grape/grape-entity/issues/138): Added ability to merge fields into hashes/root (`:merge` option for `.expose`) - [AATTavyy](https://github.com/avyy). 0.5.0 (2015-12-07) ==================
* [#139](https://github.com/ruby-grape/grape-entity/pull/139): Keep a track of attribute nesting path during condition check or runtime exposure - [AATTcalfzhou](https://github.com/calfzhou).
* [#151](https://github.com/ruby-grape/grape-entity/pull/151): `.exposures` is removed and substituted with `.root_exposures` array - [AATTmarshall-lee](https://github.com/marshall-lee).
* [#151](https://github.com/ruby-grape/grape-entity/pull/151): `.nested_exposures` is removed too - [AATTmarshall-lee](https://github.com/marshall-lee).
* [#151](https://github.com/ruby-grape/grape-entity/pull/151): `#should_return_attribute?`, `#only_fields` and `#except_fields` are moved to other classes - [AATTmarshall-lee](https://github.com/marshall-lee).
* [#151](https://github.com/ruby-grape/grape-entity/pull/151): Fix: double exposures with conditions does not rewrite previously defined now: [#56](https://github.com/ruby-grape/grape-entity/issues/56) - [AATTmarshall-lee](https://github.com/marshall-lee).
* [#151](https://github.com/ruby-grape/grape-entity/pull/151): Fix: nested exposures were flattened in `.documentation`: [#112](https://github.com/ruby-grape/grape-entity/issues/112) - [AATTmarshall-lee](https://github.com/marshall-lee).
* [#151](https://github.com/ruby-grape/grape-entity/pull/151): Fix: `AATTonly_fields` and `AATTexcept_fields` memoization: [#149](https://github.com/ruby-grape/grape-entity/issues/149) - [AATTmarshall-lee](https://github.com/marshall-lee).
* [#151](https://github.com/ruby-grape/grape-entity/pull/151): Fix: `:unless` condition with `Hash` argument logic: [#150](https://github.com/ruby-grape/grape-entity/issues/150) - [AATTmarshall-lee](https://github.com/marshall-lee).
* [#151](https://github.com/ruby-grape/grape-entity/pull/151): Nested `unexpose` now raises an exception: [#152](https://github.com/ruby-grape/grape-entity/issues/152) - [AATTmarshall-lee](https://github.com/marshall-lee).
* [#151](https://github.com/ruby-grape/grape-entity/pull/151): Fix: `AATTdocumentation` memoization: [#153](https://github.com/ruby-grape/grape-entity/issues/153) - [AATTmarshall-lee](https://github.com/marshall-lee).
* [#151](https://github.com/ruby-grape/grape-entity/pull/151): Fix: serializing of deeply nested presenter exposures: [#155](https://github.com/ruby-grape/grape-entity/issues/155) - [AATTmarshall-lee](https://github.com/marshall-lee).
* [#151](https://github.com/ruby-grape/grape-entity/pull/151): Fix: deep projections (`:only`, `:except`) were unaware of nesting: [#156](https://github.com/ruby-grape/grape-entity/issues/156) - [AATTmarshall-lee](https://github.com/marshall-lee).
* Sat Sep 26 2015 mrueckertAATTsuse.de- update to 0.4.8
* Sat Apr 25 2015 mrueckertAATTsuse.de- update to 0.4.5
* Wed Jul 23 2014 mrueckertAATTsuse.de- initial package