Skip to content

Commit 8a58d57

Browse files
committed
Fix Readme Description
Forgot to commit changes to the README and description of the option.
1 parent bfd2d85 commit 8a58d57

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
1+
## Version 1.3.1
2+
* Fix README and configuration description to more accurately reflect final state of changes.
3+
14
## Version 1.3
2-
* Enable using `rvm-exec` with rubocop.
5+
* Enable using `rvm do` with rubocop.
36

47
## Version 1.2
58
* Enable using `bundle exec` with rubocop.

extension.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
{
2525
"key": "Rubocop.rvm-exec",
2626
"title": "Prepend rubocop with rvm-exec",
27-
"description": "Use this to prepend rubocop with rvm-exec .ruby-version",
27+
"description": "Use this to prepend rubocop with rvm .ruby-version do",
2828
"type": "boolean",
2929
"default": false
3030
}

0 commit comments

Comments
 (0)