diff options
author | Hiroshi SHIBATA <hsbt@ruby-lang.org> | 2019-11-27 12:17:03 +0900 |
---|---|---|
committer | SHIBATA Hiroshi <hsbt@ruby-lang.org> | 2019-11-30 08:00:40 +0900 |
commit | f47f2076fed1546d993a376ce3c35ca81b1f0c6a (patch) | |
tree | 5dcb0a4b596136da68b7145c047e23b4978255ff /lib/e2mmap/version.rb | |
parent | 04511b994e19de65fff84dd55a246842a2f9ad29 (diff) |
Retire to maintain e2mmap on ruby core
Notes
Notes:
Merged: https://github.com/ruby/ruby/pull/2699
Diffstat (limited to 'lib/e2mmap/version.rb')
-rw-r--r-- | lib/e2mmap/version.rb | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/e2mmap/version.rb b/lib/e2mmap/version.rb deleted file mode 100644 index c459aeace3..0000000000 --- a/lib/e2mmap/version.rb +++ /dev/null @@ -1,3 +0,0 @@ -module Exception2MessageMapper - VERSION = "0.1.0" -end |