class Bundler::Plugin::Index

def local_index_file

Path where the local index file is stored
def local_index_file
  Plugin.local_root.join("index")
end