cable_ready 4.4.0.pre4 → 4.4.0

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: 590b973c3b547695e6a6663ff9692eda31b517f256137434e65152616ed2c85a
4
- data.tar.gz: 766d271efed8b887901a871a0e22a5c374844d7f9bf425660cb9848ffe579566
3
+ metadata.gz: e3abe83511c1ca40cd20ff9d24cdc3fd0fa6cd9581dba8bad69d65ee75531bd1
4
+ data.tar.gz: 6a5c2830efa380cd4c611ba9f5997aca05ba03da6bc26e54f7055bdb7963cfbf
5
5
  SHA512:
6
- metadata.gz: 0c417c6917804231a86604e3445414ecbabfec31113849dce65d49a6064f062114c0101179f43fcdc1a8f0ff0784cada1295cf69c59294b9f919827e14ff0144
7
- data.tar.gz: 55db91566e7b2711faf8a9d50b79a96f603d745645fd94c5222f44f34d155fb3e9fe3620571fb08d0d4fa0683189533f7b3c624ed8b6cee8ba5f82f5c476e0ad
6
+ metadata.gz: 8cc8f86a38a0c4bd000c5ea8d80a80f8c1ae0350f1644545d25416d63240364e0a4b70dde273eee9a01eb6691895e1477f748ef7253e45370b3ed00f1d9c2949
7
+ data.tar.gz: 6aa1554dd99a8131dd1de913b8675a735086121a7843f040bb820e57901fc12abb7b42d816ed90ac1ea4e8bf3c892c465964f288c4bd3d41687eac52c2b39575
@@ -1,8 +1,8 @@
1
1
  # Changelog
2
2
 
3
- ## [Unreleased](https://github.com/hopsoft/cable_ready/tree/HEAD)
3
+ ## [v4.4.0.pre4](https://github.com/hopsoft/cable_ready/tree/v4.4.0.pre4) (2020-11-22)
4
4
 
