jkrall / analytical

Gem for managing multiple analytics services in your rails app.
MIT License
380 stars 92 forks source link

analytical 2.7 broke Rails 3 support #13

Closed nirvdrum closed 13 years ago

nirvdrum commented 13 years ago

Starting with analytical 2.7, there are a lot more dependencies listed in the gemspec. My guess is these were added by one of the new modules. In any event, analytical now only works with Rails 2.x, for x >= 3 and will not load up in Rails 3.

jkrall commented 13 years ago

Whoops... Yeah, it looks like jeweler screwed me over. I added a gemfile, which I mistakenly assumed would only be used for gem development... But apparently jeweler added everything to the gemspec.

Sorry, will fix today and release a new version!

On Mar 15, 2011, at 8:40 AM, nirvdrumreply@reply.github.com wrote:

Starting with analytical 2.7, there are a lot more dependencies listed in the gemspec. My guess is these were added by one of the new modules. In any event, analytical now only works with Rails 2.x, for x >= 3 and will not load up in Rails 3.

Reply to this email directly or view it on GitHub: https://github.com/jkrall/analytical/issues/13

jkrall commented 13 years ago

Fixed gem dependencies, Version bump to 2.7.2 Closed by e0be347fe9678f9bc577ff49217270df605f00b6