spree-contrib / spree_mail_settings

Mail setting functionality extracted from Spree.
http://guides.spreecommerce.org
BSD 3-Clause "New" or "Revised" License
28 stars 152 forks source link

Add to Rubygems #33

Open vernondegoede opened 8 years ago

vernondegoede commented 8 years ago

It would be nice if all spree_mail_settings would be added to Rubygems.org. Right now, installing this Gem via Github will result in dependency conflicts:

Bundler could not find compatible versions for gem "spree_backend":
  In snapshot (Gemfile.lock):
    spree_backend (= 3.0.9)

  In Gemfile:
    spree (~> 3.0.9) was resolved to 3.0.9, which depends on
      spree_backend (= 3.0.9)

    spree_mail_settings was resolved to 3.2.0.alpha, which depends on
      spree_backend (~> 3.2.0.alpha)

    spree_mail_settings was resolved to 3.2.0.alpha, which depends on
      spree_backend (~> 3.2.0.alpha)

Running `bundle update` will rebuild your snapshot from scratch, using only
the gems in your Gemfile, which may resolve the conflict.
mvastola commented 6 years ago

Could this please be done?