We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
0.4.4 doesn't work with Ruby 1.9.
At the moment if I wanted to try out the 1.9.1-port branch I had to put the following into my Gemfile:
gem 'aquarium', "0.0.0", :path => 'vendor/gems/Aquarium/aquarium'
and manually change the branch in my vendored aquarium directory.
The problem is that the project structure doesn't look like a gem (without building it first).
Ideally, it could work with:
gem 'aquarium', "0.4.4", :git => "....", :branch => "1.9.1-port"
The text was updated successfully, but these errors were encountered:
We had similar problem in our project and solved it with the fork - https://github.com/nfedyashev/Aquarium
so if you're OK with this solution you can just add it in your Gemfile:
gem 'nfedyashev-aquarium', :github => 'nfedyashev/Aquarium'
Sorry, something went wrong.
Nikita, could you create pull request please? :)
No branches or pull requests
0.4.4 doesn't work with Ruby 1.9.
At the moment if I wanted to try out the 1.9.1-port branch I had to put the following into my Gemfile:
gem 'aquarium', "0.0.0", :path => 'vendor/gems/Aquarium/aquarium'
and manually change the branch in my vendored aquarium directory.
The problem is that the project structure doesn't look like a gem (without building it first).
Ideally, it could work with:
gem 'aquarium', "0.4.4", :git => "....", :branch => "1.9.1-port"
The text was updated successfully, but these errors were encountered: