praxis-blueprints 3.3
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:
          =
        
        
          installation:
          =
        
      Dépendances de Runtime (3):
Dépendances de Development (14):
            bundler
            ~> 1.6
          
          
            coveralls
            >= 0
          
          
            fuubar
            ~> 1
          
          
            guard
            ~> 2
          
          
            guard-rspec
            >= 0
          
          
            guard-rubocop
            >= 0
          
          
            pry
            ~> 0
          
          
            pry-byebug
            ~> 1
          
          
            pry-stack_explorer
            ~> 0
          
          
            rake
            ~> 0
          
          
            redcarpet
            < 3.0
          
          
            rspec
            < 2.99
          
          
            rubocop
            >= 0
          
          
            yard
            ~> 0.8.7
          
    
