cable_ready 4.0.2 → 4.0.3

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: 377e0cae23292dd41722dee3423fc021e368fc05ed575a8d8eda9ea1ab1b1576
4
- data.tar.gz: 4e7405404e9f89a090e271e39efd92a6278cd79b8ee3bab45677c59bfca06d88
3
+ metadata.gz: 4e3ee79d7ceb554a3266d00a314664dd6b4013b31bee26c2ffe9eea1731d8902
4
+ data.tar.gz: e4a2e91f8d7a5ebc075f4b6779fe0596d8d818771d2c982573dd732a984df799
5
5
  SHA512:
6
- metadata.gz: 304c6a41f2dc626fe8b2af23f8396e66e6d0337d57e58063f7f454af489a9d634df93a153ccb33d38e7e7118b1471f59730f4de82d789da4861d704a168ed6eb
7
- data.tar.gz: 87bca21bcbe3b87b6eb3a7566fb1bb408c2160515d8c808eddbbdcfa846ea7f37b179f88da9e24fc33368e4a2887c424fc644fcaf5edc6cbaaaca38687023a2d
6
+ metadata.gz: 663d675621ad4a81f8c3c5ce37c246c19106a1712bc0969258bd44f0283c562ffd07792ff7d4191eba29eb943697617063b0d93d7b07dc2ee585445ec1d1ec0a
7
+ data.tar.gz: 71c5ecc3737f9528c6aa9ebbbc5f1ae85470fca5d8e5a56bef7b4beca7b1d251a681338c93314b06ddcdc3c71c529a7bc5b7e1cd2da3b4176b51378b218c78ca
@@ -1,52 +1,130 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- cable_ready (4.0.2)
5
- activesupport (>= 5.0.0)
4
+ cable_ready (4.0.3)
5
+ rails (>= 5.2)
6
6
 
7
7
  GEM
8
8
  remote: https://rubygems.org/
9
9
  specs:
10
- activesupport (5.2.3)
10
+ actioncable (6.0.0)
11
+ actionpack (= 6.0.0)
12
+ nio4r (~> 2.0)
13
+ websocket-driver (>= 0.6.1)
14
+ actionmailbox (6.0.0)
15
+ actionpack (= 6.0.0)
16
+ activejob (= 6.0.0)
17
+ activerecord (= 6.0.0)
18
+ activestorage (= 6.0.0)
19
+ activesupport (= 6.0.0)
20
+ mail (>= 2.7.1)
21
+ actionmailer (6.0.0)
22
+ actionpack (= 6.0.0)
23
+ actionview (= 6.0.0)
24
+ activejob (= 6.0.0)
25
+ mail (~> 2.5, >= 2.5.4)
26
+ rails-dom-testing (~> 2.0)
27
+ actionpack (6.0.0)
28
+ actionview (= 6.0.0)
29
+ activesupport (= 6.0.0)
30
+ rack (~> 2.0)
31
+ rack-test (>= 0.6.3)
32
+ rails-dom-testing (~> 2.0)
33
+ rails-html-sanitizer (~> 1.0, >= 1.2.0)
34
+ actiontext (6.0.0)
35
+ actionpack (= 6.0.0)
36
+ activerecord (= 6.0.0)
37
+ activestorage (= 6.0.0)
38
+ activesupport (= 6.0.0)
39
+ nokogiri (>= 1.8.5)
40
+ actionview (6.0.0)
41
+ activesupport (= 6.0.0)
42
+ builder (~> 3.1)
43
+ erubi (~> 1.4)
44
+ rails-dom-testing (~> 2.0)
45
+ rails-html-sanitizer (~> 1.1, >= 1.2.0)
46
+ activejob (6.0.0)
47
+ activesupport (= 6.0.0)
48
+ globalid (>= 0.3.6)
49
+ activemodel (6.0.0)
50
+ activesupport (= 6.0.0)
51
+ activerecord (6.0.0)
52
+ activemodel (= 6.0.0)
53
+ activesupport (= 6.0.0)
54
+ activestorage (6.0.0)
55
+ actionpack (= 6.0.0)
56
+ activejob (= 6.0.0)
57
+ activerecord (= 6.0.0)
58
+ marcel (~> 0.3.1)
59
+ activesupport (6.0.0)
11
60
  concurrent-ruby (~> 1.0, >= 1.0.2)
