slack-bot-manager 0.1.0pre3 → 0.1.0pre4
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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 51b6ac26aac4de28dcde73e45c856f8bf8640bfd
|
|
4
|
+
data.tar.gz: 816afe362b34c061445a494fd63503fa98764e2c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a279e460a54e42b601773511014eb476126dea7eeb375c6d23971064ac53d986d710c087f921361ed70d873cdc4994edf90ea09eac5328f614a68a2e3c9c9800
|
|
7
|
+
data.tar.gz: da54ea74a0d0a2f3c7b39e7469bc002d78289bd0907690469377a6a2703a5fd7cf4941b6cb356732aa8e040cc70c4401fffa0bd128ff4496c1f4e3c6551c89b2
|
data/CHANGELOG.md
CHANGED
|
@@ -105,7 +105,7 @@ module SlackBotManager
|
|
|
105
105
|
def storage_adapter=(val)
|
|
106
106
|
# return if self.storage.present? && val == @storage_adapter
|
|
107
107
|
@storage_adapter = val
|
|
108
|
-
self.storage =
|
|
108
|
+
self.storage = !@storage_adapter.empty? ? storage_adapter.new(self.storage_options) : nil
|
|
109
109
|
end
|
|
110
110
|
|
|
111
111
|
def storage_options=(val)
|
|
@@ -10,7 +10,7 @@ http_interactions:
|
|
|
10
10
|
Accept:
|
|
11
11
|
- application/json; charset=utf-8
|
|
12
12
|
User-Agent:
|
|
13
|
-
- Slack Bot Manager/0.1.
|
|
13
|
+
- Slack Bot Manager/0.1.0pre4 <https://github.com/betaworks/slack-bot-manager>
|
|
14
14
|
Content-Type:
|
|
15
15
|
- application/x-www-form-urlencoded
|
|
16
16
|
Accept-Encoding:
|
|
@@ -176,7 +176,7 @@ http_interactions:
|
|
|
176
176
|
Accept:
|
|
177
177
|
- application/json; charset=utf-8
|
|
178
178
|
User-Agent:
|
|
179
|
-
- Slack Bot Manager/0.1.
|
|
179
|
+
- Slack Bot Manager/0.1.0pre4 <https://github.com/betaworks/slack-bot-manager>
|
|
180
180
|
Content-Type:
|
|
181
181
|
- application/x-www-form-urlencoded
|
|
182
182
|
Accept-Encoding:
|