nats-pure 0.6.0 → 2.0.0.pre.alpha

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 23e0d5e7517e6747ba93d5e0f0941d2443bcce881936a7d986b9aeda9a668007
4
- data.tar.gz: 1ee9d4e3277a283bc1a3eabefbb56bae81be9e32422311b9c9f48c4b2f369d07
3
+ metadata.gz: 15a5820d95fec0e8c400dab340af35458c52b5bab82e4decdf2b717067dcc940
4
+ data.tar.gz: 6b98522090c63c3b6338b21e2c42c8bf0172c666c79d5f39237b67a7fff63409
5
5
  SHA512:
6
- metadata.gz: 0eeae802740d61db43b624ffdd21996200befa37125fd04eda0e49474db17bdedbba3408da06ffec907076f935279df80901f4eb5c94a07e6cf26fa1e36ed649
7
- data.tar.gz: a31a3936f8fafafb4b0ebfc47913021d62a208606193cc2566e2051dd06141011c75e0879f4cb69157677b2ef8f64bbac77f728c0e478bdc5f0ff116d1f26d81
6
+ metadata.gz: b31773f6a58cfaa0728bbb544089a4181016bb32b95ca74c1effd06458428b544163bd4bba5194792d7e18c2c20386b49605d701391203aa8c8053a1e597fc57
7
+ data.tar.gz: 856e51e5c54dc25fba10f126d9072458ef1d7e145fbb9303ef643542c08cfcc155ddbd8c5bacc4d94ecf1c690a08877c6c8a9657fe91a7167d21b4bbedd513ce
@@ -0,0 +1,15 @@
1
+ # Copyright 2021 The NATS Authors
2
+ # Licensed under the Apache License, Version 2.0 (the "License");
3
+ # you may not use this file except in compliance with the License.
4
+ # You may obtain a copy of the License at
5
+ #
6
+ # http://www.apache.org/licenses/LICENSE-2.0
7
+ #
8
+ # Unless required by applicable law or agreed to in writing, software
9
+ # distributed under the License is distributed on an "AS IS" BASIS,
10
+ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
11
+ # See the License for the specific language governing permissions and
12
+ # limitations under the License.
13
+ #
14
+ require 'nats/io/client'
15
+ require 'nats/nuid'