Skip to content

Commit

Permalink
update ChangeLog and fix one more indent
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieujobin committed Jul 10, 2024
1 parent 89e7ded commit 5891061
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
Changelog
===========

## [v1.4.1](https://github.com/Apipie/apipie-rails/tree/v1.4.1) (2024-07-09)
[Full Changelog](https://github.com/Apipie/apipie-rails/compare/v1.4.0...v1.4.1)
* Fix multiple rubocop offenses via rubocop_challenger. (Mathieu Jobin)
* RSpec/ExampleWording (#913)
* Layout/FirstArrayElementIndentation (#914)
* Style/BlockDelimiters (#917)
* Style/MutableConstant (#916)
* Layout/InitialIndentation (#915)
* Performance/RegexpMatch (#918)
* Fix CI: build green for modern ruby, rack, and rubocop-rspec (#939) (Murray Steele)

## [v1.4.0](https://github.com/Apipie/apipie-rails/tree/v1.4.0) (2024-05-30)
[Full Changelog](https://github.com/Apipie/apipie-rails/compare/v1.3.0...v1.4.0)
* Add Ruby 3.3.0 to CI build matrix (#906) Masato Nakamura
Expand Down
4 changes: 1 addition & 3 deletions lib/apipie/error_description.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,7 @@ class ErrorDescription

def self.from_dsl_data(args)
code_or_options, desc, options = args
Apipie::ErrorDescription.new(code_or_options,
desc,
options)
Apipie::ErrorDescription.new(code_or_options, desc, options)
end

def initialize(code_or_options, desc = nil, options = {})
Expand Down

0 comments on commit 5891061

Please sign in to comment.