apiotics 0.1.81 → 0.1.82

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: a7af0f4c79cc6758bf653bba72cb124483df2f88
4
- data.tar.gz: 043af9217675633249476b951fe112595fd80bf1
3
+ metadata.gz: 42c9d9b1e585d4e2c1f82632353bbb0bd6c739ef
4
+ data.tar.gz: aece1bb701a6d1aa433517b3b580619cd2df87f1
5
5
  SHA512:
6
- metadata.gz: 40bc3afedcdd68c3efdf034169cc45fbee4fd54dc7d15ac0ddfce85ed80e74531d3d3d8c79320bb5ddcfa63888a586b0a2c38a3b9d38237fba4968f627975315
7
- data.tar.gz: 8162f199f5682df49c9d981efb207b7eaa687558dee125e96d3676c5daf43202f74eb4edd791f4ec8349719952153ec381505a9046a8754c403fa4b01aa89f12
6
+ metadata.gz: cdff2446906b94c0dd0d2fb71d4808e865df96c89f477321c7833945d27dca46eef2bf4eb0f666953ba62a0ded643b7fe4bf83c07b36eedae5848424ea7a8b8e
7
+ data.tar.gz: eef266027ba28c8a81edea98866d188a89765f017d8f9628511168a6eb9c57fe29579c12599b6be9706b5108fc37c68a99675b1389b0af4e7fc5a37e46309632
@@ -1,7 +1,7 @@
1
1
  module Apiotics
2
2
  class Configuration
3
3
 
4
- attr_accessor :public_key, :private_key, :local_logging, :targets, :local_port, :server, :server_port, :portal, :push, :tls, :verify_peer, :handshake, :parents, :reduced_metadata, :interface_kinds
4
+ attr_accessor :public_key, :private_key, :local_logging, :targets, :local_port, :server, :server_port, :portal, :push, :tls, :verify_peer, :handshake, :parents, :reduced_metadata, :production_host, :interface_kinds
5
5
 
6
6
  def initialize
7
7
  @public_key = nil
@@ -18,6 +18,7 @@ module Apiotics
18
18
  @handshake = true
19
19
  @parents = {}
20
20
  @reduced_metadata = false
21
+ @production_host = nil
21
22
  @interface_kinds = {
22
23
  "string" => "string",
23
24
  "text" => "string",
@@ -1,3 +1,3 @@
1
1
  module Apiotics
2
- VERSION = '0.1.81'
2
+ VERSION = '0.1.82'
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.1.81
4
+ version: 0.1.82
5
5
  platform: ruby
6
6
  authors:
7
7
  - MicroArx Corporation