wsdirector-core 1.0.0 → 1.0.1

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: 950b1fe48bc078969f01feab7a589280a74cdfce92a2472b04a3af35710f634b
4
- data.tar.gz: ec42ae09c70ab4d143f4d04506d066a6bab4aad7143246f5803e1465fbe772d4
3
+ metadata.gz: e7a99e2e1bbcbf4e63a8c7fcda1653260b0294e0ffc0f3a78c279425c59336f1
4
+ data.tar.gz: 7dc4ee111ce35d7de921e385cfb860500eaa465109a1bb910fa7a592dee9c86e
5
5
  SHA512:
6
- metadata.gz: da07984b3fa426e11a49593f30d02036fe694f3519ce11aec26ff93eccdf20104461b77cc8c0c615ae733a207030c1297c5b51e2ffa70f30f15cf4b1387ff0fa
7
- data.tar.gz: 126a6108c638b6d314bfa4581ab487e626fb8a59db8d5e5af20473330b749b671dce8a921ad545062e75c781ed76d5cfa275fd69eb18e7fd27bf150734314fea
6
+ metadata.gz: f149a7b303f7fbbb60c8a5c79431f73ab89abeaa25a8a17725172d43100079d63d6ea636f36c67dbe9c51af08d9e882c49780bfd144d488b762d012148c32a38
7
+ data.tar.gz: b4de9feedaa87184c63490b81c8f3c9b8b04e23918b48c8783a2f74e190498425ab58d6cb04df5e7b9ddd1292def023af3d848c43bcc39c102f13c0b8e8c5ae5
data/CHANGELOG.md CHANGED
@@ -2,6 +2,10 @@
2
2
 
3
3
  ## master
4
4
 
5
+ ## 1.0.1 (2022-09-29)
6
+
7
+ - Fix `wsdirector-cli` dependencies.
8
+
5
9
  ## 1.0.0 (2022-09-19)
6
10
 
7
11
  - Add Phoenix Channels protocol support. ([@palkan][])
data/README.md CHANGED
@@ -8,6 +8,8 @@ Command line tool for testing WebSocket servers using scenarios.
8
8
 
9
9
  Suitable for testing any websocket server implementation, like [Action Cable](https://github.com/rails/rails/tree/master/actioncable), [AnyCable](https://anycable.io), [Phoenix Channels](https://hexdocs.pm/phoenix/channels.html), [GraphQL WS](https://github.com/enisdenjo/graphql-ws) and so on.
10
10
 
11
+ > 📖 Read also [WebSocket Director: scenario-based integration tests for realtime apps](https://evilmartians.com/chronicles/websocket-director-scenario-based-integration-tests-for-real-time-apps)
12
+
11
13
  ## Installation
12
14
 
13
15
  Install CLI:
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module WSDirector
4
- VERSION = "1.0.0"
4
+ VERSION = "1.0.1"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: wsdirector-core
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Vladimir Dementyev
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2022-09-19 00:00:00.000000000 Z
13
+ date: 2022-09-29 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: websocket-client-simple