File tree Expand file tree Collapse file tree 3 files changed +7
-4
lines changed
lib/rails_anonymous_controller_testing Expand file tree Collapse file tree 3 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ 0.0.5] - 2021-09-19
11
+
10
12
### Added
11
13
12
14
* Option to rename the anonymous controller
@@ -40,7 +42,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
40
42
* Ability to customize the route
41
43
42
44
43
- [ Unreleased ] : https://github.com/zachahn/rails_anonymous_controller_testing/compare/v0.0.4...HEAD
45
+ [ Unreleased ] : https://github.com/zachahn/rails_anonymous_controller_testing/compare/v0.0.5...HEAD
46
+ [ 0.0.5 ] : https://github.com/zachahn/rails_anonymous_controller_testing/compare/v0.0.4...v0.0.5
44
47
[ 0.0.4 ] : https://github.com/zachahn/rails_anonymous_controller_testing/compare/v0.0.3...v0.0.4
45
48
[ 0.0.3 ] : https://github.com/zachahn/rails_anonymous_controller_testing/compare/v0.0.2...v0.0.3
46
49
[ 0.0.2 ] : https://github.com/zachahn/rails_anonymous_controller_testing/compare/v0.0.1...v0.0.2
Original file line number Diff line number Diff line change 1
1
PATH
2
2
remote: .
3
3
specs:
4
- rails_anonymous_controller_testing (0.0.4 )
4
+ rails_anonymous_controller_testing (0.0.5 )
5
5
actionpack (>= 5.0.0 )
6
6
7
7
GEM
@@ -150,4 +150,4 @@ DEPENDENCIES
150
150
sqlite3
151
151
152
152
BUNDLED WITH
153
- 2.2.21
153
+ 2.2.27
Original file line number Diff line number Diff line change 1
1
module RailsAnonymousControllerTesting
2
- VERSION = "0.0.4 "
2
+ VERSION = "0.0.5 "
3
3
end
You can’t perform that action at this time.
0 commit comments