bwapi 9.0.1.pre.413 → 9.0.1.pre.415
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 +8 -8
- data/CHANGELOG.md +4 -0
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,15 +1,15 @@
|
|
1
1
|
---
|
2
2
|
!binary "U0hBMQ==":
|
3
3
|
metadata.gz: !binary |-
|
4
|
-
|
4
|
+
ODRkNWY0YmE3MTVmNGQ4YmNkYTNmMjQwOTQ2ZTU0ZWYzOTA2NjVlZA==
|
5
5
|
data.tar.gz: !binary |-
|
6
|
-
|
6
|
+
ZGIwZmFmYTlmNWIzYzhkN2Q2ZDU5MDEyYjRkZGQyZDU3NDBhYjdhMA==
|
7
7
|
SHA512:
|
8
8
|
metadata.gz: !binary |-
|
9
|
-
|
10
|
-
|
11
|
-
|
9
|
+
ZTRmOWRmNmRkMzRjNDc4M2M3N2NmOTk4MTNlMmQxMWZjMDM1YjE3NTZjZGY4
|
10
|
+
NjEzMGVjZjVhNjBkNzQwNGYwODAwYmQ0NzZkMzNjNDkzZjY0YTM1OTQyN2Jh
|
11
|
+
MWYwODAzMzNiNmQ0NjUyNmIyNGEyMWQ3ZTkwYmFhZTVkZmQyOWQ=
|
12
12
|
data.tar.gz: !binary |-
|
13
|
-
|
14
|
-
|
15
|
-
|
13
|
+
NGE2M2Q3Y2M4N2I0OGNiZjJlZjVjMzc2ZDM3ZGU0MjE1MTM4ZTdkZDk4ZjBh
|
14
|
+
NmUzZWVmMjVhYzFkOGZmZTdiYjAxZmNkNDEzNzJkZWFlOWQ2MmM4YzU2Yjdj
|
15
|
+
NDk2OTFiZjk0NDIzOTJjMzlhN2YwM2YxYzljOTM5YmI5ZGM1YzI=
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,10 @@
|
|
1
1
|
# Changelog
|
2
2
|
All notable changes to this project will be documented in this file.
|
3
3
|
|
4
|
+
## 9.0.1
|
5
|
+
### Fixed
|
6
|
+
* NoTask - fixed middleware conflict with the bw_status_board_api gem
|
7
|
+
|
4
8
|
## 9.0.0
|
5
9
|
### Added
|
6
10
|
* NoTask - updated notifications endpoints to match new structure
|