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 +4 -4
- data/CHANGELOG.md +7 -0
- data/lib/lita/github_pr_list/version.rb +1 -1
- data/lib/lita/handlers/github_pr_list.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 0edce63a866a63d64d1af12e7a6797c372e56eab
|
|
4
|
+
data.tar.gz: a49b1a3e176c08d0849e8e0dc6439feeeb7e8d92
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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
|
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.
|
|
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-
|
|
16
|
+
date: 2015-04-28 00:00:00.000000000 Z
|
|
17
17
|
dependencies:
|
|
18
18
|
- !ruby/object:Gem::Dependency
|
|
19
19
|
name: lita
|