lib/librarian/source/path.rb in librarian-0.0.12 vs lib/librarian/source/path.rb in librarian-0.0.13

- old
+ new

@@ -41,9 +41,16 @@ def to_lock_options {:remote => path} end + def pinned? + false + end + + def unpin! + end + def cache!(dependencies) end def filesystem_path @filesystem_path ||= Pathname.new(path).expand_path(environment.project_path)