platformos-check 0.4.10 → 0.4.12
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 +4 -4
- data/.github/workflows/build_for_windows.yml +57 -0
- data/CHANGELOG.md +14 -0
- data/build/windows/build.sh +3 -2
- data/data/platformos_liquid/documentation/filters.json +1 -1
- data/data/platformos_liquid/documentation/latest.json +1 -1
- data/data/platformos_liquid/documentation/tags.json +1 -1
- data/lib/platformos_check/app_file.rb +12 -0
- data/lib/platformos_check/checks/missing_template.rb +19 -26
- data/lib/platformos_check/graphql_file.rb +10 -6
- data/lib/platformos_check/language_server/completion_providers/filter_completion_provider.rb +1 -1
- data/lib/platformos_check/language_server/handler.rb +1 -0
- data/lib/platformos_check/version.rb +1 -1
- metadata +4 -4
- data/build/windows/lsp.exe +0 -0
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: platformos-check
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.4.
|
4
|
+
version: 0.4.12
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Piotr Bliszczyk
|
@@ -10,7 +10,7 @@ authors:
|
|
10
10
|
autorequire:
|
11
11
|
bindir: exe
|
12
12
|
cert_chain: []
|
13
|
-
date: 2024-
|
13
|
+
date: 2024-04-13 00:00:00.000000000 Z
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
16
16
|
name: graphql
|
@@ -78,6 +78,7 @@ extensions: []
|
|
78
78
|
extra_rdoc_files: []
|
79
79
|
files:
|
80
80
|
- ".dockerignore"
|
81
|
+
- ".github/workflows/build_for_windows.yml"
|
81
82
|
- ".gitignore"
|
82
83
|
- ".rubocop.yml"
|
83
84
|
- CHANGELOG.md
|
@@ -96,7 +97,6 @@ files:
|
|
96
97
|
- build/windows/Gemfile
|
97
98
|
- build/windows/README.md
|
98
99
|
- build/windows/build.sh
|
99
|
-
- build/windows/lsp.exe
|
100
100
|
- build/windows/run.rb
|
101
101
|
- config/default.yml
|
102
102
|
- config/nothing.yml
|
@@ -373,7 +373,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
373
373
|
- !ruby/object:Gem::Version
|
374
374
|
version: '0'
|
375
375
|
requirements: []
|
376
|
-
rubygems_version: 3.5.
|
376
|
+
rubygems_version: 3.5.7
|
377
377
|
signing_key:
|
378
378
|
specification_version: 4
|
379
379
|
summary: A platformOS App Linter
|
data/build/windows/lsp.exe
DELETED
Binary file
|