Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: minor fixes #5

Merged
merged 1 commit into from
Sep 30, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ digest = Digest::SHA3.new(224)
Run the test suite as follows:

```bash
gem install test-unit
make test
```

Expand Down
2 changes: 1 addition & 1 deletion digest-keccak.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ require File.expand_path('lib/digest/sha3/version')
Gem::Specification.new do |s|
s.name = "digest-keccak"
s.version = Digest::SHA3::Version::STRING
s.summary = "The SHA-3 (Keccak) hash used by Ethereum"
s.summary = "The SHA-3 (Keccak) hash used by Ethereum."
s.email = "ruby@q9f.cc"
s.homepage = "https://github.com/q9f/digest-keccak-ruby"
s.description = "The SHA-3 (Keccak) hash use by Ethereum. This does not implement the final FIPS202 standard, today known as SHA3 but rather an early version, commonly referred to as Keccak."
Expand Down
File renamed without changes.