Source: ruby-grape-entity Maintainer: Debian Ruby Extras Maintainers Uploaders: Lucas Kanashiro Section: ruby Priority: optional Build-Depends: debhelper-compat (= 13), gem2deb, rake, ruby-activesupport (>= 5.0.0), ruby-multi-json, ruby-rspec, ruby-simplecov, ruby-coveralls Standards-Version: 4.5.0 Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-grape-entity Vcs-Git: https://salsa.debian.org/ruby-team/ruby-grape-entity.git Homepage: https://github.com/intridea/grape-entity XS-Ruby-Versions: all Rules-Requires-Root: no Testsuite: autopkgtest-pkg-ruby Package: ruby-grape-entity Architecture: all Depends: ruby-activesupport, ruby-multi-json, ${misc:Depends}, ${shlibs:Depends} Description: Entity support to API frameworks, such as Grape This library adds Entity support to API frameworks, such as Grape. Grape's Entity is an API focused facade that sits on top of an object model. . Entities are a reusable means for converting Ruby objects to API responses. Entities can be used to conditionally include fields, nest other entities, and build ever larger responses, using inheritance. XB-Ruby-Versions: ${ruby:Versions}