Sha256: 45306c073d695a290d841551af9e8da6269cf86f19cf4e35963b634484508e09

Contents?: true

Size: 208 Bytes

Versions: 4

Compression:

Stored size: 208 Bytes

Contents

module RestClient
  VERSION_INFO = [2, 0, 0, 'rc3'] 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

4 entries across 4 versions & 1 rubygems

Version Path
rest-client-2.0.0.rc3-x86-mswin32 lib/restclient/version.rb
rest-client-2.0.0.rc3-x64-mingw32 lib/restclient/version.rb
rest-client-2.0.0.rc3-x86-mingw32 lib/restclient/version.rb
rest-client-2.0.0.rc3 lib/restclient/version.rb