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 method declaration to be ruby-1.8-compatible #54

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

anujdas
Copy link

@anujdas anujdas commented Jul 2, 2015

Everything else in this gem seems to work fine in ruby 1.8.7 save for this one declaration, since the 1.8 parser can't deal with non-optional arguments after optional ones. I don't think that 1.8-compatibility should be a goal necessarily, but in this case it's pretty easy to add and would help me out ;)

@waterlink
Copy link
Contributor

Hi @anujdas. This repo has moved to https://github.com/waterlink/rack-reverse-proxy

I will merge your branch manually, because I have recently added 1.8.7 to travis.yml and got the same error :)

@waterlink
Copy link
Contributor

Done. Now you can use github: "waterlink/rack-reverse-proxy" and, when new version will be released - from rubygems.

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

2 participants