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

@ -5,7 +5,7 @@
# Use bundle install && rake to install gem and test
install: gen_const
cd unicorn_gem && rake build
cd unicorn_gem && gem install --local pkg/unicorn_engine-1.0.0.gem
cd unicorn_gem && gem install --local pkg/unicorn-engine-1.0.0.gem
gen_const:
cd .. && python const_generator.py ruby

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"]