lita-github_pr_list 0.0.19 → 0.0.20

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: 4ac2c61fa0c996d2927dcbfb5b2da7035fbe3565
4
- data.tar.gz: 2cfb0f5046eed5f37ab7cd9980c47d78fba60824
3
+ metadata.gz: 0edce63a866a63d64d1af12e7a6797c372e56eab
4
+ data.tar.gz: a49b1a3e176c08d0849e8e0dc6439feeeb7e8d92
5
5
  SHA512:
6
- metadata.gz: 1084cb4cb0b99d178ad64dfc5876a17dd80f513e8dd77e8a856dcd61f1ebd4301e3e987ff1c12280d7b2f0310c86d0f353034c23efc2ad7e60cfabcc911d1c48
7
- data.tar.gz: 348be2dd911a8d157fc05f6e3f1e7c503346bfb8a9f7e4fd5bdb68429e56a4cab1ed07b1b8c0c89b4a652a599d528be4e5aab91f1d6fd130d5332c432aba53bf
6
+ metadata.gz: a74ea607be06a17b70a994c942d0159f5cf434c259ba490e2d9ebf53e00a21a6826248809571fa780b7bc002addde56c632c8089047467f1c1f4b3ffa1a861ca
7
+ data.tar.gz: 074e65c45405794d179aa1816f65c1eff1efdd86dd36d45de8ee222d4322cd3e99feabee41893daa7dd0e8b568f54c8db373f846132e34b031d73df6c4b9c090
data/CHANGELOG.md CHANGED
@@ -1,3 +1,9 @@
1
+ ## 2015-04-28
2
+
3
+ Bug Fixes:
4
+
5
+ * Updating syntax on Lita.adapters to match Lita 5 syntax (now used in main Lita app). ([#38][], [@darkodosenovic][])
6
+
1
7
  ## 2015-04-15
2
8
 
3
9
  Bug Fixes:
@@ -49,6 +55,7 @@ Features:
49
55
  [#33]: https://github.com/amaabca/lita-github_pr_list/issues/33
50
56
  [#35]: https://github.com/amaabca/lita-github_pr_list/issues/35
51
57
  [#37]: https://github.com/amaabca/lita-github_pr_list/issues/37
58
+ [#38]: https://github.com/amaabca/lita-github_pr_list/issues/38
52
59
  [@MathieuGilbert]: https://github.com/MathieuGilbert
53
60
  [@darkodosenovic]: https://github.com/darkodosenovic
54
61
  [@rubene]: https://github.com/rubene
@@ -1,5 +1,5 @@
1
1
  module Lita
2
2
  module GithubPrList
3
- VERSION = "0.0.19"
3
+ VERSION = "0.0.20"
4
4
  end
5
5
  end
@@ -72,7 +72,7 @@ module Lita
72
72
  end
73
73
 
74
74
  def message_rooms(message, response)
75
- rooms = Lita.config.adapter.rooms
75
+ rooms = Lita.config.adapters.hipchat.rooms
76
76
  rooms ||= [:all]
77
77
  rooms.each do |room|
78
78
  target = Source.new(room: room)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: lita-github_pr_list
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.19
4
+ version: 0.0.20
5
5
  platform: ruby
6
6
  authors:
7
7
  - Michael van den Beuken
@@ -13,7 +13,7 @@ authors:
13
13
  autorequire:
14
14
  bindir: bin
15
15
  cert_chain: []
16
- date: 2015-04-15 00:00:00.000000000 Z
16
+ date: 2015-04-28 00:00:00.000000000 Z
17
17
  dependencies:
18
18
  - !ruby/object:Gem::Dependency
19
19
  name: lita