Sha256: f79de049d357e3f8c7aed0ac70b7a8674d64c9597e4d7dfaf6b8dba4fd7f2ea5

Contents?: true

Size: 155 Bytes

Versions: 4

Compression:

Stored size: 155 Bytes

Contents

module RestClient
  VERSION_INFO = [2, 1, 0, 'rc1'].freeze
  VERSION = VERSION_INFO.map(&:to_s).join('.').freeze

  def self.version
    VERSION
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
rest-client-2.1.0.rc1-x86-mswin32 lib/restclient/version.rb
rest-client-2.1.0.rc1-x64-mingw32 lib/restclient/version.rb
rest-client-2.1.0.rc1-x86-mingw32 lib/restclient/version.rb
rest-client-2.1.0.rc1 lib/restclient/version.rb