lib/signet/oauth_2.rb in signet-0.15.0 vs lib/signet/oauth_2.rb in signet-0.16.0

- old
+ new

@@ -14,10 +14,10 @@ require "base64" require "signet" require "multi_json" -module Signet #:nodoc: +module Signet # :nodoc: ## # An implementation of http://tools.ietf.org/html/draft-ietf-oauth-v2-10 # # This module will be updated periodically to support newer drafts of the # specification, as they become widely deployed.