lib/avro.rb in avro-1.3.3 vs lib/avro.rb in avro-1.5.4
- old
+ new
@@ -14,10 +14,10 @@
# See the License for the specific language governing permissions and
# limitations under the License.
require 'yajl'
require 'set'
-require 'md5'
+require 'digest/md5'
require 'net/http'
require 'stringio'
module Avro
VERSION = "FIXME"