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

Use git ls-files for the gemspec file listing #544

Merged
merged 1 commit into from
Nov 30, 2015

Conversation

jhawthorn
Copy link
Contributor

Currently the new image factory doesn't work in projects including the gem because the image isn't being bundled into the gem.

This ensures we're bundling all the files in the repo, and it makes it harder to accidentally include files we don't want in a release. One change is that this will include specs in the gem where it didn't before, which IMO is fine.

api project's gemspec wasn't changed here because it already used git ls-files

Fixes #543

Currently the new image factory doesn't work in projects because the
image isn't being bundled into the gem.

This ensures we're bundling all the files in the repo, and it makes it
harder to accidentally include files in a release. One change is that
this will include specs in the gem where it didn't before, which IMO is
fine.
@gmacdougall
Copy link
Member

👍

1 similar comment
@athal7
Copy link
Contributor

athal7 commented Nov 30, 2015

👍

cbrunsdon added a commit that referenced this pull request Nov 30, 2015
Use git ls-files for the gemspec file listing
@cbrunsdon cbrunsdon merged commit 5fb9d38 into solidusio:master Nov 30, 2015
@jhawthorn jhawthorn deleted the gemspec-ls-files branch October 17, 2016 23:18
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

4 participants