lib/capistrano/env/formatter/ruby_formatter.rb in capistrano-env-0.1.2 vs lib/capistrano/env/formatter/ruby_formatter.rb in capistrano-env-0.2.0

- old
+ new

@@ -1,9 +1,9 @@ module Capistrano module Env module Formatter - class RubyFormatter - def self.file_ext + class RubyFormatter < Base + def self.extname 'rb' end def self.format(envs) envs.map { |k, v| "ENV[\"#{k}\"] = \"#{v}\"\n" }.join