Class: Versionate::ApiAdapter

Inherits:
Object
  • Object
show all
Defined in:
lib/versionate/api_adapter.rb

Instance Method Summary collapse

Instance Method Details

#providerObject



3
4
5
6
7
8
9
10
# File 'lib/versionate/api_adapter.rb', line 3

def provider
  case Versionate.config.environment
  when :test
    GemsMock
  when :production
    Adapters::Bundler
  end
end