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: 26bbd6ac7e458ce8eb9c13d0240c1c12c3e20a4c
4
- data.tar.gz: 4aca7114fa130ed10f3c8e24aaf3fc071eb2a0c9
3
+ metadata.gz: 51b6ac26aac4de28dcde73e45c856f8bf8640bfd
4
+ data.tar.gz: 816afe362b34c061445a494fd63503fa98764e2c
5
5
  SHA512:
6
- metadata.gz: e806d0b5f35997dfc9e2380e32eee0202c4bb60594baab464ba87221dc0a861f6bd0ce1cf189abd5b7be173a3a41911d37d590f0f9acc298600be2f07de58b67
7
- data.tar.gz: 8d766dd7907f032619a6673e8f4aaef2f5bc2bbdf45735da7fed18cded5fa2fa8209157d1b11fd17e888062f6d06a5703f1bdd57cef1c7a3e14e8c0cf1e3bf6d
6
+ metadata.gz: a279e460a54e42b601773511014eb476126dea7eeb375c6d23971064ac53d986d710c087f921361ed70d873cdc4994edf90ea09eac5328f614a68a2e3c9c9800
7
+ data.tar.gz: da54ea74a0d0a2f3c7b39e7469bc002d78289bd0907690469377a6a2703a5fd7cf4941b6cb356732aa8e040cc70c4401fffa0bd128ff4496c1f4e3c6551c89b2
data/CHANGELOG.md CHANGED
@@ -1,7 +1,7 @@
1
1
 
2
2
  ### Version 0.1.0 (20 Jan 2016)
3
3
 
4
- __**Pre-release at 0.1.0pre3**__
4
+ __**Pre-release at 0.1.0pre4**__
5
5
 
6
6
  This is the first version of Slack Bot Manager, and includes
7
7
 
@@ -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 = @storage_adapter.present? ? storage_adapter.new(self.storage_options) : nil
108
+ self.storage = !@storage_adapter.empty? ? storage_adapter.new(self.storage_options) : nil
109
109
  end
110
110
 
111
111
  def storage_options=(val)
@@ -1,3 +1,3 @@
1
1
  module SlackBotManager
2
- VERSION = '0.1.0pre3'.freeze
2
+ VERSION = '0.1.0pre4'.freeze
3
3
  end
@@ -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.0pre3 <https://github.com/betaworks/slack-bot-manager>
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.0pre3 <https://github.com/betaworks/slack-bot-manager>
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:
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: slack-bot-manager
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0pre3
4
+ version: 0.1.0pre4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Greg Leuch