keolo / mixpanel_client

Ruby interface to the Mixpanel Data API
MIT License
148 stars 72 forks source link

Bundle won't install mixpanel_client #4

Closed soulemobile closed 12 years ago

soulemobile commented 12 years ago

After failing to 'sudo gem install mixpanel_client", I've manually put the gem in my Gemfile. gem 'mixpanel-client', :git => 'git://github.com/keolo/mixpanel_client.git'

After running bundle install, mixpanel_client cannot be found bundle install Updating git://github.com/keolo/mixpanel_client.git Fetching source index for http://rubygems.org/ Could not find gem 'mixpanel-client (>= 0) ruby' in git://github.com/keolo/mixpanel_client.git (at master). Source does not contain any versions of 'mixpanel-client (>= 0) ruby'

I'm on rails 3.1.1 and in ruby 1.9.2

keolo commented 12 years ago

gem 'mixpanel_client' works for me.