lib/tumblr/authenticator.rb in tumblr-rb-1.1.1 vs lib/tumblr/authenticator.rb in tumblr-rb-1.2.0

- old
+ new

@@ -9,9 +9,10 @@ # http://www.tumblr.com/docs/en/api#authenticate post :authenticate do |auth| auth.url = 'http://www.tumblr.com/api/authenticate' auth.requires = [:email, :password] + auth.with = [:'include-theme'] end end end \ No newline at end of file