template-ruby 0.6.9 → 0.7.0

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: 2efcb0268ae2c3667731ee129a76261e0f62e5e9582258552f46c2304ea73ad4
4
- data.tar.gz: 3f05bf87613effde989a93dd3372cbbd1c3cbdc53d5675f732fe1f35be553908
3
+ metadata.gz: 4c735eef74962ee5a0bb5967f18e1d98d156dbdab53c417769853355092493ee
4
+ data.tar.gz: ba8f2ab540aaa4fb088b03418317c6c6b0e6f72877c325490542b9c72dfe3120
5
5
  SHA512:
6
- metadata.gz: 519a9212100d1040f0b92763d8a668cc4ac93de1553a0e18f7572b2ed3541232af6ef6ba7980a5f6697564832544195a63d2a8e0f1b1ad51634d167d59905c5a
7
- data.tar.gz: 8b594f2709583486948952f2372edb41508037e5bdfa0a2536cca1331059dbe61aa3b53ccbee04667a3ff584b8801a3d148b7a9abb886cd87b31019e394f1c64
6
+ metadata.gz: 1952a1268dda007f9e8d0df8384b51feb73b4115abe74599350ff55d7500cd7f586b7e1bdd3ae21fc6cfa35aaf37b7888f9c68d9bff82b7292eb950c70dc56ae
7
+ data.tar.gz: 5377c2a97dce04194b88d0aea3509f52f42495a3d0a19e9e4983255d8800c5d2613c8e882c8757abc6a7a73be0bc0216a9971c47c0f7f247bec0cd847fb022a3
@@ -17,7 +17,7 @@ jobs:
17
17
  - uses: actions/checkout@v4
18
18
  - uses: ruby/setup-ruby@v1
19
19
  with:
20
- ruby-version: 3.3.0
20
+ ruby-version: 3.3.1
21
21
  bundler-cache: true
22
22
  - run: bin/test
23
23
  rubocop:
data/.node-version ADDED
@@ -0,0 +1 @@
1
+ 21.7.2
data/.ruby-version CHANGED
@@ -1 +1 @@
1
- 3.3.0
1
+ 3.3.3
data/.tool-versions CHANGED
@@ -1 +1,3 @@
1
- ruby 3.3.0
1
+ ruby 3.3.3
2
+ nodejs 21.7.2
3
+ yarn 1.22.22
data/Gemfile CHANGED
@@ -4,7 +4,7 @@ source "https://rubygems.org"
4
4
 
5
5
  gemspec
6
6
 
7
- ruby "3.3.0"
7
+ ruby "3.3.3"
8
8
 
9
9
  gem "rspec"
10
10
  gem "ruby-prof"
data/Gemfile.lock CHANGED
@@ -1,15 +1,15 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- template-ruby (0.6.9)
5
- code-ruby (~> 0)
6
- language-ruby (~> 0)
7
- zeitwerk (~> 2)
4
+ template-ruby (0.7.0)
5
+ code-ruby
6
+ language-ruby
7
+ zeitwerk
8
8
 
9
9
  GEM
10
10
  remote: https://rubygems.org/
11
11
  specs:
12
- activesupport (7.1.3.2)
12
+ activesupport (7.1.3.4)
13
13
  base64
14
14
  bigdecimal
15
15
  concurrent-ruby (~> 1.0, >= 1.0.2)
@@ -21,52 +21,53 @@ GEM
21
21
  tzinfo (~> 2.0)
22
22
  ast (2.4.2)
23
23
  base64 (0.2.0)
24
- bigdecimal (3.1.7)
25
- code-ruby (0.14.3)
24
+ bigdecimal (3.1.8)
25
+ code-ruby (0.14.9)
26
26
  activesupport (~> 7)
27
27
  bigdecimal (~> 3)
28
28
  did-you-mean (~> 0)
29
29
  json (~> 2)
30
30
  language-ruby (~> 0)
31
31
  zeitwerk (~> 2)
32
- concurrent-ruby (1.2.3)
32
+ concurrent-ruby (1.3.3)
33
33
  connection_pool (2.4.1)
34
34
  did-you-mean (0.1.1)
35
35
  levenshtein (>= 0.2.0)
36
36
  diff-lcs (1.5.1)
37
37
  drb (2.2.1)
38
- i18n (1.14.4)
38
+ i18n (1.14.5)
39
39
  concurrent-ruby (~> 1.0)
