danger-xcov.gemspec in danger-xcov-0.4.1 vs danger-xcov.gemspec in danger-xcov-0.5.0

- old
+ new

@@ -8,16 +8,16 @@ spec.version = DangerXcov::VERSION spec.authors = ['Carlos Vidal'] spec.email = ['nakioparkour@gmail.com'] spec.description = %q{Danger plugin to validate the code coverage of the files changed.} spec.summary = %q{Danger plugin to validate the code coverage of the files changed} - spec.homepage = 'https://github.com/nakiostudio/danger-xcov' + spec.homepage = 'https://github.com/fastlane-community/danger-xcov' spec.license = 'MIT' spec.files = `git ls-files`.split($/) spec.require_paths = ['lib'] spec.add_dependency 'danger', '>= 2.1' - spec.add_dependency 'xcov', '>= 1.1.2' + spec.add_dependency 'xcov', '>= 1.7.3' spec.add_development_dependency 'bundler', '~> 1.3' spec.add_development_dependency 'rake' end