template-ruby 0.6.4 → 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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 577e47841edac1911055ef3ab0d874e4f34dd8e90dc80d26eeb9ab8938cb9089
4
- data.tar.gz: 746c3a27d41846c09eb0240860d01f288a47d19476c1ae1aacb44b50e1ff33bd
3
+ metadata.gz: 72b96f298f1e9c119b40155f321d12379b866b17b3d7ab79440282ace987a2b0
4
+ data.tar.gz: 6ef450e127b76928322cf25738c11172b825d292165d3b8589371c5d095787bf
5
5
  SHA512:
6
- metadata.gz: 6c146b32bd894d140d3733c860454aef912e82f84be8d303f6b630b773388af9493810623872d9d0297cc0804a851cdb360cb85423886ab942f65df359c30ee6
7
- data.tar.gz: 2d3458a5ea2bc4506001a40dd900bdfd3f84cf08b44a1f78d61ae32523f65212aaa980c3bc43ef64a546efa17d96b769b40670d3068b802ac7c61efa0cdc071a
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.3)
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
@@ -46,4 +69,4 @@ RUBY VERSION
46
69
  ruby 3.3.0p0
47
70
 
48
71
  BUNDLED WITH
49
- 2.4.22
72
+ 2.5.6
@@ -2,4 +2,4 @@
2
2
 
3
3
  require_relative "../template"
4
4
 
5
- Template::Version = Gem::Version.new("0.6.4")
5
+ Template::Version = Gem::Version.new("0.6.6")
@@ -13,7 +13,7 @@ Gem::Specification.new do |s|
13
13
  s.email = "dorian@dorianmarie.fr"
14
14
  s.files = `git ls-files`.split($INPUT_RECORD_SEPARATOR)
15
15
  s.require_paths = ["lib"]
16
- s.homepage = "https://github.com/dorianmariefr/template-ruby"
16
+ s.homepage = "https://github.com/dorianmariecom/template-ruby"
17
17
  s.license = "MIT"
18
18
  s.executables = "template"
19
19
 
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.4
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-01-31 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
@@ -80,7 +80,7 @@ files:
80
80
  - spec/spec_helper.rb
81
81
  - spec/template_spec.rb
82
82
  - template-ruby.gemspec
83
- homepage: https://github.com/dorianmariefr/template-ruby
83
+ homepage: https://github.com/dorianmariecom/template-ruby
84
84
  licenses:
85
85
  - MIT
86
86
  metadata: {}