hq-engine 0.0.4 → 0.0.5

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.
@@ -39,7 +39,7 @@ class SubProcessRuleProvider
39
39
  chars = "abcdefghijklmnopqrstuvwxyz"
40
40
  session_id = (0...16).map { chars[rand chars.length] }.join("")
41
41
 
42
- return Session.new self, session_id
42
+ return SubProcessRuleProvider.new self, session_id
43
43
 
44
44
  end
45
45
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hq-engine
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.4
4
+ version: 0.0.5
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -102,7 +102,7 @@ files:
102
102
  - lib/hq/engine/api-spec.rb
103
103
  - lib/hq/engine/engine.rb
104
104
  - lib/hq/engine/register-engine-commands.rb
105
- - lib/hq/engine/subprocess-rule-provider/rule-provider.rb
105
+ - lib/hq/engine/subprocess-rule-provider/self.rb
106
106
  - lib/hq/engine/subprocess-rule-provider/session.rb
107
107
  - lib/hq/engine/subprocess-rule-provider/start.rb
108
108
  - lib/hq/engine/libxmlruby-mixin.rb