lita-hipchat 1.3.0 → 1.3.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 4eafe0fed02771e3620e3c24e787e5ac93bd6161
4
- data.tar.gz: d3ce7410e3b5ac946ca7b8647faf3fd11606f511
3
+ metadata.gz: 75db125236c22663878e448231e978f61ff1a2dd
4
+ data.tar.gz: 5ab767cfa2f52e0e624f35d269d819a89b1affaf
5
5
  SHA512:
6
- metadata.gz: 766865e1b4d6179bec66e66a7c5ad22d1da935eb541e96822619ed3cd4bb1eb74fd5aaacb297beff1d448dea5d3dd491795f3ca0d0c11e8901c7f40fa228a08b
7
- data.tar.gz: 0cf3c6890479743a5193272ad6070034d1b936cdabf434331f4ff98606a013eeebc1e6573451ca37ceaf7de0bf22454f58e6658c79203ac3ebf19a04812af0d0
6
+ metadata.gz: ff47f372e677b6b7d78a98fd207dfa8f9735620f12474332e7e9aa85d72bb38b5acbee0d1a0bb2a53832e5aea5f30afc96b8aec97e2c7e6581fb1e41ad281f21
7
+ data.tar.gz: c6011a9b3bbd8670c049077fe6c5d417c663511b61147b46a07b644ee2f99b5781b1776e9baf22d6304adecbad047302e151e21ac8b1cac3d53aa8a832fb9b92
@@ -59,7 +59,7 @@ module Lita
59
59
  end
60
60
 
61
61
  def muc_domain
62
- config.muc_domain || "conf.hipchat.com"
62
+ config.muc_domain.nil? ? "conf.hipchat.com" : config.muc_domain.dup
63
63
  end
64
64
 
65
65
  def rooms
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |spec|
2
2
  spec.name = "lita-hipchat"
3
- spec.version = "1.3.0"
3
+ spec.version = "1.3.1"
4
4
  spec.authors = ["Jimmy Cuadra"]
5
5
  spec.email = ["jimmy@jimmycuadra.com"]
6
6
  spec.description = %q{A HipChat adapter for Lita.}
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: lita-hipchat
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.0
4
+ version: 1.3.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jimmy Cuadra
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-02-23 00:00:00.000000000 Z
11
+ date: 2014-02-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: lita
@@ -151,7 +151,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
151
151
  version: '0'
152
152
  requirements: []
153
153
  rubyforge_project:
154
- rubygems_version: 2.2.0
154
+ rubygems_version: 2.2.2
155
155
  signing_key:
156
156
  specification_version: 4
157
157
  summary: A HipChat adapter for the Lita chat robot.
@@ -160,4 +160,3 @@ test_files:
160
160
  - spec/lita/adapters/hipchat/connector_spec.rb
161
161
  - spec/lita/adapters/hipchat_spec.rb
162
162
  - spec/spec_helper.rb
163
- has_rdoc: