Skip to content

Commit

Permalink
Remove "experimental" tags from all providers
Browse files Browse the repository at this point in the history
  • Loading branch information
BanzaiMan committed Jan 13, 2017
1 parent 98bdba7 commit aa656f7
Show file tree
Hide file tree
Showing 8 changed files with 0 additions and 11 deletions.
2 changes: 0 additions & 2 deletions lib/dpl/provider/atlas.rb
Expand Up @@ -28,8 +28,6 @@ class Atlas < Provider
fi
EOF

experimental 'Atlas'

def deploy
assert_app_present!
install_atlas_upload
Expand Down
1 change: 0 additions & 1 deletion lib/dpl/provider/cloud_files.rb
Expand Up @@ -7,7 +7,6 @@ class CloudFiles < Provider
requires 'mime-types', load: 'mime/types', version: '~> 2.6.2' # Anything higher requires Ruby 2.x
requires 'nokogiri', version: '~> 1.6.8.1' # 1.7.0 and up requires Ruby 2.1.0 (via fog-xml)
requires 'fog-rackspace', load: 'fog/rackspace'
experimental 'Rackspace Cloud Files'

def needs_key?
false
Expand Down
1 change: 0 additions & 1 deletion lib/dpl/provider/elastic_beanstalk.rb
Expand Up @@ -3,7 +3,6 @@
module DPL
class Provider
class ElasticBeanstalk < Provider
experimental 'AWS Elastic Beanstalk'

requires 'nokogiri', version: '1.6.8.1'
requires 'aws-sdk-v1'
Expand Down
1 change: 0 additions & 1 deletion lib/dpl/provider/gae.rb
@@ -1,7 +1,6 @@
module DPL
class Provider
class GAE < Provider
experimental 'Google App Engine'

BASE='https://dl.google.com/dl/cloudsdk/channels/rapid/'
NAME='google-cloud-sdk'
Expand Down
1 change: 0 additions & 1 deletion lib/dpl/provider/ops_works.rb
Expand Up @@ -4,7 +4,6 @@ module DPL
class Provider
class OpsWorks < Provider
requires 'aws-sdk', version: '~> 2'
experimental 'AWS OpsWorks'

def opsworks
@opsworks ||= Aws::OpsWorks::Client.new(opsworks_options)
Expand Down
2 changes: 0 additions & 2 deletions lib/dpl/provider/pages.rb
Expand Up @@ -16,8 +16,6 @@ class Pages < Provider

require 'tmpdir'

experimental 'GitHub Pages'

def initialize(context, options)
super

Expand Down
2 changes: 0 additions & 2 deletions lib/dpl/provider/script.rb
Expand Up @@ -2,8 +2,6 @@ module DPL
class Provider
class Script < Provider

experimental 'Script'

def check_auth
end

Expand Down
1 change: 0 additions & 1 deletion lib/dpl/provider/transifex.rb
@@ -1,7 +1,6 @@
module DPL
class Provider
class Transifex < Provider
experimental 'Transifex'

DEFAULT_CLIENT_VERSION = '>=0.11'
DEFAULT_HOSTNAME = 'https://www.transifex.com'
Expand Down

0 comments on commit aa656f7

Please sign in to comment.