lib/fauxhai/mocker.rb in fauxhai-ng-7.6.0 vs lib/fauxhai/mocker.rb in fauxhai-ng-8.0.0
- old
+ new
@@ -78,10 +78,10 @@
# to regenerate all fauxhai data. This allows us to deprecate old releases
# and eventually remove them while giving end users ample warning.
def parse_and_validate(unparsed_data)
parsed_data = JSON.parse(unparsed_data)
if parsed_data['deprecated']
- STDERR.puts "WARNING: Fauxhai platform data for #{parsed_data['platform']} #{parsed_data['platform_version']} is deprecated and will be removed in the 7.0 release 3/2019. #{PLATFORM_LIST_MESSAGE}"
+ STDERR.puts "WARNING: Fauxhai platform data for #{parsed_data['platform']} #{parsed_data['platform_version']} is deprecated and will be removed in the 9.0 release 3/2021. #{PLATFORM_LIST_MESSAGE}"
end
parsed_data
end
def platform