Sha256: 0150ec65de2afee4274b57c52f5e25df7dc4aaa0918451f68634d8373070214f

Contents?: true

Size: 201 Bytes

Versions: 4

Compression:

Stored size: 201 Bytes

Contents

module RestClient
  VERSION_INFO = [2, 0, 1] 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.1-x86-mswin32 lib/restclient/version.rb
rest-client-2.0.1-x64-mingw32 lib/restclient/version.rb
rest-client-2.0.1-x86-mingw32 lib/restclient/version.rb
rest-client-2.0.1 lib/restclient/version.rb