From 87e53d598aa36ad058ed05e6849ec4a49e98396e Mon Sep 17 00:00:00 2001 From: Alex Kotov Date: Fri, 4 Oct 2019 05:47:01 +0500 Subject: [PATCH] Fix code style --- .gitignore | 3 ++- digest-keccak.gemspec | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 2260ce0..d6be509 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ -# See https://help.github.com/articles/ignoring-files for more about ignoring files. +# See https://help.github.com/articles/ignoring-files +# for more about ignoring files. # # If you find yourself ignoring temporary files generated by your text editor # or operating system, you probably want to add a global ignore instead: diff --git a/digest-keccak.gemspec b/digest-keccak.gemspec index 5b1181b..be16608 100644 --- a/digest-keccak.gemspec +++ b/digest-keccak.gemspec @@ -11,6 +11,7 @@ Gem::Specification.new do |spec| spec.license = 'MIT' spec.homepage = 'https://github.com/kotovalexarian/digest-keccak.rb' spec.summary = 'The Keccak cryptographic hash function.' + spec.platform = Gem::Platform::RUBY spec.required_ruby_version = '~> 2.2'