Class: Versionate::ApiAdapter

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

Instance Method Summary collapse

Instance Method Details

#providerObject



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

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