language-ruby 0.9.0 → 0.9.3

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: 23aa8093d0def6916576d17ff85565ff939b5fa0ef0e98c5dac6213498ac3c3b
4
- data.tar.gz: '0228c2735c450db9169755f798b12c259011bba15ba81cef01512908959bf476'
3
+ metadata.gz: 6f0c568fba8bf88a62c0f34960d30a5d58690038e0594921eec4ad0349852b94
4
+ data.tar.gz: 8e41dd5cf46f5d0d7fbea4c3d62de44113ca8bf27a0c8eb08255babbbeada184
5
5
  SHA512:
6
- metadata.gz: e89be75b3afb9f7ff85f4db617330b5e1f971d1af375a133687d20b373bb18c8012e45ad4ac5d4a0c4d1e3a9e9b65e2dd7f795ec28b513edb772c138482be0da
7
- data.tar.gz: 8c6ccb5d66c6d77aa2d7fc5c50feb80c97f55427b197ed2339964a0ef15266e258b0c490e2327d0bf5a20d82937559fc3c992184079cfaf3183e85e038e744d1
6
+ metadata.gz: b93222bb4e9db8dcdefda28eb85d6fe88f2e3dc65f22987e52f08ebfcce69b5fcb6183bb5a58dadb5671d4479716aa2517b4a51c48b661f81d893c387a5b1ef4
7
+ data.tar.gz: f9ad73b89d9de5b5235c2c1cc6da5f106d46b36934a50bf5c584920cc3189bbd2f9775d02f0fbd3fae812a0f53cbb2b045be6f85dd2b9bd975f4011621ae7651
@@ -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 CHANGED
@@ -1 +1,30 @@
1
+ .DS_Store
1
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 "rubocop-rails-omakase"
data/Gemfile.lock CHANGED
@@ -1,44 +1,51 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- language-ruby (0.9.0)
4
+ language-ruby (0.9.3)
5
+ dorian-arguments
5
6
  zeitwerk
6
7
 
7
8
  GEM
8
9
  remote: https://rubygems.org/
9
10
  specs:
10
- activesupport (7.1.3.4)
11
+ activesupport (7.2.0)
11
12
  base64
12
13
  bigdecimal
13
- concurrent-ruby (~> 1.0, >= 1.0.2)
14
+ concurrent-ruby (~> 1.0, >= 1.3.1)
14
15
  connection_pool (>= 2.2.5)
15
16
  drb
16
17
  i18n (>= 1.6, < 2)
18
+ logger (>= 1.4.2)
17
19
  minitest (>= 5.1)
18
- mutex_m
19
- tzinfo (~> 2.0)
20
+ securerandom (>= 0.3)
21
+ tzinfo (~> 2.0, >= 2.0.5)
20
22
  ast (2.4.2)
21
23
  base64 (0.2.0)
22
24
  bigdecimal (3.1.8)
23
- concurrent-ruby (1.3.3)
25
+ concurrent-ruby (1.3.4)
24
26
  connection_pool (2.4.1)
25
27
  diff-lcs (1.5.1)
28
+ dorian-arguments (0.3.0)
29
+ activesupport
30
+ bigdecimal
31
+ dorian-to_struct
32
+ dorian-to_struct (0.5.0)
26
33
  drb (2.2.1)
27
34
  i18n (1.14.5)
28
35
  concurrent-ruby (~> 1.0)
29
36
  json (2.7.2)
30
37
  language_server-protocol (3.17.0.3)
31
- minitest (5.24.1)
32
- mutex_m (0.2.0)
33
- parallel (1.25.1)
34
- parser (3.3.3.0)
38
+ logger (1.6.0)
39
+ minitest (5.25.1)
40
+ parallel (1.26.3)
41
+ parser (3.3.4.2)
35
42
  ast (~> 2.4.1)
36
43
  racc
37
- racc (1.8.0)
38
- rack (3.1.6)
44
+ racc (1.8.1)
45
+ rack (3.1.7)
39
46
  rainbow (3.1.1)
40
47
  regexp_parser (2.9.2)
41
- rexml (3.3.1)
48
+ rexml (3.3.5)
42
49
  strscan
43
50
  rspec (3.13.0)
44
51
  rspec-core (~> 3.13.0)
@@ -46,27 +53,27 @@ GEM
46
53
  rspec-mocks (~> 3.13.0)
47
54
  rspec-core (3.13.0)
48
55
  rspec-support (~> 3.13.0)
49
- rspec-expectations (3.13.1)
56
+ rspec-expectations (3.13.2)
50
57
  diff-lcs (>= 1.2.0, < 2.0)
51
58
  rspec-support (~> 3.13.0)
52
59
  rspec-mocks (3.13.1)
53
60
  diff-lcs (>= 1.2.0, < 2.0)
54
61
  rspec-support (~> 3.13.0)
55
62
  rspec-support (3.13.1)
