Skip to content

Commit 85f218f

Browse files
authored
Merge pull request #98 from nobu/doc
[DOC] Missing documents
2 parents 687e7cc + 16b598d commit 85f218f

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

.document

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@ README.md
33
ext/digest/
44
lib/digest.rb
55
lib/digest/sha2.rb
6+
lib/digest/version.rb

lib/digest/version.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# frozen_string_literal: true
22

33
module Digest
4+
# The version string
45
VERSION = "3.2.1"
56
end

0 commit comments

Comments
 (0)