lib/jirahelper/misc.rb in lita-jira-0.7.2 vs lib/jirahelper/misc.rb in lita-jira-0.8.0
- old
+ new
@@ -6,10 +6,11 @@
JIRA::Client.new(
username: config.username,
password: config.password,
site: config.site,
context_path: config.context,
- auth_type: :basic
+ auth_type: :basic,
+ use_ssl: config.use_ssl
)
end
end
end