56
- rubocop (1.64.1)
63
+ rubocop (1.65.1)
57
64
  json (~> 2.3)
58
65
  language_server-protocol (>= 3.17.0)
59
66
  parallel (~> 1.10)
60
67
  parser (>= 3.3.0.2)
61
68
  rainbow (>= 2.2.2, < 4.0)
62
- regexp_parser (>= 1.8, < 3.0)
69
+ regexp_parser (>= 2.4, < 3.0)
63
70
  rexml (>= 3.2.5, < 4.0)
64
71
  rubocop-ast (>= 1.31.1, < 2.0)
65
72
  ruby-progressbar (~> 1.7)
66
73
  unicode-display_width (>= 2.4.0, < 3.0)
67
- rubocop-ast (1.31.3)
74
+ rubocop-ast (1.32.1)
68
75
  parser (>= 3.3.1.0)
69
- rubocop-minitest (0.35.0)
76
+ rubocop-minitest (0.35.1)
70
77
  rubocop (>= 1.61, < 2.0)
71
78
  rubocop-ast (>= 1.31.1, < 2.0)
72
79
  rubocop-performance (1.21.1)
@@ -83,11 +90,12 @@ GEM
83
90
  rubocop-performance
84
91
  rubocop-rails
85
92
  ruby-progressbar (1.13.0)
93
+ securerandom (0.3.1)
86
94
  strscan (3.1.0)
87
95
  tzinfo (2.0.6)
88
96
  concurrent-ruby (~> 1.0)
89
97
  unicode-display_width (2.5.0)
90
- zeitwerk (2.6.16)
98
+ zeitwerk (2.6.17)
91
99
 
92
100
  PLATFORMS
93
101
  arm64-darwin-22
@@ -99,7 +107,7 @@ DEPENDENCIES
99
107
  rubocop-rails-omakase
100
108
 
101
109
  RUBY VERSION
102
- ruby 3.3.3p89
110
+ ruby 3.3.4p94
103
111
 
104
112
  BUNDLED WITH
105
- 2.5.14
113
+ 2.5.17
data/VERSION ADDED
@@ -0,0 +1 @@
1
+ 0.9.3
@@ -1,12 +1,9 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- require "English"
4
- require_relative "lib/language/version"
5
-
6
3
  Gem::Specification.new do |s|
7
4
  s.name = "language-ruby"
8
- s.version = ::Language::Version
9
- s.summary = "A Parsing Expression Grammar (PEG) for making parsers"
5
+ s.version = File.read("VERSION").strip
6
+ s.summary = "parser dsl"
10
7
  s.description = s.summary
11
8
  s.authors = ["Dorian Marié"]
12
9
  s.email = "dorian@dorianmarie.fr"
@@ -15,4 +12,5 @@ Gem::Specification.new do |s|
15
12
  s.homepage = "https://github.com/dorianmariecom/language-ruby"
16
13
  s.license = "MIT"
17
14
  s.add_dependency "zeitwerk"
15
+ s.add_dependency "dorian-arguments"
18
16
  end
@@ -2,4 +2,5 @@
2
2
 
3
3
  require_relative "../language"
4
4
 
5
- Language::Version = Gem::Version.new("0.9.0")
5
+ Language::Version =
6
+ Gem::Version.new(File.read(File.expand_path("../../../VERSION", __FILE__)))
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
  }
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: language-ruby
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.0
4
+ version: 0.9.3
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-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: zeitwerk
@@ -24,7 +24,21 @@ dependencies:
24
24
  - - ">="
25
25
  - !ruby/object:Gem::Version
26
26
  version: '0'
27
- description: A Parsing Expression Grammar (PEG) for making parsers
27
+ - !ruby/object:Gem::Dependency
28
+ name: dorian-arguments
29
+ requirement: !ruby/object:Gem::Requirement
30
+ requirements:
31
+ - - ">="
32
+ - !ruby/object:Gem::Version
33
+ version: '0'
34
+ type: :runtime
35
+ prerelease: false
36
+ version_requirements: !ruby/object:Gem::Requirement
37
+ requirements:
38
+ - - ">="
39
+ - !ruby/object:Gem::Version
40
+ version: '0'
41
+ description: parser dsl
28
42
  email: dorian@dorianmarie.fr
29
43
  executables: []
30
44
  extensions: []
@@ -42,6 +56,7 @@ files:
42
56
  - Gemfile.lock
43
57
  - LICENSE
44
58
  - README.md
59
+ - VERSION
45
60
  - bin/rspec
46
61
  - bin/test
47
62
  - language-ruby.gemspec
@@ -94,5 +109,5 @@ requirements: []
94
109
  rubygems_version: 3.5.11
95
110
  signing_key:
96
111
  specification_version: 4
97
- summary: A Parsing Expression Grammar (PEG) for making parsers
112
+ summary: parser dsl
98
113
  test_files: []