Fix code style
This commit is contained in:
parent
aafba75960
commit
87e53d598a
2 changed files with 3 additions and 1 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -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:
|
||||
|
|
|
@ -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'
|
||||
|
||||
|
|
Loading…
Reference in a new issue