Skip to content

Commit

Permalink
Correct license slug (vcr#810)
Browse files Browse the repository at this point in the history
* Correct license slug

* Bad space!

Co-Authored-By: Olle Jonsson <[email protected]>

Co-authored-by: Olle Jonsson <[email protected]>
  • Loading branch information
krainboltgreene and olleolleolle authored Mar 30, 2020
1 parent b38a38e commit 5c4b967
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vcr.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -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\//, "") }
Expand Down

0 comments on commit 5c4b967

Please sign in to comment.