spacebunny 1.1.1 → 1.1.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: da12bbffb96566d14a925e1a358f7a025a3e4c42
4
- data.tar.gz: 6a1814f7d0c40a407d1cac5a898d81e9c23457b4
3
+ metadata.gz: d976493baccb198471d6c347132c9ec36ae7f1fb
4
+ data.tar.gz: b11161a07bf0cebb5a3b70e3744473d9e2d27e99
5
5
  SHA512:
6
- metadata.gz: a91d509a18b3585b96d3e2e46d497b905c9c4197e840813de0ec53bf6670e08e747ef7afe81864ed59f74e5c78fbbbae12e90f088652276edf9836ecf3190740
7
- data.tar.gz: 4cffd4e9a2eea8fc3ea3814faf195f4feba22cd36cedd07b2ea018a38a6f0a85d5c4f95f93223a883ada779e4932b3f65e0e3a3bb45c5fc3051e8cac5e38c694
6
+ metadata.gz: aa5feb176d02abc572c3e512a1add658a92a008a2ae839907519e64b3cc4841bf2b6f470ec80120344471dd6ce1d394eda9d796ba71358b677cbe8b64deb986a
7
+ data.tar.gz: 711c085fdc76a04ff44f6ad322ce80303adc14577a2ac4ce67ca53ce11dac3cfec1cba7b8658302d8d1651038b94236ed7a5f07183598f06270b9891703812c5
@@ -138,11 +138,11 @@ module Spacebunny
138
138
  end
139
139
 
140
140
  def with_channel_check(name)
141
- unless res = channels.include?(name)
141
+ unless res = channels.include?(name.to_sym)
142
142
  logger.warn <<-MSG
143
143
 
144
144
  You're going to publish on channel '#{name}', but it does not appear a configured channel.
145
- If using auto-configuration (device-key) associate the channel to device '#{@auto_configs[:connection][:name]}'
145
+ If using auto-configuration (device-key) associate the channel to device '#{connection_configs[:device_name]}'
146
146
  from web interface.
147
147
  If providing manual configuration, please specify channels list through the :channels option
148
148
  or through given setter, e.g. client.channels = [:first_channel, :second_channel, ... ])
@@ -1,3 +1,3 @@
1
1
  module Spacebunny
2
- VERSION = '1.1.1'
2
+ VERSION = '1.1.2'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: spacebunny
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.1
4
+ version: 1.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Alessandro Verlato