12
61
  i18n (>= 0.7, < 2)
13
62
  minitest (~> 5.1)
14
63
  tzinfo (~> 1.1)
64
+ zeitwerk (~> 2.1, >= 2.1.8)
15
65
  ast (2.4.0)
16
- binding_of_caller (0.8.0)
17
- debug_inspector (>= 0.0.1)
18
- byebug (11.0.1)
66
+ builder (3.2.3)
19
67
  coderay (1.1.2)
20
68
  concurrent-ruby (1.1.5)
21
- debug_inspector (0.0.3)
69
+ crass (1.0.4)
70
+ erubi (1.8.0)
71
+ globalid (0.4.2)
72
+ activesupport (>= 4.2.0)
22
73
  i18n (1.6.0)
23
74
  concurrent-ruby (~> 1.0)
24
- interception (0.5)
25
75
  jaro_winkler (1.5.3)
76
+ loofah (2.2.3)
77
+ crass (~> 1.0.2)
78
+ nokogiri (>= 1.5.9)
79
+ mail (2.7.1)
80
+ mini_mime (>= 0.1.1)
81
+ marcel (0.3.3)
82
+ mimemagic (~> 0.3.2)
26
83
  method_source (0.9.2)
84
+ mimemagic (0.3.3)
85
+ mini_mime (1.0.2)
86
+ mini_portile2 (2.4.0)
27
87
  minitest (5.11.3)
28
- os (1.0.1)
88
+ nio4r (2.4.0)
89
+ nokogiri (1.10.4)
90
+ mini_portile2 (~> 2.4.0)
29
91
  parallel (1.17.0)
30
92
  parser (2.6.3.0)
31
93
  ast (~> 2.4.0)
32
94
  pry (0.12.2)
33
95
  coderay (~> 1.1.0)
34
96
  method_source (~> 0.9.0)
35
- pry-byebug (3.7.0)
36
- byebug (~> 11.0)
37
- pry (~> 0.10)
38
- pry-rescue (1.5.0)
39
- interception (>= 0.5)
40
- pry (>= 0.12.0)
41
- pry-stack_explorer (0.4.9.3)
42
- binding_of_caller (>= 0.7)
43
- pry (>= 0.9.11)
44
- pry-test (0.6.5)
45
- os
46
- pry
47
- pry-byebug
48
- pry-rescue
49
- pry-stack_explorer
97
+ pry-nav (0.3.0)
98
+ pry (>= 0.9.10, < 0.13.0)
99
+ rack (2.0.7)
100
+ rack-test (1.1.0)
101
+ rack (>= 1.0, < 3)
102
+ rails (6.0.0)
103
+ actioncable (= 6.0.0)
104
+ actionmailbox (= 6.0.0)
105
+ actionmailer (= 6.0.0)
106
+ actionpack (= 6.0.0)
107
+ actiontext (= 6.0.0)
108
+ actionview (= 6.0.0)
109
+ activejob (= 6.0.0)
110
+ activemodel (= 6.0.0)
111
+ activerecord (= 6.0.0)
112
+ activestorage (= 6.0.0)
113
+ activesupport (= 6.0.0)
114
+ bundler (>= 1.3.0)
115
+ railties (= 6.0.0)
116
+ sprockets-rails (>= 2.0.0)
117
+ rails-dom-testing (2.0.3)
118
+ activesupport (>= 4.2.0)
119
+ nokogiri (>= 1.6)
120
+ rails-html-sanitizer (1.2.0)
121
+ loofah (~> 2.2, >= 2.2.2)
122
+ railties (6.0.0)
123
+ actionpack (= 6.0.0)
124
+ activesupport (= 6.0.0)
125
+ method_source
126
+ rake (>= 0.8.7)
127
+ thor (>= 0.20.3, < 2.0)
50
128
  rainbow (3.0.0)
51
129
  rake (12.3.3)
52
130
  rubocop (0.72.0)
@@ -59,24 +137,37 @@ GEM
59
137
  rubocop-performance (1.4.1)
60
138
  rubocop (>= 0.71.0)
61
139
  ruby-progressbar (1.10.1)
