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 FileUtils::VERSION in gemspec #24

Merged
merged 1 commit into from
Oct 9, 2018
Merged

Conversation

stomar
Copy link
Contributor

@stomar stomar commented Oct 3, 2018

Replaces #15.

Use already defined constant FileUtils::VERSION instead of duplicating
the information. Also move FileUtils::VERSION into its own file.

I moved FileUtils::VERSION into its own file to reduce warnings about already defined constants that happened with gem build.

In the gemspec, the require statement for the ruby core repository assumes that the gemfile and version.rb are in the same directory (same structure as e.g. for thwait).

Please do not yet merge, but update first to the latest core repository version of fileutils; this will probably cause a merge conflict and again break what I fixed in r64911; I will then fix the commit as necessary and repush the branch.

@hsbt

Use already defined constant FileUtils::VERSION instead of duplicating
the information. Also move FileUtils::VERSION into its own file.
@hsbt hsbt merged commit 780b2f5 into ruby:master Oct 9, 2018
@hsbt
Copy link
Member

hsbt commented Oct 9, 2018

@stomar I accidentally merged this. Can you create another pull-request? Sorry.

@stomar
Copy link
Contributor Author

stomar commented Oct 9, 2018

See #25.

@stomar stomar deleted the fileutils-version branch October 9, 2018 20:16
@qortex
Copy link

qortex commented Apr 4, 2019

It seems the issue still persists as in: #22 (comment).

Any advice on fixing?

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

Successfully merging this pull request may close these issues.

3 participants