From 5c4b9672c8c862ac26ad48aed024d425ce67feeb Mon Sep 17 00:00:00 2001 From: Kurtis Rainbolt-Greene Date: Mon, 30 Mar 2020 07:25:45 -0700 Subject: [PATCH] Correct license slug (#810) * Correct license slug * Bad space! Co-Authored-By: Olle Jonsson Co-authored-by: Olle Jonsson --- vcr.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vcr.gemspec b/vcr.gemspec index 5ae660a2..1cfc37b7 100644 --- a/vcr.gemspec +++ b/vcr.gemspec @@ -13,7 +13,7 @@ Gem::Specification.new do |spec| spec.summary = %q{Record your test suite's HTTP interactions and replay them during future test runs for fast, deterministic, accurate tests.} spec.description = spec.summary spec.homepage = "https://relishapp.com/vcr/vcr/docs" - spec.license = "MIT-Hippocratic-1.2" + spec.license = "MIT-Hippocratic-2.0" spec.files = Dir[File.join("lib", "**", "*")] spec.executables = Dir[File.join("bin", "**", "*")].map! { |f| f.gsub(/bin\//, "") }