changed gem name to unicorn-engine (#911)

* changed gem name to unicorn-engine

* changed the gem name in Makefile
This commit is contained in:
Sascha Schirra
2017-10-16 18:53:20 +02:00
committed by Nguyen Anh Quynh
parent 4ad770b6c2
commit 8df86c86a4
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
require 'unicorn_engine/version'
Gem::Specification.new do |spec|
spec.name = "unicorn_engine"
spec.name = "unicorn-engine"
spec.version = Unicorn::VERSION
spec.authors = ["Sascha Schirra"]
spec.email = ["sashs@scoding.de"]