template-ruby 0.7.0 → 0.7.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: 4c735eef74962ee5a0bb5967f18e1d98d156dbdab53c417769853355092493ee
4
- data.tar.gz: ba8f2ab540aaa4fb088b03418317c6c6b0e6f72877c325490542b9c72dfe3120
3
+ metadata.gz: 1fd82e44d1e415aa4708f5753a6e0fa406e215829b6941fcc9c21a8be47320e7
4
+ data.tar.gz: 8e9fb00f26e997eeb65c825b755c98b622b2b4e08b642893bc1284700aea6814
5
5
  SHA512:
6
- metadata.gz: 1952a1268dda007f9e8d0df8384b51feb73b4115abe74599350ff55d7500cd7f586b7e1bdd3ae21fc6cfa35aaf37b7888f9c68d9bff82b7292eb950c70dc56ae
7
- data.tar.gz: 5377c2a97dce04194b88d0aea3509f52f42495a3d0a19e9e4983255d8800c5d2613c8e882c8757abc6a7a73be0bc0216a9971c47c0f7f247bec0cd847fb022a3
6
+ metadata.gz: ecbc7d50c0279ddaf4bb5a1c3af02a73966390a0189a1fd875c8894fa7191e4a6f27033c234a744e20af71e20800e666320c14056c6aaa2a2f6e6168ecb6bba5
7
+ data.tar.gz: 63c70c8b11129002a29c91948d3da27d70888c4e67053b433f5e535b4a3c4c7d0931f38c7e47ff16e73a93931d293818dad92049974070d620d8aa2566656b73
@@ -17,7 +17,6 @@ jobs:
17
17
  - uses: actions/checkout@v4
18
18
  - uses: ruby/setup-ruby@v1
19
19
  with:
20
- ruby-version: 3.3.1
21
20
  bundler-cache: true
22
21
  - run: bin/test
23
22
  rubocop:
