upframework 0.2.9 → 0.2.91

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: d1790949cb9e3a2431f0b06cfcaf818b598c20d716126a3392733aa0faee1b1c
4
- data.tar.gz: 3119cbf9baf3e671b4750b8dbe64383f330313bc313437328a31b467ece5f1d5
3
+ metadata.gz: 801f75afeb73f9ebbaa429e0699f8e808f258a58debe206ed5cda954fb97fdb8
4
+ data.tar.gz: b40be74dab664d2c3fcd5997bafd797a578c71a767bb15db07f93e01f8bf5cba
5
5
  SHA512:
6
- metadata.gz: aeec587df8c7e351e8d47dd66fd5ad80ad25d0d297a3f8c13deeeeab0f4e93983cd557707de3cf032a6a86812d713e510e8bc40d809ccc745731789ee858a486
7
- data.tar.gz: 6edc14307ffe69e3b1acf93af57e0fd7963b6058cf59e03a7ebcddd0f0ee66e29a444521dfc84dd096411ad08def94c648c5c727368d5c0ac3f989b17016e3c7
6
+ metadata.gz: 7d79cfd3ca644a503593cdaeaad0692074261cddc045960a33190bd33c199c7b993f60386fc88b892754cc3711b6a52f47a9ec6c666ca90cf50e7cf53f3338bf
7
+ data.tar.gz: 05a7471d324141b0db6c68ef55498a8ed016eb90b1634e89dc40a0f0415bb96016eef220d89709c7d3c72416bfcbc7acbee5ca1acaabfd4ffe07db1a563b97c1
@@ -22,10 +22,7 @@ module Upframework
22
22
  # format => format can be :full(returns all default) or :minimal(returns only ids an types)
23
23
  # compound_opts => options, e.g: meta or links
24
24
  # opts => extra options from render
25
- def broadcast_serialized(channel, resource:, event:, includes: [], format: :full, compound_opts: {})
26
- includes << :events
27
- resource.add_event(event, creator: current_member)
28
-
25
+ def broadcast_serialized(channel, resource:, includes: [], format: :full, compound_opts: {})
29
26
  channel_klass = "::#{channel.class.name}Channel".constantize
30
27
  channel_klass.broadcast_to(channel, serialize_resource(resource, includes, format, compound_opts))
31
28
  end
@@ -1,3 +1,3 @@
1
1
  module Upframework
2
- VERSION = '0.2.9'
2
+ VERSION = '0.2.91'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: upframework
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.9
4
+ version: 0.2.91
5
5
  platform: ruby
6
6
  authors:
7
7
  - jude_cali
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-08-01 00:00:00.000000000 Z
11
+ date: 2020-08-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails