slack-bot-manager 0.1.0pre4 → 0.1.0pre5
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: 94c0fcf2ea9130702486e394c1ef6e0136e575ad
|
|
4
|
+
data.tar.gz: b6d72784eff5a297ad79d4fb64b9a89a37e2fd2c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: addc0d7b47775b5bcba57fb55a48d1ed9da67c47979a55e1459462eee4b79c720ae0b03a99d624c73e16b7a299a6bbac8cdf7de6bc78b15aa3d111198d9f5aa5
|
|
7
|
+
data.tar.gz: 2afb977beff0109afc0c5d0056904da6c82916af9859b87a720f13c08edcf80c0994ce916560cae8bfde76567741b2d256a042868227bdb3086275cbd4855202
|
data/CHANGELOG.md
CHANGED
|
@@ -103,9 +103,9 @@ module SlackBotManager
|
|
|
103
103
|
end
|
|
104
104
|
|
|
105
105
|
def storage_adapter=(val)
|
|
106
|
-
# return if self.storage.
|
|
106
|
+
# return if !self.storage.nil? && val == @storage_adapter
|
|
107
107
|
@storage_adapter = val
|
|
108
|
-
self.storage = !@storage_adapter.
|
|
108
|
+
self.storage = !@storage_adapter.nil? ? 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.0pre5 <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.0pre5 <https://github.com/betaworks/slack-bot-manager>
|
|
180
180
|
Content-Type:
|
|
181
181
|
- application/x-www-form-urlencoded
|
|
182
182
|
Accept-Encoding:
|