lib/tumblr/post.rb in tumblr_client-0.6.8 vs lib/tumblr/post.rb in tumblr_client-0.6.9

- old
+ new

@@ -1,9 +1,9 @@ module Tumblr class Client module Post - @@standard_post_options = [:state, :tags, :tweet, :date, :markdown, :slug] + @@standard_post_options = [:state, :tags, :tweet, :date, :markdown, :slug, :format] def edit(blog_name, options={}) post("v2/blog/#{blog_name}/post/edit", options) end