aboutsummaryrefslogtreecommitdiffstats
path: root/ext/digest
diff options
context:
space:
mode:
authoreban <eban@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-11-01 10:13:52 +0000
committereban <eban@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-11-01 10:13:52 +0000
commit49fb289ea1a328c5b680fe718589a3532183b747 (patch)
treef81fd3ee62e60a6acfb367bfeaf7d49823787a5b /ext/digest
parenta39967d06218736fe8a6e366f1dfc6e1f2dfdb06 (diff)
downloadruby-49fb289ea1a328c5b680fe718589a3532183b747.tar.gz
* MANIFEST, ext/**/MANIFEST: removed.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@7170 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