flavour_saver 4.0.1 → 4.0.2

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 453d625c7c8aad7ed0a3a06d21d482e92212e252e3a3e0624c825561cb117193
4
- data.tar.gz: 2bae35d9e7f9c4330d93d4dbfdf72c2fb4d0ce09f660f9f80d78ff8095b249b0
3
+ metadata.gz: 80a0e1999365ccda78e958e0155d4dbd22144714aa0aaf313d3a989e91b4679f
4
+ data.tar.gz: ee60228f697c8e271e733b42edb51c4a6fa45dec5178f2df1e6cd097f46401fe
5
5
  SHA512:
6
- metadata.gz: cab9b8e280389ec12e1dbb227698bb52e9ca30859fdb15103db7b5c35f7263e3d8355e05c94d364cda7d7278c7850155ac66ac9ef2027e617bde6ecf0e7387e6
7
- data.tar.gz: c0d6c23e01a6850863092c1829310589e1fd6503f8337be215ad308d3487464cecf74330b4a42c29c937576a70b1b3e1f3a2f514adadfa3679c873006e417749
6
+ metadata.gz: c743bbef88d41fb1953d56fda4ef393109263ca609899e119e0e9f4e80ee9481c12737c7678ff037edec6ddebd169b4dc8343683a3efc81ace61a716a0d4e7c0
7
+ data.tar.gz: 65fb2bc85b97ea6d1f833521350870a637ea9736af104f98c33973d97d5aaf078f950eac0152b636bb7164a0c3483a83e1fffcece6816a9f51c50e09aeeedf07
data/CHANGELOG.md CHANGED
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## 4.0.2
11
+
12
+ * Bump locked dependency versions
13
+
10
14
  ## 4.0.1
11
15
 
12
16
  ### Security
data/Gemfile.lock CHANGED
@@ -1,14 +1,14 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- flavour_saver (4.0.1)
4
+ flavour_saver (4.0.2)
5
5
  rltk (< 3.0)
6
6
  tilt (~> 2.6)
7
7
 
8
8
  GEM
9
9
  remote: https://rubygems.org/
10
10
  specs:
11
- activesupport (7.2.3.1)
11
+ activesupport (7.2.3.2)
12
12
  base64
13
13
  benchmark (>= 0.3)
14
14
  bigdecimal
@@ -22,34 +22,34 @@ GEM
22
22
  tzinfo (~> 2.0, >= 2.0.5)
23
23
  base64 (0.3.0)
24
24
  benchmark (0.5.0)
25
- bigdecimal (4.1.0)
26
- concurrent-ruby (1.3.6)
25
+ bigdecimal (4.1.2)
26
+ concurrent-ruby (1.3.8)
27
27
  connection_pool (2.5.5)
28
- diff-lcs (1.5.1)
28
+ diff-lcs (1.6.2)
29
29
  drb (2.2.3)
30
30
  ffi (1.17.4)
31
- i18n (1.14.8)
31
+ i18n (1.15.2)
32
32
  concurrent-ruby (~> 1.0)
33
33
  logger (1.7.0)
34
34
  minitest (5.27.0)
35
- rake (13.2.1)
35
+ rake (13.4.2)
36
36
  rltk (2.2.1)
37
37
  ffi (>= 1.0.0)
38
- rspec (3.13.0)
38
+ rspec (3.13.2)
39
39
  rspec-core (~> 3.13.0)
40
40
  rspec-expectations (~> 3.13.0)
41
41
  rspec-mocks (~> 3.13.0)
42
- rspec-core (3.13.2)
42
+ rspec-core (3.13.6)
43
43
  rspec-support (~> 3.13.0)
44
- rspec-expectations (3.13.3)
44
+ rspec-expectations (3.13.5)
45
45
  diff-lcs (>= 1.2.0, < 2.0)
46
46
  rspec-support (~> 3.13.0)
47
- rspec-mocks (3.13.2)
47
+ rspec-mocks (3.13.8)
48
48
  diff-lcs (>= 1.2.0, < 2.0)
49
49
  rspec-support (~> 3.13.0)
50
- rspec-support (3.13.2)
50
+ rspec-support (3.13.7)
51
51
  securerandom (0.4.1)
52
- tilt (2.7.0)
52
+ tilt (2.8.0)
53
53
  tzinfo (2.0.6)
54
54
  concurrent-ruby (~> 1.0)
55
55
 
@@ -1,3 +1,3 @@
1
1
  module FlavourSaver
2
- VERSION = "4.0.1"
2
+ VERSION = "4.0.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: flavour_saver
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.0.1
4
+ version: 4.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Clayton Passmore
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2026-08-05 00:00:00.000000000 Z
12
+ date: 2026-08-12 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rake