datawire_mdk 2.0.12 → 2.0.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.
@@ -1,4 +1,4 @@
1
- # Quark 1.0.443 run at 2016-09-12 17:46:24.827506
1
+ # Quark 1.0.443 run at 2016-09-21 13:32:20.805015
2
2
  module Quark
3
3
  require "quark"
4
4
  def self.mdk_introspection; MdkIntrospection; end
@@ -1,4 +1,4 @@
1
- # Quark 1.0.443 run at 2016-09-12 17:46:24.827506
1
+ # Quark 1.0.443 run at 2016-09-21 13:32:20.805015
2
2
  module Quark
3
3
  require "quark"
4
4
  def self.mdk_introspection; MdkIntrospection; end
@@ -1,4 +1,4 @@
1
- # Quark 1.0.443 run at 2016-09-12 17:46:24.827506
1
+ # Quark 1.0.443 run at 2016-09-21 13:32:20.805015
2
2
  module Quark
3
3
  require "quark"
4
4
  def self.mdk_introspection; MdkIntrospection; end
@@ -6,8 +6,8 @@ module MdkIntrospection
6
6
  require "datawire-quark-core"
7
7
  require_relative 'quark/reflect' # 0 ('quark',) ()
8
8
  require_relative 'mdk_runtime' # 0 () ()
9
- require_relative 'quark' # 0 () ()
10
9
  require_relative 'quark/concurrent' # 0 ('quark',) ()
10
+ require_relative 'quark' # 0 () ()
11
11
  require_relative 'mdk_introspection/aws' # 0 ('mdk_introspection',) ()
12
12
  require_relative 'mdk_introspection/kubernetes' # 0 ('mdk_introspection',) ()
13
13
 
@@ -76,7 +76,7 @@ class DatawireToken < ::DatawireQuarkCore::QuarkObject
76
76
 
77
77
  token = env.var(::Quark.mdk_introspection.DatawireToken.TOKEN_VARIABLE_NAME).get()
78
78
  if ((token) == (nil))
79
- raise ("Neither 'MDK_DISCOVERY_SOURCE' nor 'DATAWIRE_TOKEN' are set. Either set the former to an existing discovery source (e.g. 'synapse:path=/synapse/output_files/'), or use the Datawire cloud services. For the latter please visit https://app.datawire.io/#/signup to create a free account and get a token.")
79
+ ::Quark.quark.concurrent.Context.runtime().fail("Neither 'MDK_DISCOVERY_SOURCE' nor 'DATAWIRE_TOKEN' are set. Either set the former to an existing discovery source (e.g. 'synapse:path=/synapse/output_files/'), or use the Datawire cloud services. For the latter please visit https://app.datawire.io/#/signup to create a free account and get a token.")
80
80
  end
81
81
  return token
82
82
 
data/lib/mdk_protocol.rb CHANGED
@@ -1,4 +1,4 @@
1
- # Quark 1.0.443 run at 2016-09-12 17:46:24.827506
1
+ # Quark 1.0.443 run at 2016-09-21 13:32:20.805015
2
2
  module Quark
3
3
  require "quark"
4
4
  def self.mdk_protocol; MdkProtocol; end
@@ -1,4 +1,4 @@
1
- # Quark 1.0.443 run at 2016-09-12 17:46:24.827506
1
+ # Quark 1.0.443 run at 2016-09-21 13:32:20.805015
2
2
  module Quark
3
3
  require "quark"
4
4
  def self.mdk_runtime; MdkRuntime; end
@@ -1,4 +1,4 @@
1
- # Quark 1.0.443 run at 2016-09-12 17:46:24.827506
1
+ # Quark 1.0.443 run at 2016-09-21 13:32:20.805015
2
2
  module Quark
3
3
  require "quark"
4
4
  def self.mdk_runtime; MdkRuntime; end
@@ -1,4 +1,4 @@
1
- # Quark 1.0.443 run at 2016-09-12 17:46:24.827506
1
+ # Quark 1.0.443 run at 2016-09-21 13:32:20.805015
2
2
  module Quark
3
3
  require "quark"
4
4
  def self.mdk_runtime; MdkRuntime; end
data/lib/mdk_runtime.rb CHANGED
@@ -1,4 +1,4 @@
1
- # Quark 1.0.443 run at 2016-09-12 17:46:24.827506
1
+ # Quark 1.0.443 run at 2016-09-21 13:32:20.805015
2
2
  module Quark
3
3
  require "quark"
4
4
  def self.mdk_runtime; MdkRuntime; end
@@ -1,4 +1,4 @@
1
- # Quark 1.0.443 run at 2016-09-12 17:46:24.827506
1
+ # Quark 1.0.443 run at 2016-09-21 13:32:20.805015
2
2
  module Quark
3
3
  require "quark"
4
4
  def self.mdk_tracing; MdkTracing; end
@@ -1,4 +1,4 @@
1
- # Quark 1.0.443 run at 2016-09-12 17:46:24.827506
1
+ # Quark 1.0.443 run at 2016-09-21 13:32:20.805015
2
2
  module Quark
3
3
  require "quark"
