cable_ready 4.4.0 → 4.4.2

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: e3abe83511c1ca40cd20ff9d24cdc3fd0fa6cd9581dba8bad69d65ee75531bd1
4
- data.tar.gz: 6a5c2830efa380cd4c611ba9f5997aca05ba03da6bc26e54f7055bdb7963cfbf
3
+ metadata.gz: 64895c6447df06af809371d7ba71c6c4cbd0408760b2ba70dd86d10be099214e
4
+ data.tar.gz: 897d7f9508615894e134aa32324843ab02034a833b4d31d913f862ef8a155a3d
5
5
  SHA512:
6
- metadata.gz: 8cc8f86a38a0c4bd000c5ea8d80a80f8c1ae0350f1644545d25416d63240364e0a4b70dde273eee9a01eb6691895e1477f748ef7253e45370b3ed00f1d9c2949
7
- data.tar.gz: 6aa1554dd99a8131dd1de913b8675a735086121a7843f040bb820e57901fc12abb7b42d816ed90ac1ea4e8bf3c892c465964f288c4bd3d41687eac52c2b39575
6
+ metadata.gz: da41b6c7511d67f111d9fb0c041d94b3edc197c0c8b84e121c13a6f086b30a5530a65de23cd857e07c7d4ec1d68ee35e752fde44d1228c1ae4f4e0a981ed90a5
7
+ data.tar.gz: 77e8bfd9b4b105bc87e4d7a392b8c6b319afa46a6ea080ccaec9b6ecbd002416be1856252d8bf6cd69a15c5df5712784030158ee1010b24a8dfe1a878aecf304
data/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # Changelog
2
2
 
