File tree 2 files changed +12
-3
lines changed 2 files changed +12
-3
lines changed Original file line number Diff line number Diff line change 1
1
Changelog
2
2
===========
3
3
4
+ ## [ v1.4.1] ( https://github.com/Apipie/apipie-rails/tree/v1.4.1 ) (2024-07-09)
5
+ [ Full Changelog] ( https://github.com/Apipie/apipie-rails/compare/v1.4.0...v1.4.1 )
6
+ * Fix multiple rubocop offenses via rubocop_challenger. (Mathieu Jobin)
7
+ * RSpec/ExampleWording (#913 )
8
+ * Layout/FirstArrayElementIndentation (#914 )
9
+ * Style/BlockDelimiters (#917 )
10
+ * Style/MutableConstant (#916 )
11
+ * Layout/InitialIndentation (#915 )
12
+ * Performance/RegexpMatch (#918 )
13
+ * Fix CI: build green for modern ruby, rack, and rubocop-rspec (#939 ) (Murray Steele)
14
+
4
15
## [ v1.4.0] ( https://github.com/Apipie/apipie-rails/tree/v1.4.0 ) (2024-05-30)
5
16
[ Full Changelog] ( https://github.com/Apipie/apipie-rails/compare/v1.3.0...v1.4.0 )
6
17
* Add Ruby 3.3.0 to CI build matrix (#906 ) Masato Nakamura
Original file line number Diff line number Diff line change @@ -5,9 +5,7 @@ class ErrorDescription
5
5
6
6
def self . from_dsl_data ( args )
7
7
code_or_options , desc , options = args
8
- Apipie ::ErrorDescription . new ( code_or_options ,
9
- desc ,
10
- options )
8
+ Apipie ::ErrorDescription . new ( code_or_options , desc , options )
11
9
end
12
10
13
11
def initialize ( code_or_options , desc = nil , options = { } )
You can’t perform that action at this time.
0 commit comments