Sha256: 8ec81d007f5bef8203279cc8eeecc9763ac85ddd90bbe7460e3be2fdd67c6302
Contents?: true
Size: 473 Bytes
Versions: 5
Compression:
Stored size: 473 Bytes
Contents
require "tech_radar/engine" module TechRadar # A Hash with keys named for the four rings as written in the en.yml file (i.e. not the translated values). # If the value is true, a warning is shown for any tech that doesn't have a "why_summary". # # Default is true for all rings. mattr_accessor :warn_on_missing_why_summary TechRadar.warn_on_missing_why_summary = Hash.new(true) mattr_accessor :summary_format TechRadar.summary_format = :plaintext end
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
tech_radar-0.6.0 | lib/tech_radar.rb |
tech_radar-0.5.0 | lib/tech_radar.rb |
tech_radar-0.4.0 | lib/tech_radar.rb |
tech_radar-0.3.0 | lib/tech_radar.rb |
tech_radar-0.2.1 | lib/tech_radar.rb |