inferno_core 0.4.5 → 0.4.7.pre
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/apps/web/index.html.erb +0 -1
- data/lib/inferno/dsl/assertions.rb +2 -2
- data/lib/inferno/dsl/fhir_client.rb +16 -0
- data/lib/inferno/public/bundle.js +12 -12
- data/lib/inferno/version.rb +1 -1
- metadata +4 -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.7.pre
|
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:
|
13
|
+
date: 2023-01-06 00:00:00.000000000 Z
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
16
16
|
name: activesupport
|
@@ -656,9 +656,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
656
656
|
version: 3.1.2
|
657
657
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
658
658
|
requirements:
|
659
|
-
- - "
|
659
|
+
- - ">"
|
660
660
|
- !ruby/object:Gem::Version
|
661
|
-
version:
|
661
|
+
version: 1.3.1
|
662
662
|
requirements: []
|
663
663
|
rubygems_version: 3.3.7
|
664
664
|
signing_key:
|