web-console 4.0.1 → 4.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: c690ec9e4842bc998790cf84cb0b6d5c1295e21553609a180d014c86106bd0a6
4
- data.tar.gz: 377ff9f681bafbeb6df757465cc5a9940473b20a33056b51ba3dc581e093ac61
3
+ metadata.gz: 38b006503ec43ff88e05efa6c91767852bd16290dc0266a703f6210c5036c029
4
+ data.tar.gz: c2aa58c058cfc1593fdeca3f1b98c9f1c2dbc6355f66085c328213e8c14c097a
5
5
  SHA512:
6
- metadata.gz: 71959f0ee513ceb6cf7ed10932d9218c6ca06cdf0fc0b44e995d34e43cdbc76980d07d548d8fd13a43b3cd1c27186a4d9a61e75c37dfcae226e859268d4e2482
7
- data.tar.gz: c47665569a4257100cbf6d22a699c2c471fee7d50dfb4bdd30e0173b8a0bd6e4be0734f3978346997efefa640af469baf86c3ed1cfdf3e386b99ff0eeb084db5
6
+ metadata.gz: 847df1cc274ff85315284188931ee700823ce9733f06c5a3d86191037dfcd281131b30a0da3d54fd9bc7b43820ee9fc91a4fca7a86f5e028b8a93c987ca7ec32
7
+ data.tar.gz: d183e3efaa71ecbf82672756a23fecbbe00ebe5cb7f9aeb15bce53f2f35a72de6fdf5e236de7a5a459cbbc5ba65b5c85746e85ce160b4a2f237df14c2ef4cbb6
@@ -2,6 +2,10 @@
2
2
 
3
3
  ## master (unreleased)
4
4
 
5
+ ## 4.0.2
6
+
7
+ * [#285](https://github.com/rails/web-console/pull/285) Increase timeout on paste ([@celvro])
8
+
5
9
  ## 4.0.1
6
10
 
7
11
  * [#279](https://github.com/rails/web-console/pull/279) Fix initial config.web_console.permissions value ([@patorash])
@@ -154,3 +158,4 @@ go to 3.1.0 instead.
154
158
  [@causztic]: https://github.com/causztic
155
159
  [@yuki24]: https://github.com/yuki24
156
160
  [@patorash]: https://github.com/patorash
161
+ [@celvro]: https://github.com/celvro
@@ -760,7 +760,7 @@ REPLConsole.prototype.onKeyDown = function(ev) {
760
760
  _this.addToInput(_this.clipboard.value);
761
761
  _this.clipboard.value = "";
762
762
  _this.clipboard.blur();
763
- }, 10);
763
+ }, 100);
764
764
  }
765
765
  }
766
766
 
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module WebConsole
4
- VERSION = "4.0.1"
4
+ VERSION = "4.0.2"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: web-console
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.0.1
4
+ version: 4.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Charlie Somerville
@@ -11,7 +11,7 @@ authors:
11
11
  autorequire:
12
12
  bindir: bin
13
13
  cert_chain: []
14
- date: 2019-08-17 00:00:00.000000000 Z
14
+ date: 2020-05-05 00:00:00.000000000 Z
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency
17
17
  name: railties