summaryrefslogtreecommitdiff
path: root/ext/digest
diff options
context:
space:
mode:
authoreban <eban@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-11-01 10:19:37 +0000
committereban <eban@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-11-01 10:19:37 +0000
commitd271544bb68e049bb093c996077419e337f749ca (patch)
tree871a33439eabe109ee677b7eca99750295be5996 /ext/digest
parent6433a1b9e49903fad2c1db808a450f247f373009 (diff)
* MANIFEST, ext/**/MANIFEST: removed.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@7171 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ext/digest')
-rw-r--r--ext/digest/MANIFEST11
-rw-r--r--ext/digest/md5/MANIFEST8
-rw-r--r--ext/digest/rmd160/MANIFEST9
-rw-r--r--ext/digest/sha1/MANIFEST9
-rw-r--r--ext/digest/sha2/MANIFEST7
5 files changed, 0 insertions, 44 deletions
diff --git a/ext/digest/MANIFEST b/ext/digest/MANIFEST
deleted file mode 100644
index ef15bdb9b7..0000000000
--- a/ext/digest/MANIFEST
+++ /dev/null
@@ -1,11 +0,0 @@
-MANIFEST
-defs.h
-digest.c
-digest.h
-digest.txt
-digest.txt.ja
-extconf.rb
-lib/md5.rb
-lib/sha1.rb
-test.sh
-depend
diff --git a/ext/digest/md5/MANIFEST b/ext/digest/md5/MANIFEST
deleted file mode 100644
index d4a09b3ff6..0000000000
--- a/ext/digest/md5/MANIFEST
+++ /dev/null
@@ -1,8 +0,0 @@
-MANIFEST
-extconf.rb
-md5.c
-md5.h
-md5init.c
-md5ossl.c
-md5ossl.h
-depend
diff --git a/ext/digest/rmd160/MANIFEST b/ext/digest/rmd160/MANIFEST
deleted file mode 100644
index bcddc7d1d8..0000000000
--- a/ext/digest/rmd160/MANIFEST
+++ /dev/null
@@ -1,9 +0,0 @@
-MANIFEST
-extconf.rb
-rmd160.c
-rmd160.h
-rmd160hl.c
-rmd160init.c
-rmd160ossl.c
-rmd160ossl.h
-depend
diff --git a/ext/digest/sha1/MANIFEST b/ext/digest/sha1/MANIFEST
deleted file mode 100644
index 2c49b577df..0000000000
--- a/ext/digest/sha1/MANIFEST
+++ /dev/null
@@ -1,9 +0,0 @@
-MANIFEST
-extconf.rb
-sha1.c
-sha1.h
-sha1hl.c
-sha1init.c
-sha1ossl.c
-sha1ossl.h
-depend
diff --git a/ext/digest/sha2/MANIFEST b/ext/digest/sha2/MANIFEST
deleted file mode 100644
index d94089e17b..0000000000
--- a/ext/digest/sha2/MANIFEST
+++ /dev/null
@@ -1,7 +0,0 @@
-MANIFEST
-extconf.rb
-sha2.c
-sha2.h
-sha2hl.c
-sha2init.c
-depend