From b26649cd62b315b95ef810b7dd67bf0c24ce560b Mon Sep 17 00:00:00 2001 From: Yury Korolev Date: Sun, 25 Oct 2009 15:14:22 +0300 Subject: Add base64 --- Library/Formula/base64.rb | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 Library/Formula/base64.rb diff --git a/Library/Formula/base64.rb b/Library/Formula/base64.rb new file mode 100644 index 000000000..a6a37464c --- /dev/null +++ b/Library/Formula/base64.rb @@ -0,0 +1,13 @@ +require 'formula' + +class Base64