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

Build this gem on JRuby properly #413

Merged
merged 1 commit into from
Feb 12, 2019
Merged

Build this gem on JRuby properly #413

merged 1 commit into from
Feb 12, 2019

Conversation

kyrylo
Copy link
Contributor

@kyrylo kyrylo commented Feb 11, 2019

The current approach doesn't work with JRuby. The patch that aimed to fix the
issue didn't actually work (duh):
#408

The problem is that I run gem build *.gemspec using CRuby, so the JRuby check
inside the gemspec always has the same outcome. This change builds gems
properly, with rake gems.

@kyrylo kyrylo force-pushed the gem-building branch 6 times, most recently from 00f4857 to 8e92cd6 Compare February 12, 2019 08:10
The current approach doesn't work with JRuby. The patch that aimed to fix the
issue didn't actually work (duh):
#408

The problem is that I run `gem build *.gemspec` using CRuby, so the JRuby check
inside the gemspec always has the same outcome. This change builds gems
properly, with `rake gems`.
@kyrylo kyrylo merged commit 72b4851 into master Feb 12, 2019
@kyrylo kyrylo deleted the gem-building branch February 12, 2019 08:20
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.

1 participant