lib/atom/http.rb in atom-tools-2.0.3 vs lib/atom/http.rb in atom-tools-2.0.4

- old
+ new

@@ -15,10 +15,10 @@ class String # :nodoc: def to_uri; URI.parse(self); end end module Atom - TOOLS_VERSION = '2.0.3' + TOOLS_VERSION = '2.0.4' UA = "atom-tools " + TOOLS_VERSION module DigestAuth CNONCE = Digest::MD5.hexdigest("%x" % (Time.now.to_i + rand(65535)))