@@ -14,16 +14,31 @@ Gem::Specification.new do |spec|
14
14
15
15
spec . files = [
16
16
"LICENSE.txt" , "README.md" ,
17
- "ext/digest/bubblebabble/bubblebabble.c" , "ext/digest/bubblebabble/extconf.rb" , "ext/digest/defs.h" ,
18
- "ext/digest/digest.c" , "ext/digest/digest.h" , "ext/digest/digest_conf.rb" , "ext/digest/extconf.rb" ,
19
- "ext/digest/md5/extconf.rb" , "ext/digest/md5/md5.c" , "ext/digest/md5/md5.h" , "ext/digest/md5/md5cc.h" ,
20
- "ext/digest/md5/md5init.c" , "ext/digest/rmd160/extconf.rb" , "ext/digest/rmd160/rmd160.c" ,
21
- "ext/digest/rmd160/rmd160.h" , "ext/digest/rmd160/rmd160init.c" , "ext/digest/sha1/extconf.rb" ,
22
- "ext/digest/sha1/sha1.c" , "ext/digest/sha1/sha1.h" , "ext/digest/sha1/sha1cc.h" ,
23
- "ext/digest/sha1/sha1init.c" , "ext/digest/sha2/extconf.rb" , "ext/digest/sha2/lib/sha2.rb" ,
24
- "ext/digest/sha2/sha2.c" , "ext/digest/sha2/sha2.h" , "ext/digest/sha2/sha2cc.h" ,
25
- "ext/digest/sha2/sha2init.c" , "ext/digest/test.sh" , "ext/openssl/deprecation.rb" ,
26
- "lib/digest.rb"
17
+
18
+ "ext/digest/defs.h" , "ext/digest/digest.c" , "ext/digest/digest.h" ,
19
+ "ext/digest/digest_conf.rb" , "ext/digest/extconf.rb" ,
20
+ "ext/digest/lib/digest.rb" ,
21
+
22
+ "ext/digest/bubblebabble/bubblebabble.c" ,
23
+ "ext/digest/bubblebabble/extconf.rb" ,
24
+
25
+ "ext/digest/md5/extconf.rb" , "ext/digest/md5/md5.c" ,
26
+ "ext/digest/md5/md5.h" , "ext/digest/md5/md5cc.h" ,
27
+ "ext/digest/md5/md5init.c" ,
28
+
29
+ "ext/digest/rmd160/extconf.rb" , "ext/digest/rmd160/rmd160.c" ,
30
+ "ext/digest/rmd160/rmd160.h" , "ext/digest/rmd160/rmd160init.c" ,
31
+
32
+ "ext/digest/sha1/extconf.rb" , "ext/digest/sha1/sha1.c" ,
33
+ "ext/digest/sha1/sha1.h" , "ext/digest/sha1/sha1cc.h" ,
34
+ "ext/digest/sha1/sha1init.c" ,
35
+
36
+ "ext/digest/sha2/extconf.rb" , "ext/digest/sha2/lib/sha2.rb" ,
37
+ "ext/digest/sha2/sha2.c" , "ext/digest/sha2/sha2.h" ,
38
+ "ext/digest/sha2/sha2cc.h" , "ext/digest/sha2/sha2init.c" ,
39
+
40
+ "ext/openssl/deprecation.rb" ,
41
+ "ext/digest/test.sh" ,
27
42
]
28
43
29
44
spec . required_ruby_version = ">= 2.5.0"
0 commit comments