Fix typo in license name

This commit is contained in:
James Harton 2020-04-02 15:14:38 +13:00
parent c093a798c3
commit 4222a6d050

View file

@ -11,7 +11,7 @@ Gem::Specification.new do |spec|
spec.summary = 'WebAssembly Generator'
spec.description = 'Generate and compile WebAssembly code from Ruby'
spec.homepage = 'https://gitlab.com/jimsy/wag'
spec.license = 'Hippcratic'
spec.license = 'Hippocratic'
spec.required_ruby_version = Gem::Requirement.new('>= 2.3.0')
# spec.metadata["allowed_push_host"] = "TODO: Set to 'http://mygemserver.com'"