Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove "rubythemis" gem #508

Merged
merged 1 commit into from Jul 23, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
13 changes: 0 additions & 13 deletions Makefile
Expand Up @@ -472,13 +472,6 @@ ifdef RUBY_GEM_VERSION
@$(BUILD_CMD_)
endif

rubythemis_uninstall_deprecation_warning:
@printf "The rubythemis gem is deprecated. Please use rbthemis_uninstall$(WARN_STRING)\n"
@printf "target instead of rubythemis_uninstall.$(WARN_STRING)\n"

rubythemis_uninstall: rubythemis_uninstall_deprecation_warning rbthemis_uninstall


jsthemis_uninstall: CMD = rm -rf build/jsthemis-$(JSTHEMIS_PACKAGE_VERSION).tgz && npm uninstall jsthemis
jsthemis_uninstall:
ifdef NPM_VERSION
Expand Down Expand Up @@ -518,12 +511,6 @@ else
@exit 1
endif

rubythemis_install_deprecation_warning:
@printf "The rubythemis gem is deprecated. Please use rbthemis_install$(WARN_STRING)\n"
@printf "target instead of rubythemis_install.$(WARN_STRING)\n"

rubythemis_install: rubythemis_install_deprecation_warning rbthemis_install

jsthemis_install: CMD = cd src/wrappers/themis/jsthemis && npm pack && mv jsthemis-$(JSTHEMIS_PACKAGE_VERSION).tgz ../../../../build && cd - && npm install nan && npm install ./build/jsthemis-$(JSTHEMIS_PACKAGE_VERSION).tgz
jsthemis_install:
ifdef NPM_VERSION
Expand Down