lita-stackstorm 0.5.1 → 0.5.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: d2c537c4b77350c83a6d27e3af7bf44ee8987331
4
- data.tar.gz: d1f40cd5510c37b3b999dbb3d596bb587f90eced
3
+ metadata.gz: a08d0bd0d5c21c5001b188b581a293ae00d869b9
4
+ data.tar.gz: 97387dba3afe6cfe9ec05b2d0ae234ef441efbf6
5
5
  SHA512:
6
- metadata.gz: 261f357ea263c5c9b8fa24b3cdcaf252bc38a023525bd65f14faad11b4711ba99fd016b456c12f2afe9d147fed8ef9827d74d2b7149e3d4d98ed655b23c6db3b
7
- data.tar.gz: ab71084dc66552b5e2948431322dbb88f6c1c82887cec4ff8f239e8781c33c60ba88b27f53117ab9ae94274e51796f08a298ee6d62b7b9e46079ebef425636ba
6
+ metadata.gz: 153ef37f561ed55df0aba60c02a357b365fae384e32a201ea8ee7cb3dfcb807efdf624ff873bc5b41fcca693117c01c0542c6116960c31fb7b35404dbe819dba
7
+ data.tar.gz: 0879872781301b5c7fc72befc51a44e8aeb87d0058e69d8362a9f84b7253ab11d4dfe7ad998f7e5eda7a3d5f0a77bff0eb3fa9a68db6474af3c4e983da799679
@@ -26,7 +26,7 @@ module Lita
26
26
  route /^!(.*)$/, :call_alias, command: false, help: {}
27
27
 
28
28
  def auth_builder
29
- if config.auth_port == 443 and config.url.start_with?('https')
29
+ if config.auth_port == '443' and config.url.start_with?('https')
30
30
  "#{config.url}/auth"
31
31
  else
32
32
  "#{config.url}:#{config.auth_port}/v1"
@@ -34,7 +34,7 @@ module Lita
34
34
  end
35
35
 
36
36
  def url_builder
37
- if config.execution_port == 443 and config.url.start_with?('https')
37
+ if config.execution_port == '443' and config.url.start_with?('https')
38
38
  "#{config.url}/api"
39
39
  else
40
40
  "#{config.url}:#{config.execution_port}/v1"
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |spec|
2
2
  spec.name = "lita-stackstorm"
3
- spec.version = "0.5.1"
3
+ spec.version = "0.5.2"
4
4
  spec.authors = ["Jurnell Cockhren"]
5
5
  spec.email = ["jurnell@sophicware.com"]
6
6
  spec.description = "Stackstorm handler for lita 4+"
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: lita-stackstorm
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.1
4
+ version: 0.5.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jurnell Cockhren
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-03-04 00:00:00.000000000 Z
11
+ date: 2016-03-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: lita