Sha256: 0cd14e614e33e04fc8e1b7901a9456e20d82a1b4cdeeb633a0342c4c5070c58e

Contents?: true

Size: 208 Bytes

Versions: 4

Compression:

Stored size: 208 Bytes

Contents

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