32 33 34
# File 'lib/logidze/history.rb', line 32 def versions @versions ||= data.fetch(HISTORY).map { |v| Version.new(v) } end