Sha256: 9ae05a772f40734d54ccd38da6150f035c8cc7054ffd8883d5131fa773612c11

Contents?: true

Size: 211 Bytes

Versions: 8

Compression:

Stored size: 211 Bytes

Contents

class Stage < ActiveResource::Base
  def self.configure(config)
    Stage.site = "#{config[:webistrano_home]}/projects/:project_id"
    Stage.user = config[:user]
    Stage.password = config[:password]
  end
end

Version data entries

8 entries across 8 versions & 3 rubygems

Version Path
chrismetcalf-cap-ext-webistrano-0.1.2 lib/cap_ext_webistrano/stage.rb
mattmatt-cap-ext-webistrano-0.0.3 lib/cap_ext_webistrano/stage.rb
mattmatt-cap-ext-webistrano-0.0.4 lib/cap_ext_webistrano/stage.rb
mattmatt-cap-ext-webistrano-0.1.0 lib/cap_ext_webistrano/stage.rb
mattmatt-cap-ext-webistrano-0.1.1 lib/cap_ext_webistrano/stage.rb
mattmatt-cap-ext-webistrano-0.1.2 lib/cap_ext_webistrano/stage.rb
mattmatt-cap-ext-webistrano-0.1.4 lib/cap_ext_webistrano/stage.rb
cap-ext-webistrano-0.1.4 lib/cap_ext_webistrano/stage.rb