From 8df86c86a40d0341cd9f3209747c563ff6e39178 Mon Sep 17 00:00:00 2001 From: Sascha Schirra Date: Mon, 16 Oct 2017 18:53:20 +0200 Subject: [PATCH] changed gem name to unicorn-engine (#911) * changed gem name to unicorn-engine * changed the gem name in Makefile --- bindings/ruby/Makefile | 2 +- bindings/ruby/unicorn_gem/unicorn.gemspec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bindings/ruby/Makefile b/bindings/ruby/Makefile index 679a1835..4dda0107 100644 --- a/bindings/ruby/Makefile +++ b/bindings/ruby/Makefile @@ -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 diff --git a/bindings/ruby/unicorn_gem/unicorn.gemspec b/bindings/ruby/unicorn_gem/unicorn.gemspec index 91d77fa7..3c91c48b 100644 --- a/bindings/ruby/unicorn_gem/unicorn.gemspec +++ b/bindings/ruby/unicorn_gem/unicorn.gemspec @@ -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"]