app/models/tech_radar/technology.rb in tech_radar-0.4.0 vs app/models/tech_radar/technology.rb in tech_radar-0.5.0

- old
+ new

@@ -1,5 +1,5 @@ require 'immutable-struct' module TechRadar end -TechRadar::Technology = ImmutableStruct.new(:name, :ring, :quadrant, :purpose, :why_summary, :why_url, :more_details_summary, :more_details_url) +TechRadar::Technology = ImmutableStruct.new(:name, :ring, :quadrant, :purpose, :why_summary, :why_url, :more_details_summary, :more_details_url, [:tags], [:experts], [:examples])