Sha256: 3e8f6ff02fc1a03ff5718d1a72ebee3cea9927460a80eda4e0d222b472719a8d
Contents?: true
Size: 949 Bytes
Versions: 1
Compression:
Stored size: 949 Bytes
Contents
# Copyright 2016-2021 The NATS Authors # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. # module NATS module IO # VERSION is the version of the client announced on CONNECT to the server. VERSION = "2.0.0-rc2".freeze # LANG is the lang runtime of the client announced on CONNECT to the server. LANG = "#{RUBY_ENGINE}#{RUBY_VERSION}".freeze # PROTOCOL is the supported version of the protocol in the client. PROTOCOL = 1 end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
nats-pure-2.0.0.pre.rc2 | lib/nats/io/version.rb |