The Solidus Wishlist extension enables multiple wishlists per user, as well as managing those as public (sharable) and private.
Add the following to your Gemfile
gem 'solidus_wishlist', github: 'boomerdigital/solidus_wishlist', branch: 'master'
If you want to include the ability to email a friend your wishlist, add the following to your Gemfile
gem 'solidus_email_to_friend', github: 'boomerdigital/solidus_email_to_friend', branch: 'master'
Run
$ bundle install
$ bundle exec rails g solidus_wishlist:install
Copyright (c) 2009-2015 Spree Commerce Inc. and contributors, released under the New BSD License