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 tests and dev dependencies from released gem #924

Merged
merged 2 commits into from
Aug 16, 2016
Merged

Conversation

arlimus
Copy link
Contributor

@arlimus arlimus commented Aug 16, 2016

Focus on the git repo for development, i.e. group all development/test dependencies in Gemfile and remove the test folder from the released gem.

This together with the fact that we are not using git-ls-files has led to a 30mb gem recently!

@arlimus arlimus added the Type: Bug Feature not working as expected label Aug 16, 2016
@@ -18,6 +18,7 @@ group :test do
gem 'rubocop', '~> 0.36.0'
gem 'simplecov', '~> 0.10'
gem 'concurrent-ruby', '~> 0.9'
gem 'mocha', '~> 1.1'
Copy link
Contributor

Choose a reason for hiding this comment

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

its good to move it to the gemfile 👍

Developers use the github repo to get full access to the development of this gem. The fixed (non git-ls-files) approach to packaging files has led to a 30mb gem recently, this will prevent that from happening again.
group test gems together.
@arlimus arlimus merged commit 6eac8e2 into master Aug 16, 2016
@arlimus arlimus deleted the dr/remove-tests branch August 16, 2016 13:29
@chris-rock chris-rock modified the milestone: 0.31.0 Aug 16, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Bug Feature not working as expected
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants