praxis-blueprints 3.5
Praxis Blueprints is a library that allows for defining a reusable class structures that has a set of typed attributes and a set of views with which to render them. Instantiations of Blueprints resemble ruby Structs which respond to methods of the attribute names. Rendering is format-agnostic in that it results in a structured hash instead of an encoded string. Blueprints can automatically generate object structures that follow the attribute definitions.
Gemfile:
=
install:
=
Runtime Dependencies (3):
Development Dependencies (16):
bundler
>= 0
coveralls
>= 0
fuubar
>= 0
guard
~> 2
guard-rspec
>= 0
guard-rubocop
>= 0
pry
>= 0
pry-byebug
>= 0
pry-stack_explorer
>= 0
rake
>= 0
redcarpet
< 3.0
rspec
>= 0
rspec-its
>= 0
rubocop
>= 0
yard
>= 0