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

Make it easier to use Aquarium from Bundler #31

Open
andrzejkrzywda opened this issue Aug 17, 2011 · 2 comments
Open

Make it easier to use Aquarium from Bundler #31

andrzejkrzywda opened this issue Aug 17, 2011 · 2 comments

Comments

@andrzejkrzywda
Copy link

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"

@nfedyashev
Copy link

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'

@gumayunov
Copy link

Nikita, could you create pull request please? :)

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

No branches or pull requests

3 participants