vinter 0.3.0 → 0.4.0

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.
data/lib/vinter.rb CHANGED
@@ -4,5 +4,5 @@ require "vinter/linter"
4
4
  require "vinter/cli"
5
5
 
6
6
  module Vinter
7
- VERSION = "0.3.0"
7
+ VERSION = "0.4.0"
8
8
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vinter
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.0
4
+ version: 0.4.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dan Bradbury
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2025-04-10 00:00:00.000000000 Z
11
+ date: 2025-08-16 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: A linter for the Vim9 script language, helping to identify issues and
14
14
  enforce best practices
@@ -45,7 +45,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
45
45
  - !ruby/object:Gem::Version
46
46
  version: '0'
47
47
  requirements: []
48
- rubygems_version: 3.5.22
48
+ rubygems_version: 3.5.11
49
49
  signing_key:
50
50
  specification_version: 4
51
51
  summary: A linter for leagacy + Vim9 script