This commit is contained in:
viletyy 2022-07-26 10:59:31 +08:00
parent c4323b1b39
commit abc40199dc
3 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
PATH
remote: .
specs:
gitea-client (0.10.4)
gitea-client (0.10.5)
rest-client (~> 2.1.0)
GEM

View File

@ -278,7 +278,7 @@ module Gitea
@http.post("/repos/#{owner}/#{repo}/pulls", opt)
end
def get_repos_pulls_by_owner_repo_index(owner, repo, opt = {})
def get_repos_pulls_by_owner_repo_index(owner, repo, index, opt = {})
@http.get("/repos/#{owner}/#{repo}/pulls/#{index}", opt)
end

View File

@ -1,5 +1,5 @@
# frozen_string_literal: true
module Gitea
VERSION = "0.10.4"
VERSION = "0.10.5"
end