40
- json (2.7.1)
41
- language-ruby (0.8.1)
40
+ json (2.7.2)
41
+ language-ruby (0.8.4)
42
42
  zeitwerk (~> 2)
43
43
  language_server-protocol (3.17.0.3)
44
44
  levenshtein (0.2.2)
45
- minitest (5.22.3)
45
+ minitest (5.24.1)
46
46
  mutex_m (0.2.0)
47
- parallel (1.24.0)
48
- parser (3.3.0.5)
47
+ parallel (1.25.1)
48
+ parser (3.3.3.0)
49
49
  ast (~> 2.4.1)
50
50
  racc
51
- racc (1.7.3)
52
- rack (3.0.10)
51
+ racc (1.8.0)
52
+ rack (3.1.6)
53
53
  rainbow (3.1.1)
54
- regexp_parser (2.9.0)
55
- rexml (3.2.6)
54
+ regexp_parser (2.9.2)
55
+ rexml (3.3.1)
56
+ strscan
56
57
  rspec (3.13.0)
57
58
  rspec-core (~> 3.13.0)
58
59
  rspec-expectations (~> 3.13.0)
59
60
  rspec-mocks (~> 3.13.0)
60
61
  rspec-core (3.13.0)
61
62
  rspec-support (~> 3.13.0)
62
- rspec-expectations (3.13.0)
63
+ rspec-expectations (3.13.1)
63
64
  diff-lcs (>= 1.2.0, < 2.0)
64
65
  rspec-support (~> 3.13.0)
65
- rspec-mocks (3.13.0)
66
+ rspec-mocks (3.13.1)
66
67
  diff-lcs (>= 1.2.0, < 2.0)
67
68
  rspec-support (~> 3.13.0)
68
69
  rspec-support (3.13.1)
69
- rubocop (1.62.1)
70
+ rubocop (1.64.1)
70
71
  json (~> 2.3)
71
72
  language_server-protocol (>= 3.17.0)
72
73
  parallel (~> 1.10)
@@ -77,15 +78,15 @@ GEM
77
78
  rubocop-ast (>= 1.31.1, < 2.0)
78
79
  ruby-progressbar (~> 1.7)
79
80
  unicode-display_width (>= 2.4.0, < 3.0)
80
- rubocop-ast (1.31.2)
81
- parser (>= 3.3.0.4)
81
+ rubocop-ast (1.31.3)
82
+ parser (>= 3.3.1.0)
82
83
  rubocop-minitest (0.35.0)
83
84
  rubocop (>= 1.61, < 2.0)
84
85
  rubocop-ast (>= 1.31.1, < 2.0)
85
- rubocop-performance (1.21.0)
86
+ rubocop-performance (1.21.1)
86
87
  rubocop (>= 1.48.1, < 2.0)
87
88
  rubocop-ast (>= 1.31.1, < 2.0)
88
- rubocop-rails (2.24.1)
89
+ rubocop-rails (2.25.1)
89
90
  activesupport (>= 4.2.0)
90
91
  rack (>= 1.1)
91
92
  rubocop (>= 1.33.0, < 2.0)
@@ -97,10 +98,11 @@ GEM
97
98
  rubocop-rails
98
99
  ruby-prof (1.7.0)
99
100
  ruby-progressbar (1.13.0)
101
+ strscan (3.1.0)
100
102
  tzinfo (2.0.6)
101
103
  concurrent-ruby (~> 1.0)
102
104
  unicode-display_width (2.5.0)
103
- zeitwerk (2.6.13)
105
+ zeitwerk (2.6.16)
104
106
 
105
107
  PLATFORMS
106
108
  arm64-darwin-22
@@ -113,7 +115,7 @@ DEPENDENCIES
113
115
  template-ruby!
114
116
 
115
117
  RUBY VERSION
116
- ruby 3.3.0p0
118
+ ruby 3.3.3p89
117
119
 
118
120
  BUNDLED WITH
119
- 2.5.7
121
+ 2.5.14
data/LICENSE ADDED
@@ -0,0 +1,19 @@
1
+ Copyright 2024 Dorian Marié <dorian@dorianmarie.com>
2
+
3
+ Permission is hereby granted, free of charge, to any person obtaining a copy of
4
+ this software and associated documentation files (the “Software”), to deal in
5
+ the Software without restriction, including without limitation the rights to
6
+ use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
7
+ of the Software, and to permit persons to whom the Software is furnished to
8
+ do so, subject to the following conditions:
9
+
10
+ The above copyright notice and this permission notice shall be included in
11
+ all copies or substantial portions of the Software.
12
+
13
+ THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
14
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
15
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
16
+ THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
17
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
18
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
19
+ THE SOFTWARE.
@@ -2,4 +2,4 @@
2
2
 
