nutella_framework 0.4.20 → 0.4.21
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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: db34738b25a4c1acc6d341c4fdde169b297b0a90
|
4
|
+
data.tar.gz: 877910f4b084c871026617c5600eab5dbfdf6635
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6f31122281eef5e815fe213ac57838d6eb840bd7a830ffbd9976f853e55a7391839a38d8ac63afc85b33b63967248fa6daf18ffe694ba7cf2c477f0859d73b44
|
7
|
+
data.tar.gz: cb36ddeb227644b8f16f8028802016162931726405a587fa0633a878b387e694d541c577f59e399ce1fb8e56b3eecd7542a4ad2d4a0c83e3560952850afd15a4
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.4.
|
1
|
+
0.4.21
|
@@ -22,7 +22,7 @@ nutella.f.net.subscribe_to_all_runs('configs/update', lambda do |message, app_id
|
|
22
22
|
# Update
|
23
23
|
configs_db = nutella.f.persist.get_run_json_object_store(app_id, run_id, 'configs')
|
24
24
|
if new_configs != nil
|
25
|
-
configs_db[
|
25
|
+
configs_db['configs'] = new_configs
|
26
26
|
end
|
27
27
|
|
28
28
|
puts 'Updated DB'
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: nutella_framework
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.4.
|
4
|
+
version: 0.4.21
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Alessandro Gnoli
|
@@ -358,10 +358,8 @@ files:
|
|
358
358
|
- framework_components/monitoring-bot/nutella.json
|
359
359
|
- framework_components/monitoring-bot/startup
|
360
360
|
- framework_components/order.json
|
361
|
-
- framework_components/roomcast-bot/data/default/channels-data.json
|
362
361
|
- framework_components/roomcast-bot/data/default/channels.json
|
363
362
|
- framework_components/roomcast-bot/data/default/configs.json
|
364
|
-
- framework_components/roomcast-bot/data/default/mapping.json
|
365
363
|
- framework_components/roomcast-bot/roomcast_bot.rb
|
366
364
|
- framework_components/roomcast-bot/startup
|
367
365
|
- framework_components/roomcast-channel-creator/.gitignore
|