Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove adapters deprecation warning #3529

Merged
merged 2 commits into from
Mar 1, 2015

Conversation

fabianrbz
Copy link
Member

Hi guys,

This pull request removes the following deprecation warning from simplecov.

The new way is using profiles. The warning comes from the gem 'simplecov-gem-adapter', which haven't been updated for the last 4 years.
In this pull request l removed the gem dependency and added a new profile with some of the settings that were in the gem. l thought it was better this way -instead of making a PR to the gem- because this way, we remove a dependency and it will be easier to customize the profile in the future.
What do you think?

Cheers!

'method adapters is deprecated. use profiles instead'

This warning was showing up because the project was using
the gem 'simplecov-gem-adapter' which uses the old syntax.

* Remove the gem dependency
* Add a profile with the same setup that the gem has

add_group 'Binaries', '/bin/'
add_group 'Libraries', '/lib/'
end
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's put this file in test.

@parkr
Copy link
Member

parkr commented Feb 28, 2015

Great!!

@parkr parkr added the fix label Mar 1, 2015
@parkr parkr merged commit e4b1382 into jekyll:master Mar 1, 2015
parkr added a commit that referenced this pull request Mar 1, 2015
@fabianrbz fabianrbz deleted the remove_adapters_deprecation_warning branch March 1, 2015 18:12
@fabianrbz
Copy link
Member Author

@parkr thanks! what happened to the comments you made? were they implemented?

@parkr
Copy link
Member

parkr commented Mar 2, 2015

@parkr thanks! what happened to the comments you made? were they implemented?

Yep! fbe52bc

@fabianrbz
Copy link
Member Author

sweet! thanks @parkr!

@jekyll jekyll locked and limited conversation to collaborators Feb 27, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants