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 spec from files published on rubygems #205

Merged

Conversation

Liboul
Copy link
Contributor

@Liboul Liboul commented Feb 12, 2021

Hello 👋

What is this PR?

Making sure that the spec/ folder is not published to rubygems.
As RubyGems points out, the test_files option is ignored

Why?

The fixtures are no use to the end user, and they inflate the project size. Heroku's slug size cap is 500 MB, the fixtures of this gem account for 19.3 MB. This change is important for us, as the limit of 500 MB has been reached.

Currently 👇

image

After this PR:

image

That is a decrease by 99.7%

@joaocv3 joaocv3 merged commit 4fd8825 into thibaudgg:master Feb 16, 2021
@joaocv3
Copy link
Collaborator

joaocv3 commented Feb 17, 2021

Thanks @Liboul!

Just published the 3.0.1 version

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants