inferno_core 0.6.3 → 0.6.4

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: afdf870396c4f72a853bcbc56b7f134c827391a0b0b2e956b47e79aa36fccdf8
4
- data.tar.gz: d77d91fc728001379862adb5d740039704d3dd81fe184b8e11d3b99a650e5218
3
+ metadata.gz: 404dc10cd08aff285dbac620bdcf7330938e1f97ae2933e3c87dc399a2551551
4
+ data.tar.gz: 1fed11cfea855b9b3543f01e19053cea9bd98dd589d18abe3310b13f7d519172
5
5
  SHA512:
6
- metadata.gz: 03ff313b070ce6d09ae5ec35c0f677ed30c04010915189fdf9361ddb0e69b5df9ae0bdb7350a9e8db041a3352cc183d60173b0598fc729273ccfdf1386b03351
7
- data.tar.gz: 37ea35ed4bad96e583f935763f22865244d01ae8daed58b43b0a82d9e2b74d5a39efcc6995bdc087c19fa620eddbc131f81a6365aa8ece6b12dcf8db319c9245
6
+ metadata.gz: 9160481ca996a9ce316e8192c57bd72c15ff51a3eaff09fddec90283fbfd2ec8e1959fed8636744f79531ffffffbdf6addd0da165a24eed2bc741394c3285ae3
7
+ data.tar.gz: 455f609148df1220216d6dba1862d8361719372d4a26e46a8303e864ab4041cfa9da3ac726cb6909aac204679b31a1c28f5d5a1d2c8a1fb5f1fcf77c7631c0ac
@@ -6,6 +6,7 @@ module Inferno
6
6
  class SuiteOption < Serializer
7
7
  identifier :id
8
8
  field :title, if: :field_present?
9
+ field :default, if: :field_present?
9
10
  field :description, if: :field_present?
10
11
  field :list_options, if: :field_present?
11
12
  field :value, if: :field_present?
@@ -11,6 +11,7 @@ module Inferno
11
11
  ATTRIBUTES = [
12
12
  :id,
13
13
  :title,
14
+ :default,
14
15
  :description,
15
16
  :list_options,
16
17
  :value
@@ -20,6 +21,7 @@ module Inferno
20
21
 
21
22
  # @!attribute [rw] id
22
23
  # @!attribute [rw] title
24
+ # @!attribute [rw] default
23
25
  # @!attribute [rw] description
24
26
  # @!attribute [rw] list_options
25
27
  # @!attribute [rw] value
@@ -1,4 +1,4 @@
1
1
  module Inferno
2
2
  # Standard patterns for gem versions: https://guides.rubygems.org/patterns/
3
- VERSION = '0.6.3'.freeze
3
+ VERSION = '0.6.4'.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.6.3
4
+ version: 0.6.4
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: 2025-02-13 00:00:00.000000000 Z
13
+ date: 2025-02-14 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: activesupport