3
3
  require_relative "../template"
4
4
 
5
- Template::Version = Gem::Version.new("0.6.9")
5
+ Template::Version = Gem::Version.new("0.7.0")
data/package.json CHANGED
@@ -1,3 +1,8 @@
1
1
  {
2
- "license": "MIT"
3
- }
2
+ "license": "MIT",
3
+ "engines": {
4
+ "node": "21.7.2",
5
+ "yarn": "1.22.22",
6
+ "npm": "10.5.1"
7
+ }
8
+ }
@@ -16,10 +16,7 @@ Gem::Specification.new do |s|
16
16
  s.homepage = "https://github.com/dorianmariecom/template-ruby"
17
17
  s.license = "MIT"
18
18
  s.executables = "template"
19
-
20
- s.add_dependency "code-ruby", "~> 0"
21
- s.add_dependency "language-ruby", "~> 0"
22
- s.add_dependency "zeitwerk", "~> 2"
23
-
24
- s.required_ruby_version = ">= 3.3.0"
19
+ s.add_dependency "code-ruby"
20
+ s.add_dependency "language-ruby"
21
+ s.add_dependency "zeitwerk"
25
22
  end
metadata CHANGED
@@ -1,57 +1,57 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: template-ruby
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.9
4
+ version: 0.7.0
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-04-04 00:00:00.000000000 Z
11
+ date: 2024-07-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: code-ruby
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - "~>"
17
+ - - ">="
18
18
  - !ruby/object:Gem::Version
19
19
  version: '0'
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
- - - "~>"
24
+ - - ">="
25
25
  - !ruby/object:Gem::Version
26
26
  version: '0'
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: language-ruby
29
29
  requirement: !ruby/object:Gem::Requirement
30
30
  requirements:
31
- - - "~>"
31
+ - - ">="
32
32
  - !ruby/object:Gem::Version
33
33
  version: '0'
34
34
  type: :runtime
35
35
  prerelease: false
36
36
  version_requirements: !ruby/object:Gem::Requirement
37
37
  requirements:
38
- - - "~>"
38
+ - - ">="
39
39
  - !ruby/object:Gem::Version
40
40
  version: '0'
41
41
  - !ruby/object:Gem::Dependency
42
42
  name: zeitwerk
43
43
  requirement: !ruby/object:Gem::Requirement
44
44
  requirements:
45
- - - "~>"
45
+ - - ">="
46
46
  - !ruby/object:Gem::Version
47
- version: '2'
47
+ version: '0'
48
48
  type: :runtime
49
49
  prerelease: false
50
50
  version_requirements: !ruby/object:Gem::Requirement
51
51
  requirements:
52
- - - "~>"
52
+ - - ">="
53
53
  - !ruby/object:Gem::Version
54
- version: '2'
54
+ version: '0'
55
55
  description: 'A templating programming language, like "Hello {name}" with {name: "Dorian"}
56
56
  gives "Hello Dorian"'
57
57
  email: dorian@dorianmarie.fr
@@ -62,12 +62,14 @@ extra_rdoc_files: []
62
62
  files:
63
63
  - ".github/dependabot.yml"
64
64
  - ".github/workflows/ci.yml"
65
+ - ".node-version"
65
66
  - ".rspec"
66
67
  - ".rubocop.yml"
67
68
  - ".ruby-version"
68
69
  - ".tool-versions"
69
70
  - Gemfile
70
71
  - Gemfile.lock
72
+ - LICENSE
71
73
  - README.md
72
74
  - bin/rspec
73
75
  - bin/template
@@ -99,14 +101,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
99
101
  requirements:
100
102
  - - ">="
101
103
  - !ruby/object:Gem::Version
102
- version: 3.3.0
104
+ version: '0'
103
105
  required_rubygems_version: !ruby/object:Gem::Requirement
104
106
  requirements:
105
107
  - - ">="
106
108
  - !ruby/object:Gem::Version
107
109
  version: '0'
108
110
  requirements: []
109
- rubygems_version: 3.5.7
111
+ rubygems_version: 3.5.11
110
112
  signing_key:
111
113
  specification_version: 4
112
114
  summary: A templating programming language