epb_view_models 1.1.2 → 1.1.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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile.lock +19 -18
  3. data/lib/epb_view_models.rb +1 -1
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: bbfe61f3dd422c63e6304d3db50ca8763c08ff397aa9beacd7bcde040b19d3b1
4
- data.tar.gz: b3e90e80af3d5d0de7ec5946c88db890a68a4d07fce88329147d2f52fbe85314
3
+ metadata.gz: 52ca0b0fddb4063f84183fbc706a463c4c50094811624ca23297ffa7e91ef612
4
+ data.tar.gz: 338993e9e0b7cbf6f4fd9dff9f80345631972ec4a01329a978ba3b012b6b6dba
5
5
  SHA512:
6
- metadata.gz: c4ab329d35fd03b1ef595b453c68fb85c34401000eef9bb9d2ad58af7a6fa68d9b4eb850102370e524190321e54cf0b127cb611c8f0a107e9e758bdaa1a1bbd3
7
- data.tar.gz: 6205e6087b08acaeb89f181282af4f735d0cb6a0d42d0b769d9d08984fc8c6222b636606860fb76a0bdf9b356dff26b67baa1511201e9c9fa306af20ba61e0b6
6
+ metadata.gz: c0a0e4185291d3eef3d87e91db97157e7654ca85d2acb6d908d57f620f64ebfe4e012fdc02ee9a1c1cd1feccdf6e66dfd424885c2d922269b9a89e84514fc58e
7
+ data.tar.gz: 023c03bfb0cdb1c079861e6e6f723dac281a8a1d3d474b4ab69c1de3a3d5afbac22f88ea2552917bc27edb51615aa248cbc4c4f3c2d8ff5188eb705eaebc2e5e
data/Gemfile.lock CHANGED
@@ -1,44 +1,45 @@
1
1
  GEM
2
2
  remote: https://rubygems.org/
3
3
  specs:
4
- activesupport (7.0.4.2)
4
+ activesupport (7.0.6)
5
5
  concurrent-ruby (~> 1.0, >= 1.0.2)
6
6
  i18n (>= 1.6, < 2)
7
7
  minitest (>= 5.1)
8
8
  tzinfo (~> 2.0)
9
9
  ast (2.4.2)
10
- concurrent-ruby (1.2.0)
10
+ concurrent-ruby (1.2.2)
11
11
  diff-lcs (1.5.0)
12
- i18n (1.12.0)
12
+ i18n (1.14.1)
13
13
  concurrent-ruby (~> 1.0)
14
14
  json (2.6.3)
15
- mini_portile2 (2.8.1)
16
- minitest (5.17.0)
17
- nokogiri (1.14.0)
18
- mini_portile2 (~> 2.8.0)
15
+ mini_portile2 (2.8.4)
16
+ minitest (5.18.1)
17
+ nokogiri (1.15.3)
18
+ mini_portile2 (~> 2.8.2)
19
19
  racc (~> 1.4)
20
- parallel (1.22.1)
21
- parser (3.2.0.0)
20
+ parallel (1.23.0)
21
+ parser (3.2.2.3)
22
22
  ast (~> 2.4.1)
23
- racc (1.6.2)
24
- rack (3.0.4.1)
23
+ racc
24
+ racc (1.7.1)
25
+ rack (3.0.8)
25
26
  rainbow (3.1.1)
26
27
  rake (13.0.6)
27
- regexp_parser (2.6.2)
28
+ regexp_parser (2.8.1)
28
29
  rexml (3.2.5)
29
30
  rspec (3.12.0)
30
31
  rspec-core (~> 3.12.0)
31
32
  rspec-expectations (~> 3.12.0)
32
33
  rspec-mocks (~> 3.12.0)
33
- rspec-core (3.12.0)
34
+ rspec-core (3.12.2)
34
35
  rspec-support (~> 3.12.0)
35
- rspec-expectations (3.12.2)
36
+ rspec-expectations (3.12.3)
36
37
  diff-lcs (>= 1.2.0, < 2.0)
37
38
  rspec-support (~> 3.12.0)
38
- rspec-mocks (3.12.3)
39
+ rspec-mocks (3.12.6)
39
40
  diff-lcs (>= 1.2.0, < 2.0)
40
41
  rspec-support (~> 3.12.0)
41
- rspec-support (3.12.0)
42
+ rspec-support (3.12.1)
42
43
  rubocop (1.35.0)
43
44
  json (~> 2.3)
44
45
  parallel (~> 1.10)
@@ -65,11 +66,11 @@ GEM
65
66
  rubocop (~> 1.0)
66
67
  rubocop-rspec (2.12.1)
67
68
  rubocop (~> 1.31)
68
- ruby-progressbar (1.11.0)
69
+ ruby-progressbar (1.13.0)
69
70
  tzinfo (2.0.6)
70
71
  concurrent-ruby (~> 1.0)
71
72
  unicode-display_width (2.4.2)
72
- zeitwerk (2.6.6)
73
+ zeitwerk (2.6.8)
73
74
 
74
75
  PLATFORMS
75
76
  ruby
@@ -5,7 +5,7 @@ loader = Zeitwerk::Loader.for_gem(warn_on_extra_files: false)
5
5
  loader.setup
6
6
 
7
7
  module EpbViewModels
8
- VERSION = "1.1.2"
8
+ VERSION = "1.1.3"
9
9
  end
10
10
 
11
11
  # Monkey patching to avoid using ActiveRecord::Type::Boolean.new.cast
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: epb_view_models
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.2
4
+ version: 1.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - DLUHC Energy Performance of Buildings
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2023-07-18 00:00:00.000000000 Z
11
+ date: 2023-07-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: nokogiri