byebug 11.1.2 → 11.1.3

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: 6a4a7621cca4f17abae5109522f9c2db37c15461b7d83c3da57d002d379afcb7
4
- data.tar.gz: c41193cf7ff5b62c6d1f2d877874c415371b05e36eb30aeef6b021b74db212e1
3
+ metadata.gz: 756ca67151133e7afeea4be781e49bb948a7b8dc7b2ece045a29e6c549409abc
4
+ data.tar.gz: a301313d736ee29e15ec53d4e903359be8e4aa0b1bc1f6155d784937c636a0d6
5
5
  SHA512:
6
- metadata.gz: f6ef259c30c9ab0f40661b9acbec14e398bb99f0650915492fefc4d488419d6b179c817088c08e8345714b4f95609853fb5ebc2bd1be86f7b64963e495b1b381
7
- data.tar.gz: 52be93b9e2dbc76d98f44553443dea45f0fc652386ebb993ef1583d76b2aa58174a649108dd551c84ed959f86f6ac00ba302a73349c570910542fac64e34d225
6
+ metadata.gz: 03f857ddb22761e243a99660869b5c1bc4863c6c860e2827e2c6a2569009a7bba7ada3a79804ff6fadd5d556f1974feeee215c49696415733425f542fa78b52e
7
+ data.tar.gz: 585b54db0201a0ba6e1e23bceed21b7361064c56a1fa08d997e714d088a05e0ba74c1ffd4ed4fbcb763ad7719afb5a39118eacfad7e81c8e14fda850bc4b8265
@@ -2,6 +2,12 @@
2
2
 
3
3
  ## [Unreleased]
4
4
 
5
+ ## [11.1.3] - 2020-04-23
6
+
7
+ ### Fixed
8
+
9
+ * [#674](https://github.com/deivid-rodriguez/byebug/pull/674): crash when using byebug on ruby 2.7.0 on Windows.
10
+
5
11
  ## [11.1.2] - 2020-04-17
6
12
 
7
13
  ### Fixed
@@ -814,7 +820,8 @@
814
820
 
815
821
  * Initial release.
816
822
 
817
- [Unreleased]: https://github.com/deivid-rodriguez/byebug/compare/v11.1.2...HEAD
823
+ [Unreleased]: https://github.com/deivid-rodriguez/byebug/compare/v11.1.3...HEAD
824
+ [11.1.3]: https://github.com/deivid-rodriguez/byebug/compare/v11.1.2...v11.1.3
818
825
  [11.1.2]: https://github.com/deivid-rodriguez/byebug/compare/v11.1.1...v11.1.2
819
826
  [11.1.1]: https://github.com/deivid-rodriguez/byebug/compare/v11.1.0...v11.1.1
820
827
  [11.1.0]: https://github.com/deivid-rodriguez/byebug/compare/v11.0.1...v11.1.0
@@ -53,7 +53,7 @@ module Byebug
53
53
  return yield unless orig_completion
54
54
 
55
55
  begin
56
- Readline.completion_proc = nil
56
+ Readline.completion_proc = ->(_) { nil }
57
57
  yield
58
58
  ensure
59
59
  Readline.completion_proc = orig_completion
@@ -4,5 +4,5 @@
4
4
  # Reopen main module to define the library version
5
5
  #
6
6
  module Byebug
7
- VERSION = "11.1.2"
7
+ VERSION = "11.1.3"
8
8
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: byebug
3
3
  version: !ruby/object:Gem::Version
4
- version: 11.1.2
4
+ version: 11.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - David Rodriguez
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: exe
12
12
  cert_chain: []
13
- date: 2020-04-17 00:00:00.000000000 Z
13
+ date: 2020-04-23 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: bundler