Skip to content

Commit 79ad857

Browse files
author
Po Chen
committed
Release 2.0.1
1 parent 4cd9dca commit 79ad857

File tree

3 files changed

+13
-1
lines changed

3 files changed

+13
-1
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
### 2.0.1
2+
3+
* Removed `ctrl+atl+n` keymap (command: `rspec_create_module`)
4+
* Added a new build file that uses `bundle exec`
5+
16
### 2.0.0
27

38
* Fixed and improved new module-spec pair creation

messages.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,6 @@
22
"1.2014.1106": "messages/1.2014.1106.txt",
33
"1.2014.1108": "messages/1.2014.1108.txt",
44
"1.2014.1125": "messages/1.2014.1125.txt",
5-
"2.0.0": "messages/2.0.0.txt"
5+
"2.0.0": "messages/2.0.0.txt",
6+
"2.0.1": "messages/2.0.1.txt"
67
}

messages/2.0.1.txt

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
Removed `ctrl+atl+n` keymap, in case you still want it:
2+
{ "keys": ["super+alt+n"], "command": "rspec_create_module", "args": {} }
3+
Note: there is a command, which you can invoke in command palette, for it
4+
5+
Added a new build file that uses `bundle exec`
6+
please leave feedbacks at https://github.com/SublimeText/RSpec/issues

0 commit comments

Comments
 (0)