inferno_core 0.3.11 → 0.3.12

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,4 +1,4 @@
1
1
  module Inferno
2
2
  # Standard patterns for gem versions: https://guides.rubygems.org/patterns/
3
- VERSION = '0.3.11'.freeze
3
+ VERSION = '0.3.12'.freeze
4
4
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: inferno_core
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.11
4
+ version: 0.3.12
5
5
  platform: ruby
6
6
  authors:
7
7
  - Stephen MacVicar
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2022-09-13 00:00:00.000000000 Z
13
+ date: 2022-10-11 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: activesupport
@@ -490,6 +490,7 @@ files:
490
490
  - lib/inferno/apps/cli/console.rb
491
491
  - lib/inferno/apps/cli/main.rb
492
492
  - lib/inferno/apps/cli/migration.rb
493
+ - lib/inferno/apps/cli/services.rb
493
494
  - lib/inferno/apps/cli/suite.rb
494
495
  - lib/inferno/apps/cli/suite_input_template.rb
495
496
  - lib/inferno/apps/cli/suites.rb