keolo / mixpanel_client

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

got Overwrite the executable when 'gem update' #28

Closed miyucy closed 10 years ago

miyucy commented 10 years ago

Is it normal? Should I overwrite them?

gem up
Updating installed gems
Updating mixpanel_client
Fetching: mixpanel_client-3.1.1.gem (100%)
mixpanel_client's executable "autospec" conflicts with rspec-core
Overwrite the executable? [yN]  n
ERROR:  Error installing mixpanel_client:
        "autospec" from mixpanel_client conflicts with installed executable from rspec-core
keolo commented 10 years ago

I just released v3.1.2 with a possible fix. As a side note overwriting that should be okay. That error has something to do with a conflict between the rspec installed for mixpanel_client and whatever version of rspec you have installed on your system.

Let me know if v3.1.2 works for you.

miyucy commented 10 years ago

I'd update now, I got no outputs. Thank you!

keolo commented 10 years ago

I'm glad that worked. Thanks for reporting the issue.