aq1018/mongoid_taggable_with_context

What is the future of mongoid_taggable_with_context ?

lgs opened this issue · 3 comments

lgs commented

Please have a look at this thread, what do you guys think about johnnyshields question here (lgs#2 (comment)) ?

From @aq1018 on this thread: lgs#2

Please make @lgs the offical branch. I'll change my branch to reflect the changes.

@lgs I've added your branch in the readme as the official one, and removed all other files. Also added you as the owner of the gem.

gem owner mongoid_taggable_with_context
Owners for gem: mongoid_taggable_with_context

lgs commented

@johnnyshields yes thanks,

... I've already setted up the new 0.8.2 gem with your own contribution
as well as s12chung's contribution too. Tests are all passed and I'd already on prod with my app with the following stack:

    # ruby -v
    ruby 1.9.3p194 (2012-04-20 revision 35410) [x86_64-linux]
    # rails -v
    Rails 3.2.11
    # rvm -v
    rvm 1.15.8 (stable) by Wayne E. Seguin , Michal Papis        [https://rvm.io/]
    # grep mongoid Gemfile.lock
  remote: git://github.com/mongoid/mongoid.git
    mongoid (3.0.17)
    mongoid-rspec (1.5.6)
      mongoid (>= 3.0.1)
    mongoid_taggable_with_context (0.8.2)
      mongoid (>= 3.0.0)
      mongoid (>= 2.4.3)
  mongoid!
  mongoid-rspec
  mongoid_taggable_with_context

where mongoid dependencies come from 3.0.0-stable branch :

gem 'mongoid', :git => "git://github.com/mongoid/mongoid.git", :branch => "3.0.0-stable"

Please keep on the good job with mongoid_taggable_with_context.

cheers
luca

Nice! Closing!