lgs / mongoid_taggable_with_context

A tagging plugin for Mongoid that allows for custom tagging along dynamic contexts with real-time aggregation (pre-aggregated).
http://rubygems.org/gems/mongoid_taggable_with_context
MIT License
19 stars 20 forks source link

Renegerated gemspec -- please re-release 1.1.1 #11

Closed johnnyshields closed 11 years ago

johnnyshields commented 11 years ago

@lgs the gemspec that was released for v 1.1.1 is missing a required file (real_time_group_by.rb), and as result the official gem breaks when you try to use it with Rails.

I rebuilt the gemspec with rake gemspec:generate. Please deploy this (overwrite the existing 1.1.1 if possible since the existing deploy is broken.)

lgs commented 11 years ago

@johnnyshields Ok, but I think we should bump a v 1.1.2 anyway. Rubygems.org repository infact, doesn't permit overwriting the same version ..., at last in my knowledge (see also all you can do similar: http://help.rubygems.org/kb/gemcutter/removing-a-published-rubygem). I think the faster is just relase a new one, what do you say ?

johnnyshields commented 11 years ago

Sure that's fine, let's bump to 1.1.2

johnnyshields commented 11 years ago

Thanks, it's working now.