lib/sunzi/cli/capistrano.rb in sunzi-rails-0.2.0 vs lib/sunzi/cli/capistrano.rb in sunzi-rails-0.2.1
- old
+ new
@@ -11,12 +11,9 @@
instance_eval(File.read(deploy_path), deploy_path)
instance_eval(File.read(stage_path), stage_path)
@env = HashWithIndifferentAccess.new(@env)
end
- def lock(version); end
- def namespace(options = {}); end
-
def set(key, value)
@env[key] = value
end
def fetch(key, value = nil)