nutella_lib 0.4.9 → 0.4.10

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: a41007fb50c6294bef70e4d0678ab60cfad5627c
4
- data.tar.gz: e803a2a2796812cf77b61c5234b0560c53050e10
3
+ metadata.gz: 7dcd328e6dbcb8aa528d68feea5852ab0932f03b
4
+ data.tar.gz: 5f0d0674ca7b8c9e615906d1e65b8dced82b6264
5
5
  SHA512:
6
- metadata.gz: 332710b0952bc698e54dc1caf8da3ef0cb582e40f3b40a456f699dc9c58b6d49d87ccf9641b5bd2dc3e01917f197967b6c0ec3953141c53415054358b8e760a4
7
- data.tar.gz: b7de7881930f00ce83674ebd14055a73180eb40038380e46219db07f4639985d15818016da4af063d3450b96ae3ccc3affb840c373f0613fbfce0d32fe7ae13d
6
+ metadata.gz: ec7c0d25cc0392cb8f1a48d4365475e7e38afc65a4b8c931eb80a296979d528b809a9ca496542097c7cd5a388b6131d0d46a3170fcb29f0dd215c52201df897e
7
+ data.tar.gz: 8f9fd8d89661f448dc7954769fb74977ea5739d98a7cf0838d928a3b7e42493afa48a38e494cc8e3468237247df4a572f981d172ba559e7a63b976ada7fdad89
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.4.9
1
+ 0.4.10
@@ -255,7 +255,7 @@ module Nutella
255
255
  # Subscribe to the channel
256
256
  Nutella.mqtt.subscribe( padded_channel, mqtt_cb )
257
257
  # Notify subscription
258
- Nutella::Net.publish_to('handle_requests', {'type' => 'subscribe', 'channel' => padded_channel}, Nutella.app_id, nil)
258
+ Nutella::Net.publish_to('subscriptions', {'type' => 'handle_requests', 'channel' => padded_channel}, Nutella.app_id, nil)
259
259
  end
260
260
 
261
261
 
data/nutella_lib.gemspec CHANGED
@@ -2,11 +2,11 @@
2
2
  # DO NOT EDIT THIS FILE DIRECTLY
3
3
  # Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
4
4
  # -*- encoding: utf-8 -*-
5
- # stub: nutella_lib 0.4.9 ruby lib
5
+ # stub: nutella_lib 0.4.10 ruby lib
6
6
 
7
7
  Gem::Specification.new do |s|
8
8
  s.name = "nutella_lib"
9
- s.version = "0.4.9"
9
+ s.version = "0.4.10"
10
10
 
11
11
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
12
12
  s.require_paths = ["lib"]
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: nutella_lib
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.9
4
+ version: 0.4.10
5
5
  platform: ruby
6
6
  authors:
7
7
  - Alessandro Gnoli