Sha256: e2edccafe40c4acaa190e69d30985142bacc42a974b3c58b56c23cf3ffc54c6c
Contents?: true
Size: 539 Bytes
Versions: 2
Compression:
Stored size: 539 Bytes
Contents
require 'bib/opsworks/composer' require 'bib/opsworks/newrelic' require 'bib/opsworks/version' class BibOpsworks def initialize end def copy_composer(release_path, deploy_user) composer = Bib::Opsworks::Composer.new composer.copy_vendor(release_path, deploy_user) end def newrelic_publish_deployment(app_name, deploy_data, newrelic_api_key) newrelic = Bib::Opsworks::Newrelic.new newrelic.publish_deployment(app_name, deploy_data, newrelic_api_key) end def version Bib::Opsworks::VERSION end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
BibOpsworks-0.1.1 | lib/bib/opsworks.rb |
BibOpsworks-0.1 | lib/bib/opsworks.rb |