lib/scope_file_store.rb in machinery-tool-1.22.1 vs lib/scope_file_store.rb in machinery-tool-1.22.2

- old
+ new

@@ -16,10 +16,10 @@ # you may find current contact information at www.suse.com # The responsibility of the ScopeFileStore class is to represent a sub directory # of a system description which is used to hold files belonging to a specific # scope. -class ScopeFileStore +class Machinery::ScopeFileStore attr_accessor :base_path, :store_name def initialize(base_path, store_name) @base_path = base_path @store_name = store_name