Skip to content
This repository was archived by the owner on Apr 17, 2020. It is now read-only.
This repository was archived by the owner on Apr 17, 2020. It is now read-only.

Release new version? #108

Open
Open
@vfonic

Description

@vfonic

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions