Fix code style

This commit is contained in:
Alex Kotov 2019-10-04 05:47:01 +05:00
parent aafba75960
commit 87e53d598a
Signed by: kotovalexarian
GPG Key ID: 553C0EBBEB5D5F08
2 changed files with 3 additions and 1 deletions

3
.gitignore vendored
View File

@ -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:

View File

@ -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'