lib/docman/docroot_config.rb in docman-0.0.69 vs lib/docman/docroot_config.rb in docman-0.0.70
- old
+ new
@@ -94,19 +94,11 @@
def config_hash
Digest::MD5.hexdigest(Marshal::dump(@raw_infos))
end
- def root_path
- @root['fuil_build_path']
- end
-
def deploy_target_name
@deploy_target.name
- end
-
- def root_states
- @root.states
end
end
end
\ No newline at end of file