y-rb_actioncable 0.1.5 → 0.1.7
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/y/actioncable/version.rb +1 -1
- data/lib/y/lib0/decoding.rb +2 -0
- metadata +5 -10
- data/app/assets/config/yrb_actioncable_manifest.js +0 -1
- data/app/assets/stylesheets/yrb/actioncable/application.css +0 -15
- data/app/helpers/yrb/actioncable/application_helper.rb +0 -8
- data/app/jobs/yrb/actioncable/application_job.rb +0 -8
- data/app/models/yrb/actioncable/application_record.rb +0 -9
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 3040c255efddb8d79280e7c8535006483af771473cfcd9aee2d8e66664aee06c
|
4
|
+
data.tar.gz: b6a3f98e5a410ef0c4a8fbc69aef19686674ba968f7eb48623e066fcfdb07f9d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0320125d679043c507f8f91df61a59c515bafe5dce6db241c9f5abdf6a5afeb374cc61772f11bfe3ccc77e3e816cf5495e33ce1f7e5a798ac8cbb4e2693b781c
|
7
|
+
data.tar.gz: d1a496b709c4a59fc5f360cebe1ae557b1470c0cdc9fb08a68a2b8050176132bce50f873f85b5ec1b36ba36aeb1e4e3ed3b3be4af8dee16577dc8365bf540add
|
data/lib/y/lib0/decoding.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: y-rb_actioncable
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.7
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Hannes Moser
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2024-04-12 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|
@@ -30,14 +30,14 @@ dependencies:
|
|
30
30
|
requirements:
|
31
31
|
- - ">="
|
32
32
|
- !ruby/object:Gem::Version
|
33
|
-
version: 0.4.
|
33
|
+
version: 0.4.5
|
34
34
|
type: :runtime
|
35
35
|
prerelease: false
|
36
36
|
version_requirements: !ruby/object:Gem::Requirement
|
37
37
|
requirements:
|
38
38
|
- - ">="
|
39
39
|
- !ruby/object:Gem::Version
|
40
|
-
version: 0.4.
|
40
|
+
version: 0.4.5
|
41
41
|
description: An ActionCable companion for Y.js clients.
|
42
42
|
email:
|
43
43
|
- box@hannesmoser.at
|
@@ -47,11 +47,6 @@ extra_rdoc_files: []
|
|
47
47
|
files:
|
48
48
|
- README.md
|
49
49
|
- Rakefile
|
50
|
-
- app/assets/config/yrb_actioncable_manifest.js
|
51
|
-
- app/assets/stylesheets/yrb/actioncable/application.css
|
52
|
-
- app/helpers/yrb/actioncable/application_helper.rb
|
53
|
-
- app/jobs/yrb/actioncable/application_job.rb
|
54
|
-
- app/models/yrb/actioncable/application_record.rb
|
55
50
|
- lib/tasks/yrb/actioncable_tasks.rake
|
56
51
|
- lib/y-rb_actioncable.rb
|
57
52
|
- lib/y/actioncable.rb
|
@@ -96,7 +91,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
96
91
|
- !ruby/object:Gem::Version
|
97
92
|
version: '0'
|
98
93
|
requirements: []
|
99
|
-
rubygems_version: 3.4.
|
94
|
+
rubygems_version: 3.4.19
|
100
95
|
signing_key:
|
101
96
|
specification_version: 4
|
102
97
|
summary: An ActionCable companion for Y.js clients.
|
@@ -1 +0,0 @@
|
|
1
|
-
//= link_directory ../stylesheets/yrb/actioncable .css
|
@@ -1,15 +0,0 @@
|
|
1
|
-
/*
|
2
|
-
* This is a manifest file that'll be compiled into application.css, which will include all the files
|
3
|
-
* listed below.
|
4
|
-
*
|
5
|
-
* Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets,
|
6
|
-
* or any plugin's vendor/assets/stylesheets directory can be referenced here using a relative path.
|
7
|
-
*
|
8
|
-
* You're free to add application-wide styles to this file and they'll appear at the bottom of the
|
9
|
-
* compiled file so the styles you add here take precedence over styles defined in any other CSS/SCSS
|
10
|
-
* files in this directory. Styles in this file should be added after the last require_* statement.
|
11
|
-
* It is generally better to create a new file per style scope.
|
12
|
-
*
|
13
|
-
*= require_tree .
|
14
|
-
*= require_self
|
15
|
-
*/
|