mmine 0.6.1 → 0.6.2

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
  SHA256:
3
- metadata.gz: c87b41833acd8fb02c77a920fd41ee568e4d21bbfb35554c7711288a614e5966
4
- data.tar.gz: 633958a2d6f07b842ad73293c6f36bfae062ee4b1f4cc2424ca7e4137d40a64b
3
+ metadata.gz: 49206a746b2879182db5a853b699d99b645c8859b77e9e6720300f16c48693d4
4
+ data.tar.gz: fe7acb48b6c9f9abe18223c3e475b7b749e817de780edc048131663ec304a7c6
5
5
  SHA512:
6
- metadata.gz: f2f83dee1c721dd34ac6793e3905bcbdc965dabb02e3ca06efb3e7a6724579de8b14531d9b14c6a4259299e0bb4ed845707767eeacfce985fb95f6641e53c8a4
7
- data.tar.gz: 1cffffc0b4a23e8931e55271e8b62cebc4b1c671b591f41ea5ac6d89a79e5ffa2e2bff86c172d649c11c8aeb158d9e2edc478e59078e4e8849931b836c570b5c
6
+ metadata.gz: 2108ec38855e5a380ddf929db3b114f94a7c0aa181704ae6762e0fc3c869b74271e562b9666d2776feae03b1a42badf043f1df0f5e0d37499d095707e1246b17
7
+ data.tar.gz: 0e7452c31d311225725e30847e569ee66f217671c910c749e9e541e15d99167dfa1fc6998facd13a816470c2bb215fd15a259cd07777903fae38229285bef84f
@@ -295,6 +295,9 @@ class NotificationExtensionIntegrator
295
295
  end
296
296
 
297
297
  def setupExtensionTargetCapabilities
298
+ unless @project.root_object.attributes["TargetAttributes"]
299
+ @project.root_object.attributes["TargetAttributes"] = Hash.new
300
+ end
298
301
  exitsting_capabilities = @project.root_object.attributes["TargetAttributes"][@ne_target.uuid]
299
302
  mobilemessaging_capabilities = { "SystemCapabilities" =>
300
303
  {
@@ -309,6 +312,9 @@ class NotificationExtensionIntegrator
309
312
  end
310
313
 
311
314
  def setupMainTargetCapabilities
315
+ unless @project.root_object.attributes["TargetAttributes"]
316
+ @project.root_object.attributes["TargetAttributes"] = Hash.new
317
+ end
312
318
  exitsting_capabilities = @project.root_object.attributes["TargetAttributes"][@main_target.uuid]
313
319
  mobilemessaging_capabilities = { "SystemCapabilities" =>
314
320
  {
@@ -1,3 +1,3 @@
1
1
  module Mmine
2
- VERSION = "0.6.1"
2
+ VERSION = "0.6.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mmine
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.1
4
+ version: 0.6.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Andrey Kadochnikov