Sha256: 0ea613afb94170bd006b807a86557c48f94a65ba625e37628786853432077570

Contents?: true

Size: 248 Bytes

Versions: 8

Compression:

Stored size: 248 Bytes

Contents

class Deployment < ActiveResource::Base
  def self.configure(config)
    Deployment.site = "#{config[:webistrano_home]}/projects/:project_id/stages/:stage_id"
    Deployment.user = config[:user]
    Deployment.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/deployment.rb
mattmatt-cap-ext-webistrano-0.0.3 lib/cap_ext_webistrano/deployment.rb
mattmatt-cap-ext-webistrano-0.0.4 lib/cap_ext_webistrano/deployment.rb
mattmatt-cap-ext-webistrano-0.1.0 lib/cap_ext_webistrano/deployment.rb
mattmatt-cap-ext-webistrano-0.1.1 lib/cap_ext_webistrano/deployment.rb
mattmatt-cap-ext-webistrano-0.1.2 lib/cap_ext_webistrano/deployment.rb
mattmatt-cap-ext-webistrano-0.1.4 lib/cap_ext_webistrano/deployment.rb
cap-ext-webistrano-0.1.4 lib/cap_ext_webistrano/deployment.rb