From 02e17720b6a6038c71161280d8cf3709a588ce9c Mon Sep 17 00:00:00 2001 From: Alex Kotov Date: Fri, 4 Oct 2019 05:48:32 +0500 Subject: [PATCH] Fix code style --- digest-blake2b.gemspec | 1 + 1 file changed, 1 insertion(+) diff --git a/digest-blake2b.gemspec b/digest-blake2b.gemspec index be6b7d2..c238879 100755 --- a/digest-blake2b.gemspec +++ b/digest-blake2b.gemspec @@ -11,6 +11,7 @@ Gem::Specification.new do |spec| spec.license = 'GPL-3.0' spec.homepage = 'https://github.com/kotovalexarian/digest-blake2b.rb' spec.summary = 'The BLAKE2b cryptographic hash function.' + spec.platform = Gem::Platform::RUBY spec.required_ruby_version = '~> 2.1'