spree_address_book
spree_address_book copied to clipboard
Release new version?
Are there any thoughts of releasing new version?
Adding a gem like this:
gem 'spree_address_book', github: 'spree-contrib/spree_address_book'
...in the extension makes it required to add the same line of code to the application.
For example:
My extension's (spree_awesome_everything
) Gemfile
:
gem 'spree_address_book', github: 'spree-contrib/spree_address_book'
My extension's (spree_awesome_everything
) Readme.md
:
Installation
Add these lines to your application's Gemfile:
gem 'spree_address_book', github: 'spree-contrib/spree_address_book' # ??? :'( gem 'spree_awesome_everything'
User's app's Gemfile
:
gem 'spree_address_book', github: 'spree-contrib/spree_address_book' # ??? :'(
gem 'spree_awesome_everything'
Is there some ownership issue with the gem on rubygems?
Bump!
Bump! @damianlegawiec any news regarding this?