Sha256: d58c245481da199879dd3b97cfdafcc3556279d1868fada50fcb19bf61d623bc

Contents?: true

Size: 277 Bytes

Versions: 12

Compression:

Stored size: 277 Bytes

Contents

require 'swiftype/client'
require 'swiftype/sso'

module Swiftype
  extend Swiftype::Configuration

  def self.const_missing(const_name)
    super unless const_name == :Easy
    warn "`Swiftype::Easy` has been deprecated. Use `Swiftype::Client` instead."
    Client
  end
end

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
swiftype-1.5.2 lib/swiftype.rb
swiftype-1.5.0 lib/swiftype.rb
swiftype-1.4.0 lib/swiftype.rb
swiftype-1.3.1 lib/swiftype.rb
swiftype-1.3.0 lib/swiftype.rb
swiftype-1.2.3 lib/swiftype.rb
swiftype-1.2.2 lib/swiftype.rb
swiftype-1.2.1 lib/swiftype.rb
swiftype-1.2.0 lib/swiftype.rb
swiftype-1.1.0 lib/swiftype.rb
swiftype-1.0.1 lib/swiftype.rb
swiftype-1.0.0 lib/swiftype.rb