lib/manifest.rb in machinery-tool-1.17.0 vs lib/manifest.rb in machinery-tool-1.18.0
- old
+ new
@@ -1,6 +1,6 @@
-# Copyright (c) 2013-2015 SUSE LLC
+# Copyright (c) 2013-2016 SUSE LLC
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of version 3 of the GNU General Public License as
# published by the Free Software Foundation.
#
@@ -93,8 +93,9 @@
raise Machinery::Errors::SystemDescriptionError.new(error)
end
def compatible_json?
- @hash && @hash["meta"] && @hash["meta"]["format_version"]
+ @hash && @hash["meta"] && @hash["meta"]["format_version"] &&
+ @hash["meta"]["format_version"] <= SystemDescription::CURRENT_FORMAT_VERSION
end
end