This project is spree plugin for gift wrapping option when checkout order. This project rocks and uses MIT-LICENSE.
rails 3.2.x spree 1.3.x tested with (spree 1.3.x, rails 3.2.13)
You can add this gem into your Gemfile with:
gem 'spree_gift_wrapping', :github => 'xmpolaris/spree_gift_wrapping'
Run the bundle command to install it. After you install gem and add it to your Gemfile, you need to run the generator:
rails generate spree_gift_wrapping:migration
The generator will create migration files for spree_gift_wrapping gem. When you are done, you have to run migration task.
bundle exec rake db:migrate
Done.
Testing spec.