boo-box / ruby-bigquery-cl

a Google's BigQuery interface for ruby
43 stars 9 forks source link

Make compatible with bundler :git => 'repos' directive in Gemfile #1

Open nathmisaki opened 13 years ago

nathmisaki commented 13 years ago

When using bundler Gemfile, it's possible to define a dependency via :git directive. It fetches directly from git repository, finds the .gemspec file in root and create the .gem to use it in the system.

It lacks a gemspec file in root. Among other things.

Please make it compatible with bundler

nathmisaki commented 13 years ago

http://gembundler.com/man/gemfile.5.html See this to details of what repository needs to be compatible.

rafaelfranca commented 13 years ago

The @sryche fixed this on your fork: https://github.com/sryche/ruby-bigquery-cl

cfcosta commented 13 years ago

Yup, i'll create a pull request for it when I complete the work on dependency handling.