5
- [Full Changelog](https://github.com/hopsoft/cable_ready/compare/v4.4.0.pre3...HEAD)
5
+ [Full Changelog](https://github.com/hopsoft/cable_ready/compare/v4.4.0.pre3...v4.4.0.pre4)
6
6
 
7
7
  **Fixed bugs:**
8
8
 
@@ -192,6 +192,7 @@
192
192
  **Merged pull requests:**
193
193
 
194
194
  - Add gh actions [\#17](https://github.com/hopsoft/cable_ready/pull/17) ([andrewmcodes](https://github.com/andrewmcodes))
195
+ - Add Gitbook integration [\#16](https://github.com/hopsoft/cable_ready/pull/16) ([andrewmcodes](https://github.com/andrewmcodes))
195
196
 
196
197
  ## [v4.0.6](https://github.com/hopsoft/cable_ready/tree/v4.0.6) (2019-10-03)
197
198
 
@@ -203,7 +204,6 @@
203
204
 
204
205
  **Merged pull requests:**
205
206
 
206
- - Add Gitbook integration [\#16](https://github.com/hopsoft/cable_ready/pull/16) ([andrewmcodes](https://github.com/andrewmcodes))
207
207
  - Update to format with prettier-standard [\#15](https://github.com/hopsoft/cable_ready/pull/15) ([hopsoft](https://github.com/hopsoft))
208
208
  - Add support for permanent nodes [\#14](https://github.com/hopsoft/cable_ready/pull/14) ([andreaslillebo](https://github.com/andreaslillebo))
209
209
 
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- cable_ready (4.4.0.pre4)
4
+ cable_ready (4.4.0)
5
5
  rails (>= 5.2)
6
6
 
7
7
  GEM
@@ -108,7 +108,7 @@ GEM
108
108
  octokit (4.19.0)
109
109
  faraday (>= 0.9)
110
110
  sawyer (~> 0.8.0, >= 0.5.3)
111
- parallel (1.20.0)
111
+ parallel (1.20.1)
112
112
  parser (2.7.2.0)
113
113
  ast (~> 2.4.1)
114
114
  pry (0.12.2)
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module CableReady
4
- VERSION = "4.4.0.pre4"
4
+ VERSION = "4.4.0"
5
5
  end
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cable_ready",
3
- "version": "4.4.0-pre3",
3
+ "version": "4.4.0-pre4",
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",
data/yarn.lock CHANGED
@@ -116,9 +116,9 @@
116
116
  integrity sha512-tHq6qdbT9U1IRSGf14CL0pUlULksvY9OZ+5eEgl1N7t+OA3tGvNpxJCzuKQlsNgCVwbAs670L1vcVQi8j9HjnA==
117
117
 
118
118
  "@types/node@*":
119
- version "14.14.7"
120
- resolved "https://registry.yarnpkg.com/@types/node/-/node-14.14.7.tgz#8ea1e8f8eae2430cf440564b98c6dfce1ec5945d"
121
- integrity sha512-Zw1vhUSQZYw+7u5dAwNbIA9TuTotpzY/OF7sJM9FqPOF3SPjKnxrjoTktXDZgUjybf4cWVBP7O8wvKdSaGHweg==
119
+ version "14.14.9"
120
+ resolved "https://registry.yarnpkg.com/@types/node/-/node-14.14.9.tgz#04afc9a25c6ff93da14deabd65dc44485b53c8d6"
121
+ integrity sha512-JsoLXFppG62tWTklIoO4knA+oDTYsmqWxHRvd4lpmfQRNhX6osheUOWETP2jMoV/2bEHuMra8Pp3Dmo/stBFcw==
122
122
 
123
123
  "@types/unist@^2.0.0", "@types/unist@^2.0.2":
124
124
  version "2.0.3"
@@ -515,9 +515,9 @@ date-fns@^1.27.2:
515
515
  integrity sha512-hBSVCvSmWC+QypYObzwGOd9wqdDpOt+0wl0KbU+R+uuZBS1jN8VsD1ss3irQDknRj5NvxiTF6oj/nDRnN/UQNw==
516
516
 
517
517
  debug@^4.0.1, debug@^4.1.1:
518
- version "4.2.0"
519
- resolved "https://registry.yarnpkg.com/debug/-/debug-4.2.0.tgz#7f150f93920e94c58f5574c2fd01a3110effe7f1"
520
- integrity sha512-IX2ncY78vDTjZMFUdmsvIRFY2Cf4FnD0wRs+nQwJU8Lu99/tPFdb0VybiiMTPe3I6rQmwsqQqRBvxU+bZ/I8sg==
518
+ version "4.3.1"
519
+ resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.1.tgz#f0d229c505e0c6d8c49ac553d1b13dc183f6b2ee"
520
+ integrity sha512-doEwdvm4PCeK4K3RQN2ZC2BYUBaxwLARCqZmMjtF8a51J2Rb0xpVloFRnCODwqjpwnAoao4pelN8l3RJdv3gRQ==
521
521
  dependencies:
522
522
  ms "2.1.2"
523
523
 
@@ -2356,9 +2356,9 @@ type-fest@^0.8.1:
2356
2356
  integrity sha512-4dbzIzqvjtgiM5rw1k5rEHtBANKmdudhGyBEajN01fEyhaAIhsoKNy6y7+IN93IfpFtwY9iqi7kD+xwKhQsNJA==
2357
2357
 
2358
2358
  uglify-js@^3.1.4:
2359
- version "3.11.5"
2360
- resolved "https://registry.yarnpkg.com/uglify-js/-/uglify-js-3.11.5.tgz#d6788bc83cf35ff18ea78a65763e480803409bc6"
2361
- integrity sha512-btvv/baMqe7HxP7zJSF7Uc16h1mSfuuSplT0/qdjxseesDU+yYzH33eHBH+eMdeRXwujXspaCTooWHQVVBh09w==
2359
+ version "3.12.0"
2360
+ resolved "https://registry.yarnpkg.com/uglify-js/-/uglify-js-3.12.0.tgz#b943f129275c41d435eb54b643bbffee71dccf57"
2361
+ integrity sha512-8lBMSkFZuAK7gGF8LswsXmir8eX8d2AAMOnxSDWjKBx/fBR6MypQjs78m6ML9zQVp1/hD4TBdfeMZMC7nW1TAA==
2362
2362
 
2363
2363
  unherit@^1.0.4:
2364
2364
  version "1.1.3"
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.pre4
4
+ version: 4.4.0
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-22 00:00:00.000000000 Z
11
+ date: 2020-11-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
@@ -150,9 +150,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
150
150
  version: '0'
151
151
  required_rubygems_version: !ruby/object:Gem::Requirement
152
152
  requirements:
153
- - - ">"
153
+ - - ">="
154
154
  - !ruby/object:Gem::Version
155
- version: 1.3.1
155
+ version: '0'
156
156
  requirements: []
157
157
  rubygems_version: 3.1.2
158
158
  signing_key: