Skip to content

Commit

Permalink
Prepare release 2.0.2
Browse files Browse the repository at this point in the history
- removes unused dependencies: coverall and danger
  • Loading branch information
LeFnord committed Feb 2, 2024
1 parent de6f094 commit 3005fdd
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 16 deletions.
1 change: 0 additions & 1 deletion .coveralls.yml

This file was deleted.

9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,16 @@

#### Fixes

* Your contribution here.


### 2.0.2 (Februar 2, 2024)

#### Fixes

* [#918](https://github.com/ruby-grape/grape-swagger/pull/918): Fix params extension does not work when param_type is body - [@numbata](https://github.com/numbata)


### 2.0.1 (Januar 2, 2024)

#### Features
Expand All @@ -18,6 +26,7 @@

* [#916](https://github.com/ruby-grape/grape-swagger/pull/916): Restore Ruby 3.0 support - [@godfat](https://github.com/godfat)


### 2.0.0 (November 7, 2023)

#### Features
Expand Down
3 changes: 0 additions & 3 deletions Dangerfile

This file was deleted.

3 changes: 0 additions & 3 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,5 @@ group :development, :test do
end

group :test do
gem 'coveralls_reborn', require: false

gem 'ruby-grape-danger', '~> 0.2.0', require: false
gem 'simplecov', require: false
end
2 changes: 1 addition & 1 deletion lib/grape-swagger/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module GrapeSwagger
VERSION = '2.0.1'
VERSION = '2.0.2'
end
8 changes: 0 additions & 8 deletions spec/spec_helper.rb
Original file line number Diff line number Diff line change
@@ -1,13 +1,5 @@
# frozen_string_literal: true

if RUBY_ENGINE == 'ruby'
require 'simplecov'
require 'coveralls'

SimpleCov.formatter = Coveralls::SimpleCov::Formatter
Coveralls.wear!
end

$LOAD_PATH.unshift File.expand_path('../lib', __dir__)

MODEL_PARSER = ENV.key?('MODEL_PARSER') ? ENV['MODEL_PARSER'].to_s.downcase.sub('grape-swagger-', '') : 'mock'
Expand Down

0 comments on commit 3005fdd

Please sign in to comment.