4
4
  def self.mdk_tracing; MdkTracing; end
data/lib/mdk_tracing.rb CHANGED
@@ -1,4 +1,4 @@
1
- # Quark 1.0.443 run at 2016-09-12 17:46:24.827506
1
+ # Quark 1.0.443 run at 2016-09-21 13:32:20.805015
2
2
  module Quark
3
3
  require "quark"
4
4
  def self.mdk_tracing; MdkTracing; end
data/lib/mdk_util.rb CHANGED
@@ -1,4 +1,4 @@
1
- # Quark 1.0.443 run at 2016-09-12 17:46:24.827506
1
+ # Quark 1.0.443 run at 2016-09-21 13:32:20.805015
2
2
  module Quark
3
3
  require "quark"
4
4
  def self.mdk_util; MdkUtil; end
@@ -1,4 +1,4 @@
1
- # Quark 1.0.443 run at 2016-09-12 17:46:24.827506
1
+ # Quark 1.0.443 run at 2016-09-21 13:32:20.805015
2
2
  module Quark
3
3
  def self.quark; Quark; end
4
4
  module Quark
@@ -1,4 +1,4 @@
1
- # Quark 1.0.443 run at 2016-09-12 17:46:24.827506
1
+ # Quark 1.0.443 run at 2016-09-21 13:32:20.805015
2
2
  module Quark
3
3
  def self.quark; Quark; end
4
4
  module Quark
data/lib/quark/error.rb CHANGED
@@ -1,4 +1,4 @@
1
- # Quark 1.0.443 run at 2016-09-12 17:46:24.827506
1
+ # Quark 1.0.443 run at 2016-09-21 13:32:20.805015
2
2
  module Quark
3
3
  def self.quark; Quark; end
4
4
  module Quark
data/lib/quark/logging.rb CHANGED
@@ -1,4 +1,4 @@
1
- # Quark 1.0.443 run at 2016-09-12 17:46:24.827506
1
+ # Quark 1.0.443 run at 2016-09-21 13:32:20.805015
2
2
  module Quark
3
3
  def self.quark; Quark; end
4
4
  module Quark
data/lib/quark/mock.rb CHANGED
@@ -1,4 +1,4 @@
1
- # Quark 1.0.443 run at 2016-09-12 17:46:24.827506
1
+ # Quark 1.0.443 run at 2016-09-21 13:32:20.805015
2
2
  module Quark
3
3
  def self.quark; Quark; end
4
4
  module Quark
data/lib/quark/os.rb CHANGED
@@ -1,4 +1,4 @@
1
- # Quark 1.0.443 run at 2016-09-12 17:46:24.827506
1
+ # Quark 1.0.443 run at 2016-09-21 13:32:20.805015
2
2
  module Quark
3
3
  def self.quark; Quark; end
4
4
  module Quark
data/lib/quark/reflect.rb CHANGED
@@ -1,4 +1,4 @@
1
- # Quark 1.0.443 run at 2016-09-12 17:46:24.827506
1
+ # Quark 1.0.443 run at 2016-09-21 13:32:20.805015
2
2
  module Quark
3
3
  def self.quark; Quark; end
4
4
  module Quark
data/lib/quark/spi.rb CHANGED
@@ -1,4 +1,4 @@
1
- # Quark 1.0.443 run at 2016-09-12 17:46:24.827506
1
+ # Quark 1.0.443 run at 2016-09-21 13:32:20.805015
2
2
  module Quark
3
3
  def self.quark; Quark; end
4
4
  module Quark
data/lib/quark/spi_api.rb CHANGED
@@ -1,4 +1,4 @@
1
- # Quark 1.0.443 run at 2016-09-12 17:46:24.827506
1
+ # Quark 1.0.443 run at 2016-09-21 13:32:20.805015
2
2
  module Quark
3
3
  def self.quark; Quark; end
4
4
  module Quark
@@ -1,4 +1,4 @@
1
- # Quark 1.0.443 run at 2016-09-12 17:46:24.827506
1
+ # Quark 1.0.443 run at 2016-09-21 13:32:20.805015
2
2
  module Quark
3
3
  def self.quark; Quark; end
4
4
  module Quark
data/lib/quark/test.rb CHANGED
@@ -1,4 +1,4 @@
1
- # Quark 1.0.443 run at 2016-09-12 17:46:24.827506
1
+ # Quark 1.0.443 run at 2016-09-21 13:32:20.805015
2
2
  module Quark
3
3
  def self.quark; Quark; end
4
4
  module Quark
data/lib/quark.rb CHANGED
@@ -1,4 +1,4 @@
1
- # Quark 1.0.443 run at 2016-09-12 17:46:24.827506
1
+ # Quark 1.0.443 run at 2016-09-21 13:32:20.805015
2
2
  module Quark
3
3
  require_relative "datawire-quark-core"
4
4
  def self.quark; Quark; end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: datawire_mdk
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.12
4
+ version: 2.0.13
5
5
  platform: ruby
6
6
  authors:
7
7
  - Quark compiled code
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-09-12 00:00:00.000000000 Z
11
+ date: 2016-09-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: concurrent-ruby