changed gem name to unicorn-engine (#911)
* changed gem name to unicorn-engine * changed the gem name in Makefile
This commit is contained in:
parent
4ad770b6c2
commit
8df86c86a4
|
@ -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
|
||||
|
|
|
@ -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"]
|
||||
|
|
Loading…
Reference in New Issue