Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Compatibility with Ruby 1.8
  • Loading branch information
wapcaplet committed Dec 30, 2011
1 parent 03af152 commit 7d91706
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/jiraSOAP/jira_service.rb
Expand Up @@ -48,8 +48,8 @@ def self.instance_with_endpoint url, user, password
def initialize endpoint
@@endpoint_url = @endpoint_url = endpoint.to_s
self.class.endpoint({
uri:"#{endpoint_url}/rpc/soap/jirasoapservice-v2",
version:2
:uri => "#{endpoint_url}/rpc/soap/jirasoapservice-v2",
:version => 2
})
end

Expand Down

0 comments on commit 7d91706

Please sign in to comment.