Skip to content

Commit

Permalink
minior bug
Browse files Browse the repository at this point in the history
  • Loading branch information
tpinto committed Mar 31, 2010
1 parent 4e7a859 commit f1d18e5
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
8 changes: 6 additions & 2 deletions History.txt
@@ -1,8 +1,12 @@
== 0.0.12 / 2010-03-23
== 0.0.13 / 2010-03-31

* minor bug

== 0.0.12 / 2010-03-31

* bugfixing

== 0.0.11 / 2010-03-23
== 0.0.11 / 2010-03-31

* support for custom endpoint

Expand Down
2 changes: 1 addition & 1 deletion lib/sapo.rb
Expand Up @@ -8,7 +8,7 @@
%w[adwords adsl auto blogs connector id jobs photos shopping sts traffic videos].each{|l| require File.join(File.dirname(__FILE__), 'sapo', "#{l}.rb") }

module Sapo
VERSION = '0.0.12'
VERSION = '0.0.13'

def self.auth(l, p, o = {})
Connector.new(l, p, o)
Expand Down
2 changes: 1 addition & 1 deletion lib/sapo/videos.rb
Expand Up @@ -46,7 +46,7 @@ def checkVideo(randname)

resp = do_post_request(data, headers_for(data.size, "CheckVideo"))

return Video.new(resp.body)
return resp.body
end

def addVideoPost(video = {})
Expand Down

0 comments on commit f1d18e5

Please sign in to comment.