This project is spree plugin for gift wrapping option when checkout order. This project rocks and uses MIT-LICENSE.
rails 4.0.x spree 2.1.x
You can add this gem into your Gemfile with:
gem 'spree_gift_wrapping', github: 'cuon/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:migrationThe generator will create migration files for spree_gift_wrapping gem. When you are done, you have to run migration task.
bundle exec rake db:migrateDone.
Testing spec.