We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7f8d58 commit 1095e98Copy full SHA for 1095e98
CHANGELOG.md
@@ -1,5 +1,7 @@
1
## HEAD (unreleased)
2
3
+## 3.0.3
4
+
5
- Expand explanations coming from additional Ripper errors (https://github.com/zombocom/dead_end/pull/117)
6
- Fix explanation involving shorthand syntax for literals like `%w[]` and `%Q{}` (https://github.com/zombocom/dead_end/pull/116)
7
Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
- dead_end (3.0.2)
+ dead_end (3.0.3)
GEM
remote: https://rubygems.org/
lib/dead_end/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module DeadEnd
- VERSION = "3.0.2"
+ VERSION = "3.0.3"
end
0 commit comments