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

Add support for webpacker 4 prereleases #1134

Merged
merged 1 commit into from
Aug 22, 2018

Conversation

Judahmeek
Copy link
Contributor

@Judahmeek Judahmeek commented Aug 21, 2018

For some reason, Gem::Specification.find_by_name("webpacker") doesn't identify Webpacker 4 prereleases like webpacker 4.0.0.pre.pre.2 while Gem::Specification.find_all_by_name("webpacker") does. I've tested Gem::Specification.find_all_by_name for possible undesired side-effects, like returning multiple results for Gem::Specification.find_all_by_name("react"), and it has worked as desired in all cases that I've tested it.


This change is Reviewable

For some reason, Gem::Specification.find_by_name("webpacker") doesn't identify Webpacker 4 prereleases like webpacker 4.0.0.pre.pre.2 while Gem::Specification.find_all_by_name("webpacker") does. I've tested Gem::Specification.find_all_by_name for possible undesired side-effects, like returning multiple results for Gem::Specification.find_all_by_name("react"), and it has worked as desired in all cases that I've tested it.
@coveralls
Copy link

Coverage Status

Coverage remained the same at ?% when pulling 76059a8 on judahmeek/webpacker-prerelease-support into 8920545 on master.

@justin808 justin808 merged commit 8459a87 into master Aug 22, 2018
@justin808 justin808 deleted the judahmeek/webpacker-prerelease-support branch August 22, 2018 08:13
@justin808
Copy link
Member

LGTM. Thanks @Judahmeek.

@justin808
Copy link
Member

Let me know if you need me to cut a release. And please add an entry to the changelog.md on master.

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

Successfully merging this pull request may close these issues.

3 participants