apiotics 0.2.12 → 0.2.13

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: cf59743178c67ba8fc5651aae6497cd2142dc4f2
4
- data.tar.gz: 51ea2c76b6b5c304680703b300b4121b029a2298
3
+ metadata.gz: fe30fd9a4a1b5fc97c555c0684ffd8379ecb9da3
4
+ data.tar.gz: 3cb652b24319ce5298464927081766eb3b867913
5
5
  SHA512:
6
- metadata.gz: 75f585a1105d7d12f2761f9b52c2fa7a4cfd6720c55664dab61372d34bbec1c57cc53cf089a103e83c359e2548708f92410708adc74216937c77b94cc97a4380
7
- data.tar.gz: 81306f49643f01775a86e47390b98e76f9f9a48c5d4d12d011ed35a8f8006b7e2607149ac8e07acf88f17918f2caa1df080f37164d48bd8b07680b03245d094d
6
+ metadata.gz: d0260881370ac99729ade12f0b125dfe9b46b027ea8f20b1185bac1124ac127daaf93a1b2473cd606b907a9441af260d38bd86c9e0961ffe3455d12272abc5ee
7
+ data.tar.gz: 8c5ba61f7e82417c65f00cd96689c02ad95e10e9c9c4af0c5294fd2279259159c3151d8500fcda0594a74664acd12bf9bfbb5d8dfaba6d5df38d443abeab5a25
@@ -375,6 +375,7 @@ module Apiotics
375
375
  else
376
376
  config["name"] = name.to_s
377
377
  end
378
+ confif["worker_type"] = worker_name
378
379
  config["portal"] = Apiotics.configuration.portal
379
380
  config["message_validation"] = false
380
381
  config["local_server"] = "localhost"
@@ -1,3 +1,3 @@
1
1
  module Apiotics
2
- VERSION = '0.2.12'
2
+ VERSION = '0.2.13'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: apiotics
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.12
4
+ version: 0.2.13
5
5
  platform: ruby
6
6
  authors:
7
7
  - MicroArx Corporation
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-05-23 00:00:00.000000000 Z
11
+ date: 2018-05-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails