apiotics 0.2.13 → 0.2.14

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: fe30fd9a4a1b5fc97c555c0684ffd8379ecb9da3
4
- data.tar.gz: 3cb652b24319ce5298464927081766eb3b867913
3
+ metadata.gz: 510b6b79e702777970d5fa7916c705032c07fbeb
4
+ data.tar.gz: 5b40a88e13b60704eaf436a7b365720c243d143f
5
5
  SHA512:
6
- metadata.gz: d0260881370ac99729ade12f0b125dfe9b46b027ea8f20b1185bac1124ac127daaf93a1b2473cd606b907a9441af260d38bd86c9e0961ffe3455d12272abc5ee
7
- data.tar.gz: 8c5ba61f7e82417c65f00cd96689c02ad95e10e9c9c4af0c5294fd2279259159c3151d8500fcda0594a74664acd12bf9bfbb5d8dfaba6d5df38d443abeab5a25
6
+ metadata.gz: 1a81d7976d10056635e8b20c694104bbbd35fe06bd027d45013857489809b5269df8e3f3866798ea5bd77d32ec96f3e4f1441d83ddfa917f3ac7b851fbe1bd60
7
+ data.tar.gz: 532bbe4994a8c44d88b1f854b8d5683337022960872712953f626a9f43cb3fbcd4cb7373fed8b874f7bfe8e5cb8436c837caf1777a8d217de501da17c42945e5
@@ -375,7 +375,7 @@ module Apiotics
375
375
  else
376
376
  config["name"] = name.to_s
377
377
  end
378
- confif["worker_type"] = worker_name
378
+ config["worker_type"] = worker_name
379
379
  config["portal"] = Apiotics.configuration.portal
380
380
  config["message_validation"] = false
381
381
  config["local_server"] = "localhost"
@@ -1,3 +1,3 @@
1
1
  module Apiotics
2
- VERSION = '0.2.13'
2
+ VERSION = '0.2.14'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: apiotics
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.13
4
+ version: 0.2.14
5
5
  platform: ruby
6
6
  authors:
7
7
  - MicroArx Corporation