inferno_core 0.4.2.pre → 0.4.3

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.
@@ -6,9 +6,6 @@ module Inferno
6
6
 
7
7
  def before_create
8
8
  self.id = SecureRandom.uuid
9
- time = Time.now
10
- self.created_at ||= time
11
- self.updated_at ||= time
12
9
  super
13
10
  end
14
11
 
@@ -16,9 +16,6 @@ module Inferno
16
16
 
17
17
  def before_create
18
18
  self.id = SecureRandom.uuid
19
- time = Time.now
20
- self.created_at ||= time
21
- self.updated_at ||= time
22
19
  super
23
20
  end
24
21
 
@@ -1,4 +1,4 @@
1
1
  module Inferno
2
2
  # Standard patterns for gem versions: https://guides.rubygems.org/patterns/
3
- VERSION = '0.4.2.pre'.freeze
3
+ VERSION = '0.4.3'.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.4.2.pre
4
+ version: 0.4.3
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-10-26 00:00:00.000000000 Z
13
+ date: 2022-11-16 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: activesupport
@@ -556,6 +556,7 @@ files:
556
556
  - lib/inferno/db/migrations/005_add_updated_at_index_to_results.rb
557
557
  - lib/inferno/db/migrations/006_remove_unused_tables.rb
558
558
  - lib/inferno/db/migrations/007_add_suite_options.rb
559
+ - lib/inferno/db/migrations/008_remove_timestamps.rb
559
560
  - lib/inferno/db/schema.rb
560
561
  - lib/inferno/dsl.rb
561
562
  - lib/inferno/dsl/assertions.rb
@@ -655,9 +656,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
655
656
  version: 3.1.2
656
657
  required_rubygems_version: !ruby/object:Gem::Requirement
657
658
  requirements:
658
- - - ">"
659
+ - - ">="
659
660
  - !ruby/object:Gem::Version
660
- version: 1.3.1
661
+ version: '0'
661
662
  requirements: []
662
663
  rubygems_version: 3.3.7
663
664
  signing_key: