From 27793abfbf8b4d0b35556ccce2d895ea6ee55637 Mon Sep 17 00:00:00 2001 From: Technion Date: Tue, 27 Dec 2022 14:31:47 +1100 Subject: [PATCH] Bump version. New horrible solution to #56 --- ext/argon2_wrap/extconf.rb | 3 +-- lib/argon2/version.rb | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/ext/argon2_wrap/extconf.rb b/ext/argon2_wrap/extconf.rb index c8908d6..f0c8b2c 100644 --- a/ext/argon2_wrap/extconf.rb +++ b/ext/argon2_wrap/extconf.rb @@ -1,5 +1,4 @@ # frozen_string_literal: true require 'mkmf' -create_makefile('libargon2_wrap') -File.unlink('Makefile') File.rename('Makefile.real', 'Makefile') +system "make" diff --git a/lib/argon2/version.rb b/lib/argon2/version.rb index 755d24b..d30bd88 100644 --- a/lib/argon2/version.rb +++ b/lib/argon2/version.rb @@ -3,5 +3,5 @@ # Standard Gem version constant. module Argon2 - VERSION = "2.1.3" + VERSION = "2.2.0" end