data/.gitignore ADDED
@@ -0,0 +1,30 @@
1
+ .DS_Store
2
+ *.gem
3
+ /.bundle
4
+ /.env
5
+ /.env.*.local
6
+ /.env.prod
7
+ /.env.staging
8
+ /.expo
9
+ /app/assets/builds
10
+ /config/*.key
11
+ /config/credentials/*.key
12
+ /log
13
+ /node_modules
14
+ /public/assets
15
+ /spec/examples.txt
16
+ /storage
17
+ /tmp
18
+ /tmp/pids
19
+ /tmp/storage
20
+ /vendor/bundle
21
+ !/.env*.erb
22
+ !/app/assets/builds/.keep
23
+ !/db/.keep
24
+ !/log/.keep
25
+ !/storage/.keep
26
+ !/tmp/.keep
27
+ !/tmp/pids/
28
+ !/tmp/pids/.keep
29
+ !/tmp/storage/
30
+ !/tmp/storage/.keep
data/.node-version CHANGED
@@ -1 +1 @@
1
- 21.7.2
1
+ 22.5.1
data/.ruby-version CHANGED
@@ -1 +1 @@
1
- 3.3.3
1
+ 3.3.4
data/.tool-versions CHANGED
@@ -1,3 +1,3 @@
1
- ruby 3.3.3
2
- nodejs 21.7.2
1
+ ruby 3.3.4
3
2
  yarn 1.22.22
3
+ nodejs 22.5.1
data/Gemfile CHANGED
@@ -4,7 +4,7 @@ source "https://rubygems.org"
4
4
 
5
5
  gemspec
6
6
 
7
- ruby "3.3.3"
7
+ ruby "3.3.4"
8
8
 
9
9
  gem "rspec"
10
10
  gem "ruby-prof"
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- template-ruby (0.7.0)
4
+ template-ruby (0.7.2)
5
5
  code-ruby
6
6
  language-ruby
7
7
  zeitwerk
@@ -9,27 +9,28 @@ PATH
9
9
  GEM
10
10
  remote: https://rubygems.org/
11
11
  specs:
12
- activesupport (7.1.3.4)
12
+ activesupport (7.2.0)
13
13
  base64
14
14
  bigdecimal
15
- concurrent-ruby (~> 1.0, >= 1.0.2)
15
+ concurrent-ruby (~> 1.0, >= 1.3.1)
16
16
  connection_pool (>= 2.2.5)
17
17
  drb
18
18
  i18n (>= 1.6, < 2)
19
+ logger (>= 1.4.2)
19
20
  minitest (>= 5.1)
20
- mutex_m
21
- tzinfo (~> 2.0)
21
+ securerandom (>= 0.3)
22
+ tzinfo (~> 2.0, >= 2.0.5)
22
23
  ast (2.4.2)
23
24
  base64 (0.2.0)
24
25
  bigdecimal (3.1.8)
25
- code-ruby (0.14.9)
26
- activesupport (~> 7)
27
- bigdecimal (~> 3)
28
- did-you-mean (~> 0)
29
- json (~> 2)
30
- language-ruby (~> 0)
31
- zeitwerk (~> 2)
32
- concurrent-ruby (1.3.3)
26
+ code-ruby (0.15.14)
27
+ activesupport
28
+ bigdecimal
29
+ did-you-mean
30
+ json
31
+ language-ruby
32
+ zeitwerk
33
+ concurrent-ruby (1.3.4)
33
34
  connection_pool (2.4.1)
34
35
  did-you-mean (0.1.1)
35
36
  levenshtein (>= 0.2.0)
@@ -38,21 +39,21 @@ GEM
38
39
  i18n (1.14.5)
39
40
  concurrent-ruby (~> 1.0)
40
41
  json (2.7.2)
41
- language-ruby (0.8.4)
42
- zeitwerk (~> 2)
42
+ language-ruby (0.9.0)
43
+ zeitwerk
43
44
  language_server-protocol (3.17.0.3)
44
45
  levenshtein (0.2.2)
45
- minitest (5.24.1)
46
- mutex_m (0.2.0)
47
- parallel (1.25.1)
48
- parser (3.3.3.0)
46
+ logger (1.6.0)
47
+ minitest (5.25.1)
48
+ parallel (1.26.3)
49
+ parser (3.3.4.2)
49
50
  ast (~> 2.4.1)
50
51
  racc
51
- racc (1.8.0)
52
- rack (3.1.6)
52
+ racc (1.8.1)
53
+ rack (3.1.7)
53
54
  rainbow (3.1.1)
54
55
  regexp_parser (2.9.2)
55
- rexml (3.3.1)
56
+ rexml (3.3.5)
56
57
  strscan
57
58
  rspec (3.13.0)
58
59
  rspec-core (~> 3.13.0)
@@ -67,20 +68,20 @@ GEM
67
68
  diff-lcs (>= 1.2.0, < 2.0)
68
69
  rspec-support (~> 3.13.0)
69
70
  rspec-support (3.13.1)
70
- rubocop (1.64.1)
71
+ rubocop (1.65.1)
71
72
  json (~> 2.3)
72
73
  language_server-protocol (>= 3.17.0)
73
74
  parallel (~> 1.10)
74
75
  parser (>= 3.3.0.2)
75
76
  rainbow (>= 2.2.2, < 4.0)
76
- regexp_parser (>= 1.8, < 3.0)
77
+ regexp_parser (>= 2.4, < 3.0)
77
78
  rexml (>= 3.2.5, < 4.0)
78
79
  rubocop-ast (>= 1.31.1, < 2.0)
79
80
  ruby-progressbar (~> 1.7)
80
81
  unicode-display_width (>= 2.4.0, < 3.0)
81
- rubocop-ast (1.31.3)
82
+ rubocop-ast (1.32.1)
82
83
  parser (>= 3.3.1.0)
83
- rubocop-minitest (0.35.0)
84
+ rubocop-minitest (0.35.1)
84
85
  rubocop (>= 1.61, < 2.0)
85
86
  rubocop-ast (>= 1.31.1, < 2.0)
86
87
  rubocop-performance (1.21.1)
@@ -98,11 +99,12 @@ GEM
98
99
  rubocop-rails
99
100
  ruby-prof (1.7.0)
100
101
  ruby-progressbar (1.13.0)
102
+ securerandom (0.3.1)
101
103
  strscan (3.1.0)
102
104
  tzinfo (2.0.6)
103
105
  concurrent-ruby (~> 1.0)
104
106
  unicode-display_width (2.5.0)
105
- zeitwerk (2.6.16)
107
+ zeitwerk (2.6.17)
106
108
 
107
109
  PLATFORMS
108
110
  arm64-darwin-22
@@ -115,7 +117,7 @@ DEPENDENCIES
115
117
  template-ruby!
116
118
 
117
119
  RUBY VERSION
118
- ruby 3.3.3p89
120
+ ruby 3.3.4p94
119
121
 
120
122
  BUNDLED WITH
121
- 2.5.14
123
+ 2.5.17
@@ -2,4 +2,4 @@
2
2
 
3
3
  require_relative "../template"
4
4
 
5
- Template::Version = Gem::Version.new("0.7.0")
5
+ Template::Version = Gem::Version.new("0.7.2")
data/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "license": "MIT",
3
3
  "engines": {
4
- "node": "21.7.2",
4
+ "node": "22.5.1",
5
5
  "yarn": "1.22.22",
6
- "npm": "10.5.1"
6
+ "npm": "10.8.2"
7
7
  }
8
8
  }
@@ -6,9 +6,8 @@ require_relative "lib/template/version"
6
6
  Gem::Specification.new do |s|
7
7
  s.name = "template-ruby"
8
8
  s.version = ::Template::Version
9
- s.summary = "A templating programming language"
10
- s.description =
11
- 'A templating programming language, like "Hello {name}" with {name: "Dorian"} gives "Hello Dorian"'
9
+ s.summary = "templating language"
10
+ s.description = s.summary
12
11
  s.authors = ["Dorian Marié"]
13
12
  s.email = "dorian@dorianmarie.fr"
14
13
  s.files = `git ls-files`.split($INPUT_RECORD_SEPARATOR)
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.7.0
4
+ version: 0.7.2
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-07-05 00:00:00.000000000 Z
11
+ date: 2024-08-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: code-ruby
@@ -52,8 +52,7 @@ dependencies:
52
52
  - - ">="
53
53
  - !ruby/object:Gem::Version
54
54
  version: '0'
55
- description: 'A templating programming language, like "Hello {name}" with {name: "Dorian"}
56
- gives "Hello Dorian"'
55
+ description: templating language
57
56
  email: dorian@dorianmarie.fr
58
57
  executables:
59
58
  - template
@@ -62,6 +61,7 @@ extra_rdoc_files: []
62
61
  files:
63
62
  - ".github/dependabot.yml"
64
63
  - ".github/workflows/ci.yml"
64
+ - ".gitignore"
65
65
  - ".node-version"
66
66
  - ".rspec"
67
67
  - ".rubocop.yml"
@@ -111,5 +111,5 @@ requirements: []
111
111
  rubygems_version: 3.5.11
112
112
  signing_key:
113
113
  specification_version: 4
114
- summary: A templating programming language
114
+ summary: templating language
115
115
  test_files: []