140
+ sprockets (3.7.2)
141
+ concurrent-ruby (~> 1.0)
142
+ rack (> 1, < 3)
143
+ sprockets-rails (3.2.1)
144
+ actionpack (>= 4.0)
145
+ activesupport (>= 4.0)
146
+ sprockets (>= 3.0.0)
62
147
  standard (0.1.2)
63
148
  rubocop (~> 0.72.0)
64
149
  rubocop-performance (~> 1.4.0)
65
150
  standardrb (1.0.0)
66
151
  standard
152
+ thor (0.20.3)
67
153
  thread_safe (0.3.6)
68
154
  tzinfo (1.2.5)
69
155
  thread_safe (~> 0.1)
70
156
  unicode-display_width (1.6.0)
157
+ websocket-driver (0.7.1)
158
+ websocket-extensions (>= 0.1.0)
159
+ websocket-extensions (0.1.4)
160
+ zeitwerk (2.1.9)
71
161
 
72
162
  PLATFORMS
73
163
  ruby
74
164
 
75
165
  DEPENDENCIES
76
166
  cable_ready!
77
- pry-test
167
+ pry
168
+ pry-nav
78
169
  rake
79
170
  standardrb
80
171
 
81
172
  BUNDLED WITH
82
- 2.0.1
173
+ 2.0.2
data/README.md CHANGED
@@ -344,4 +344,8 @@ cable_ready["MyChannel"].set_dataset_property(
344
344
 
345
345
  ## JavaScript Development
346
346
 
347
- The JavaScript library is hosted at: https://github.com/hopsoft/cable_ready
347
+ ```sh
348
+ cd /path/to/cable_ready/javascript
349
+ vim ./cable_ready.js
350
+ yarn publish
351
+ ```
@@ -2,13 +2,6 @@
2
2
 
3
3
  require "bundler/setup"
4
4
  require "cable_ready"
5
+ require "pry"
5
6
 
6
- # You can add fixtures and/or initialization code here to make experimenting
7
- # with your gem easier. You can also use a different console, if you like.
8
-
9
- # (If you use this, don't forget to add pry to your Gemfile!)
10
- # require "pry"
11
- # Pry.start
12
-
13
- require "irb"
14
- IRB.start(__FILE__)
7
+ Pry.start
@@ -1,10 +1,9 @@
1
+ require "rails/engine"
1
2
  require "active_support/all"
2
3
  require "cable_ready/version"
3
4
  require "cable_ready/broadcaster"
4
5
 
5
6
  module CableReady
6
- module Rails
7
- class Engine < ::Rails::Engine
8
- end
7
+ class Engine < Rails::Engine
9
8
  end
10
9
  end
@@ -1,3 +1,3 @@
1
1
  module CableReady
2
- VERSION = "4.0.2"
2
+ VERSION = "4.0.3"
3
3
  end
metadata CHANGED
@@ -1,29 +1,29 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cable_ready
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.0.2
4
+ version: 4.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nathan Hopkins
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-08-10 00:00:00.000000000 Z
11
+ date: 2019-08-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
- name: activesupport
14
+ name: rails
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: 5.0.0
19
+ version: '5.2'
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
24
  - - ">="
25
25
  - !ruby/object:Gem::Version
26
- version: 5.0.0
26
+ version: '5.2'
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: rake
29
29
  requirement: !ruby/object:Gem::Requirement
@@ -53,7 +53,21 @@ dependencies:
53
53
  - !ruby/object:Gem::Version
54
54
  version: '0'
55
55
  - !ruby/object:Gem::Dependency
56
- name: pry-test
56
+ name: pry
57
+ requirement: !ruby/object:Gem::Requirement
58
+ requirements:
59
+ - - ">="
60
+ - !ruby/object:Gem::Version
61
+ version: '0'
62
+ type: :development
63
+ prerelease: false
64
+ version_requirements: !ruby/object:Gem::Requirement
65
+ requirements:
66
+ - - ">="
67
+ - !ruby/object:Gem::Version
68
+ version: '0'
69
+ - !ruby/object:Gem::Dependency
70
+ name: pry-nav
57
71
  requirement: !ruby/object:Gem::Requirement
58
72
  requirements:
59
73
  - - ">="