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

Fix heredoc for old rubies #82

Merged
merged 2 commits into from
Jul 4, 2019
Merged

Fix heredoc for old rubies #82

merged 2 commits into from
Jul 4, 2019

Conversation

PikachuEXE
Copy link
Collaborator

Replace <<~ (2.3+ only) with <<- plus leading space removing code

Fixes #76

@coveralls
Copy link

Coverage Status

Coverage remained the same at 96.413% when pulling 4a68712 on fix/heredoc-4-old-rubies into f5776ff on master.

1 similar comment
@coveralls
Copy link

Coverage Status

Coverage remained the same at 96.413% when pulling 4a68712 on fix/heredoc-4-old-rubies into f5776ff on master.

Replace <<~ (2.3+ only) with <<- plus leading space removing code
@PikachuEXE PikachuEXE force-pushed the fix/heredoc-4-old-rubies branch from 4a68712 to ec01915 Compare June 27, 2019 09:34
@PikachuEXE
Copy link
Collaborator Author

Added ruby 2.2 to Travis build

@PikachuEXE PikachuEXE merged commit 1c517d4 into master Jul 4, 2019
@PikachuEXE PikachuEXE deleted the fix/heredoc-4-old-rubies branch July 4, 2019 02:52
@johnnyshields
Copy link

@PikachuEXE thank you!

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.

gem-release load error on lower ruby version like 2.2.4
3 participants