simplecov-shield icon indicating copy to clipboard operation
simplecov-shield copied to clipboard

Please create a new version that includes the fix for relaxed dependencies

Open jcouball opened this issue 10 years ago • 4 comments

I would like this commit: https://github.com/aterris/simplecov-shield/commit/c64188d68387933ba27fbb3f101922d16167fc7c to be released.

I would like to use simplecov 1.9 but it is not compatible with the current dependencies of this gem.

When my gemspec contains this:

s.add_development_dependency 'simplecov', '~> 0.9'
s.add_development_dependency 'simplecov-shield'

bundle install says this:

Fetching gem metadata from https://rubygems.org/.............
Fetching version metadata from https://rubygems.org/..
Resolving dependencies...
Bundler could not find compatible versions for gem "simplecov":
  In Gemfile:
    simplecov-shield (>= 0) ruby depends on
      simplecov (~> 0.8.2) ruby

    simplecov (~> 0.9) ruby

jcouball avatar Jun 28 '15 18:06 jcouball

:octocat:

nicka avatar Oct 22 '15 10:10 nicka

👍

adarsh avatar May 23 '16 22:05 adarsh

You're probably already aware of this, but if you want you can always just pull the gem from the latest git source, until the latest source gets released.

gem "simplecov-shield", :git => "https://github.com/aterris/simplecov-shield"

tmobaird avatar Aug 25 '16 16:08 tmobaird

Can you publish the latest version to RubyGems please.

kylewelsby avatar Dec 05 '16 12:12 kylewelsby