Skip to content

Commit abf3756

Browse files
committed
Release version 0.2.0
[Full Changelog](v0.1.1...v0.2.0) Enhancements ------------ - Adjust common Rubocop configuration (Aaron Kromer, #2): - Ignore `Lint/AmbiguousBlockAssociation` for specs - Ignore long lines due to Rubocop directives - Ignore long lines due to comments - Prefer a line length of 80, but don't complain until 100 - Disable ASCII only comments - Set the `MinSize` for `Style/SymbolArray` and `Style/WordArray` to three - Use squiggly `<<~` heredoc indentation - Allow common `EOF` as a heredoc delimiter - Indent multi-line operations - Allow unspecified rescue as a catch-all - Adjust common Rubocop Rails configuration (Aaron Kromer, #2): - Ignore `Rails/ApplicationRecord` for benchmarks - Ignore more common gem binstubs
1 parent 9a478a5 commit abf3756

File tree

2 files changed

+4
-8
lines changed

2 files changed

+4
-8
lines changed

CHANGELOG.md

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
1-
## Development
1+
## 0.2.0 (May 17, 2018)
22

3-
[Full Changelog](https://github.com/RadiusNetworks/radius-spec/compare/v0.1.1...master)
3+
[Full Changelog](https://github.com/RadiusNetworks/radius-spec/compare/v0.1.1...v0.2.0)
44

55
### Enhancements
66

77
- Adjust common Rubocop configuration (Aaron Kromer, #2):
88
- Ignore `Lint/AmbiguousBlockAssociation` for specs
99
- Ignore long lines due to Rubocop directives
1010
- Ignore long lines due to comments
11-
- Prefer a line length of 80, but don't complain until 90
11+
- Prefer a line length of 80, but don't complain until 100
1212
- Disable ASCII only comments
1313
- Set the `MinSize` for `Style/SymbolArray` and `Style/WordArray` to three
1414
- Use squiggly `<<~` heredoc indentation
@@ -19,10 +19,6 @@
1919
- Ignore `Rails/ApplicationRecord` for benchmarks
2020
- Ignore more common gem binstubs
2121

22-
### Bug Fixes
23-
24-
- TODO
25-
2622

2723
## 0.1.1 (March 16, 2018)
2824

lib/radius/spec/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
module Radius
44
module Spec
5-
VERSION = "0.2.pre"
5+
VERSION = "0.2.0"
66
end
77
end

0 commit comments

Comments
 (0)