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

- old
+ new

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