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.
- checksums.yaml +4 -4
- data/lib/inferno/db/migrations/008_remove_timestamps.rb +9 -0
- data/lib/inferno/db/schema.rb +0 -4
- data/lib/inferno/entities/header.rb +2 -8
- data/lib/inferno/entities/message.rb +1 -5
- data/lib/inferno/public/bundle.js +2 -2
- data/lib/inferno/repositories/headers.rb +0 -3
- data/lib/inferno/repositories/messages.rb +0 -3
- data/lib/inferno/version.rb +1 -1
- metadata +5 -4
data/lib/inferno/version.rb
CHANGED
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.
|
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-
|
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:
|
661
|
+
version: '0'
|
661
662
|
requirements: []
|
662
663
|
rubygems_version: 3.3.7
|
663
664
|
signing_key:
|