From ae9e21f9b88533efedea07c74a199c2e8a55a245 Mon Sep 17 00:00:00 2001 From: Sascha Schirra Date: Sun, 27 Mar 2016 18:26:43 +0200 Subject: [PATCH] license parameter changed --- bindings/ruby/unicorn_gem/unicorn.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bindings/ruby/unicorn_gem/unicorn.gemspec b/bindings/ruby/unicorn_gem/unicorn.gemspec index 18f38bb8..67640837 100644 --- a/bindings/ruby/unicorn_gem/unicorn.gemspec +++ b/bindings/ruby/unicorn_gem/unicorn.gemspec @@ -8,7 +8,7 @@ Gem::Specification.new do |spec| spec.version = Unicorn::VERSION spec.authors = ["Sascha Schirra"] spec.email = ["sashs@scoding.de"] - spec.license = GPLv2 + spec.license = 'GPL-2.0' spec.summary = %q{Ruby binding for Unicorn-Engine} spec.description = %q{Ruby binding for Unicorn-Engine } spec.homepage = "https://unicorn-engine.org"