Sha256: 9f840a8c2a363498ad5937d3ecfb9b9c161f946f04e7792dcf43578670c15c8b

Contents?: true

Size: 201 Bytes

Versions: 7

Compression:

Stored size: 201 Bytes

Contents

module RestClient
  VERSION_INFO = [2, 0, 0] unless defined?(self::VERSION_INFO)
  VERSION = VERSION_INFO.map(&:to_s).join('.') unless defined?(self::VERSION)

  def self.version
    VERSION
  end
end

Version data entries

7 entries across 7 versions & 2 rubygems

Version Path
vagrant-unbundled-1.9.1.1 vendor/bundle/ruby/2.4.0/gems/rest-client-2.0.0/lib/restclient/version.rb
vagrant-unbundled-1.8.5.2 vendor/bundle/ruby/2.3.0/gems/rest-client-2.0.0/lib/restclient/version.rb
vagrant-unbundled-1.8.5.1 vendor/bundle/ruby/2.3.0/gems/rest-client-2.0.0/lib/restclient/version.rb
rest-client-2.0.0-x86-mswin32 lib/restclient/version.rb
rest-client-2.0.0-x64-mingw32 lib/restclient/version.rb
rest-client-2.0.0-x86-mingw32 lib/restclient/version.rb
rest-client-2.0.0 lib/restclient/version.rb