template-ruby 0.6.5 → 0.6.6

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 +39 -16
  3. data/lib/template/version.rb +1 -1
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ba26171068662fbb7a3629a5db8c34b934d4c5795fa9dec16e3fa6e122affb9a
4
- data.tar.gz: 601ac55cf6eee07171ad01f7dae7766abfb09780eadc6119e74112b8deccfa26
3
+ metadata.gz: 72b96f298f1e9c119b40155f321d12379b866b17b3d7ab79440282ace987a2b0
4
+ data.tar.gz: 6ef450e127b76928322cf25738c11172b825d292165d3b8589371c5d095787bf
5
5
  SHA512:
6
- metadata.gz: afcc3236a4a9768a7562096cd7744ba62c52a5218b651e5be952fe208e18877955351324366507ce1c584c02b2991e10b415354ca8b5f0a1d45f00c08dce4a77
7
- data.tar.gz: 3fc0935474b9a0076e02b2a6c2973313c6be88d3b2f5c59e0fa08de324f7fb1303d9d0620dff923d6a717c2824dca4ea94ce4cc30c8e1029c0d52540bf27064d
6
+ metadata.gz: 7521e557ee7d88ef6f59d0efb3471aead4bc78380a6e07fbe65a2ed3922068db4bf686946d73d1c8a76b31658e2cec6db90b307733962ef8a324852c02699d23
7
+ data.tar.gz: eaf00c79e4c4a8a455a3518dd296b15fc047407d7dd38fd3c81bacb6daa7edb7cef60c1c733e1bce576fb6c1edf658023b274b3e637bd1e722c077cbfcc93398
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- template-ruby (0.6.5)
4
+ template-ruby (0.6.6)
5
5
  code-ruby (~> 0)
6
6
  language-ruby (~> 0)
7
7
  zeitwerk (~> 2)
@@ -9,29 +9,52 @@ PATH
9
9
  GEM
10
10
  remote: https://rubygems.org/
11
11
  specs:
12
+ activesupport (7.1.3.2)
13
+ base64
14
+ bigdecimal
15
+ concurrent-ruby (~> 1.0, >= 1.0.2)
16
+ connection_pool (>= 2.2.5)
17
+ drb
18
+ i18n (>= 1.6, < 2)
19
+ minitest (>= 5.1)
20
+ mutex_m
21
+ tzinfo (~> 2.0)
22
+ base64 (0.2.0)
12
23
  bigdecimal (3.1.6)
13
- code-ruby (0.6.2)
24
+ code-ruby (0.13.0)
25
+ activesupport (~> 7)
14
26
  bigdecimal (~> 3)
27
+ json (~> 2)
15
28
  language-ruby (~> 0)
16
29
  zeitwerk (~> 2)
17
- diff-lcs (1.5.0)
18
- language-ruby (0.6.0)
30
+ concurrent-ruby (1.2.3)
31
+ connection_pool (2.4.1)
32
+ diff-lcs (1.5.1)
33
+ drb (2.2.1)
34
+ i18n (1.14.4)
35
+ concurrent-ruby (~> 1.0)
36
+ json (2.7.1)
37
+ language-ruby (0.8.0)
19
38
  zeitwerk (~> 2)
20
- rspec (3.12.0)
21
- rspec-core (~> 3.12.0)
22
- rspec-expectations (~> 3.12.0)
23
- rspec-mocks (~> 3.12.0)
24
- rspec-core (3.12.2)
25
- rspec-support (~> 3.12.0)
26
- rspec-expectations (3.12.3)
39
+ minitest (5.22.2)
40
+ mutex_m (0.2.0)
41
+ rspec (3.13.0)
42
+ rspec-core (~> 3.13.0)
43
+ rspec-expectations (~> 3.13.0)
44
+ rspec-mocks (~> 3.13.0)
45
+ rspec-core (3.13.0)
46
+ rspec-support (~> 3.13.0)
47
+ rspec-expectations (3.13.0)
27
48
  diff-lcs (>= 1.2.0, < 2.0)
28
- rspec-support (~> 3.12.0)
29
- rspec-mocks (3.12.6)
49
+ rspec-support (~> 3.13.0)
50
+ rspec-mocks (3.13.0)
30
51
  diff-lcs (>= 1.2.0, < 2.0)
31
- rspec-support (~> 3.12.0)
32
- rspec-support (3.12.1)
52
+ rspec-support (~> 3.13.0)
53
+ rspec-support (3.13.1)
33
54
  ruby-prof (1.7.0)
34
- zeitwerk (2.6.12)
55
+ tzinfo (2.0.6)
56
+ concurrent-ruby (~> 1.0)
57
+ zeitwerk (2.6.13)
35
58
 
36
59
  PLATFORMS
37
60
  arm64-darwin-22
@@ -2,4 +2,4 @@
2
2
 
3
3
  require_relative "../template"
4
4
 
5
- Template::Version = Gem::Version.new("0.6.5")
5
+ Template::Version = Gem::Version.new("0.6.6")
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: template-ruby
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.5
4
+ version: 0.6.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dorian Marié
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-02-08 00:00:00.000000000 Z
11
+ date: 2024-03-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: code-ruby