lita-irc 2.0.2 → 2.0.3

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: d880c7473143e247954e162e35574007985cf8c8
4
- data.tar.gz: 7afdc7d8379ee1c9ed296b0683dbf77c6daacfcb
3
+ metadata.gz: c2ff47b7530a6d41c0d1ccc4b17a00b04d67364e
4
+ data.tar.gz: c1fc9eed52ad5f3d92d10edfcf6c47f7507bcad0
5
5
  SHA512:
6
- metadata.gz: 0bfc7801a52fa3717e74a07ed9dc165e277636a1e9aa7c0ab6069b920a5ada27ae96b873962a9bfb61869d09920766cc7e4bdbdfe6ecad886dd30bdbce84e714
7
- data.tar.gz: 158464d21561dd9fd11e67e4d083a1cd072f17404e262eec96cd3a457f0a1c54717d86c6d672c532bec4d208561f1240621c60f4d8417b88cdedbba4ca353f7c
6
+ metadata.gz: 800f9824912a8a6eae0418df0dae6e7b85c6b9839d424b72591c341b0d580d7e430e8afc16322278d820d06a237e06ff55c2afa441674eb96bf8ac7f48d3e9f1
7
+ data.tar.gz: b5f8222e19269fb8126c7d927c6a54fa2798b33826afccd083e25dccd5434c4883d1d615c3961454443ec996f3db22d17dc68b4cd247d8724c2f044844e86912
@@ -99,7 +99,8 @@ module Lita
99
99
  def register_plugin
100
100
  cinch.configure do |cinch_config|
101
101
  cinch_config.plugins.prefix = nil
102
- cinch_config.plugins.plugins = [CinchPlugin]
102
+ cinch_config.plugins.plugins ||= []
103
+ cinch_config.plugins.plugins += [CinchPlugin]
103
104
  cinch_config.plugins.options[CinchPlugin] = { robot: robot }
104
105
  end
105
106
  end
data/lita-irc.gemspec CHANGED
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |spec|
2
2
  spec.name = "lita-irc"
3
- spec.version = "2.0.2"
3
+ spec.version = "2.0.3"
4
4
  spec.authors = ["Jimmy Cuadra"]
5
5
  spec.email = ["jimmy@jimmycuadra.com"]
6
6
  spec.description = %q{An IRC adapter for Lita.}
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: lita-irc
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.2
4
+ version: 2.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jimmy Cuadra
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-01-11 00:00:00.000000000 Z
11
+ date: 2015-04-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: lita