From 6532af119ec4043e75674a93356ac448300d7e62 Mon Sep 17 00:00:00 2001 From: "J.Paul Rinehimer" Date: Fri, 30 Jul 2010 22:49:24 -0700 Subject: [PATCH] New formula: udunits Library and utility for parsing and converting units of physical quantities. http://www.unidata.ucar.edu/software/udunits/ Signed-off-by: Adam Vandenberg --- Formula/udunits.rb | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 Formula/udunits.rb diff --git a/Formula/udunits.rb b/Formula/udunits.rb new file mode 100644 index 0000000000..c49b74fd92 --- /dev/null +++ b/Formula/udunits.rb @@ -0,0 +1,22 @@ +require 'formula' + +class Udunits