3
+ ## [v4.4.1](https://github.com/hopsoft/cable_ready/tree/v4.4.1) (2020-11-28)
4
+
5
+ [Full Changelog](https://github.com/hopsoft/cable_ready/compare/v4.4.0...v4.4.1)
6
+
7
+ **Merged pull requests:**
8
+
9
+ - Apply setFocus behavior to more element mutations [\#81](https://github.com/hopsoft/cable_ready/pull/81) ([hopsoft](https://github.com/hopsoft))
10
+
11
+ ## [v4.4.0](https://github.com/hopsoft/cable_ready/tree/v4.4.0) (2020-11-24)
12
+
13
+ [Full Changelog](https://github.com/hopsoft/cable_ready/compare/v4.4.0.pre4...v4.4.0)
14
+
3
15
  ## [v4.4.0.pre4](https://github.com/hopsoft/cable_ready/tree/v4.4.0.pre4) (2020-11-22)
4
16
 
5
17
  [Full Changelog](https://github.com/hopsoft/cable_ready/compare/v4.4.0.pre3...v4.4.0.pre4)
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- cable_ready (4.4.0)
4
+ cable_ready (4.4.2)
5
5
  rails (>= 5.2)
6
6
 
7
7
  GEM
@@ -87,7 +87,7 @@ GEM
87
87
  activesupport (>= 4.2.0)
88
88
  i18n (1.8.5)
89
89
  concurrent-ruby (~> 1.0)
90
- loofah (2.7.0)
90
+ loofah (2.8.0)
91
91
  crass (~> 1.0.2)
92
92
  nokogiri (>= 1.5.9)
93
93
  magic_frozen_string_literal (1.2.0)
@@ -148,22 +148,22 @@ GEM
148
148
  thor (>= 0.20.3, < 2.0)
149
149
  rainbow (3.0.0)
150
150
  rake (13.0.1)
151
- regexp_parser (1.8.2)
151
+ regexp_parser (2.0.0)
152
152
  retriable (3.1.2)
153
153
  rexml (3.2.4)
154
- rubocop (1.2.0)
154
+ rubocop (1.4.2)
155
155
  parallel (~> 1.10)
156
156
  parser (>= 2.7.1.5)
157
157
  rainbow (>= 2.2.2, < 4.0)
158
158
  regexp_parser (>= 1.8)
159
159
  rexml
160
- rubocop-ast (>= 1.0.1)
160
+ rubocop-ast (>= 1.1.1)
161
161
  ruby-progressbar (~> 1.7)
162
162
  unicode-display_width (>= 1.4.0, < 2.0)
163
- rubocop-ast (1.1.1)
163
+ rubocop-ast (1.2.0)
164
164
  parser (>= 2.7.1.5)
165
- rubocop-performance (1.8.1)
166
- rubocop (>= 0.87.0)
165
+ rubocop-performance (1.9.1)
166
+ rubocop (>= 0.90.0, < 2.0)
167
167
  rubocop-ast (>= 0.4.0)
168
168
  ruby-progressbar (1.10.1)
169
169
  ruby2_keywords (0.0.2)
@@ -177,9 +177,9 @@ GEM
177
177
  actionpack (>= 4.0)
178
178
  activesupport (>= 4.0)
179
179
  sprockets (>= 3.0.0)
180
- standard (0.9.0)
181
- rubocop (= 1.2.0)
182
- rubocop-performance (= 1.8.1)
180
+ standard (0.10.1)
181
+ rubocop (= 1.4.2)
182
+ rubocop-performance (= 1.9.1)
183
183
  standardrb (1.0.0)
184
184
  standard
185
185
  thor (1.0.1)
@@ -190,7 +190,7 @@ GEM
190
190
  websocket-driver (0.7.3)
191
191
  websocket-extensions (>= 0.1.0)
192
192
  websocket-extensions (0.1.5)
193
- zeitwerk (2.4.1)
193
+ zeitwerk (2.4.2)
194
194
 
195
195
  PLATFORMS
196
196
  ruby
data/README.md CHANGED
@@ -11,7 +11,7 @@
11
11
  <img alt="License: MIT" src="https://img.shields.io/badge/license-MIT-brightgreen.svg" target="_blank" />
12
12
  </a>
13
13
  <a href="http://blog.codinghorror.com/the-best-code-is-no-code-at-all/" target="_blank">
14
- <img alt="Lines of Code" src="https://img.shields.io/badge/lines_of_code-422-brightgreen.svg?style=flat" />
14
+ <img alt="Lines of Code" src="https://img.shields.io/badge/lines_of_code-427-brightgreen.svg?style=flat" />
15
15
  </a>
16
16
  <a href="https://cableready.stimulusreflex.com" target="_blank">
17
17
  <img alt="Documentation" src="https://img.shields.io/badge/documentation-yes-brightgreen.svg" />
@@ -30,9 +30,6 @@
30
30
  <a href="https://www.codacy.com/manual/hopsoft/cable_ready/dashboard?utm_source=github.com&amp;utm_medium=referral&amp;utm_content=hopsoft/cable_ready&amp;utm_campaign=Badge_Grade" target="_blank">
31
31
  <img alt="Code Quality" src="https://app.codacy.com/project/badge/Grade/8e6971e3410347eaaa16be2555160b9c"/>
32
32
  </a>
33
- <a href="https://codeclimate.com/github/hopsoft/cable_ready/maintainability" target="_blank">
34
- <img alt="Maintainability" src="https://api.codeclimate.com/v1/badges/83ddf1fee4af7e51a681/maintainability" />
35
- </a>
36
33
  <a target="_blank" rel="noopener noreferrer" href="https://github.com/hopsoft/cable_ready/workflows/Prettier-Standard/badge.svg">
37
34
  <img src="https://github.com/hopsoft/cable_ready/workflows/Prettier-Standard/badge.svg" alt="Prettier-Standard" style="max-width:100%;">
38
35
  </a>
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module CableReady
4
- VERSION = "4.4.0"
4
+ VERSION = "4.4.2"
5
5
  end
data/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cable_ready",
3
- "version": "4.4.0-pre4",
3
+ "version": "4.4.1",
4
4
  "description": "CableReady helps you create great real-time user experiences by making it simple to trigger client-side DOM changes from server-side Ruby.",
5
5
  "keywords": [
6
6
  "ruby",
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cable_ready
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.4.0
4
+ version: 4.4.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nathan Hopkins
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-11-24 00:00:00.000000000 Z
11
+ date: 2020-11-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails