avo-linter 0.0.1 → 0.0.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: e192558b6e6c040bed45f0a10bbd3c822980e412a4a2ea8a4ff524ff1314d480
4
- data.tar.gz: cde77967db5c23805bfdf329357b55f3466998858a362f909560c26b3122cb78
3
+ metadata.gz: 4e78c0c70e7b3efb09a55dd4cd7d378eaad0a62b5bc3d7a99914e27c3bc9b1fc
4
+ data.tar.gz: 447f979b8b803e6eb2c9c2101b189579b62aab335ad1d648daa202bb802682e3
5
5
  SHA512:
6
- metadata.gz: 3291101920e425058c5459a66c689bb5e817dddf2adf326c4e96ea5475af7ea0af2999ff60a3003012290297e75cc97dfc882443262775a777247bd10274b0bd
7
- data.tar.gz: b7e07e18355ce3c711e7338c1c4d5954a6c356c8dbe9f07821742df740b1373113d580a0c64429de45c7336d24501f02e4438518d91fead564fdb91d961368bd
6
+ metadata.gz: 3201fb17621ac20d76af561b21521920a8c334ce66965b685f822525c9786f65293f2ae21449d69d4c9a1b8f5f418f7b56fb7aed9a94b1f6a08272a7ea98b71c
7
+ data.tar.gz: 66503c0093bbb78198bddc858a132c8540c2e97f018f3b349e73d840edad0942a8fc5d0a5ffc3902ad631e2e591065c915f160cc6ad8f5a0ef060031b64cf313
data/avo-linter.gemspec CHANGED
@@ -3,8 +3,8 @@ require_relative "lib/avo_linter/version"
3
3
  Gem::Specification.new do |spec|
4
4
  spec.name = "avo-linter"
5
5
  spec.version = AvoLinter::VERSION
6
- spec.summary = "Linter for Avo CMS for Ruby on Rails"
7
- spec.description = "The linter scans your Avo app and exposes errors"
6
+ spec.summary = "Discontinued in favor of avo-cli"
7
+ spec.description = "Discontinued in favor of avo-cli"
8
8
  spec.authors = ["Adrian Marin"]
9
9
  spec.email = "adrian@adrianthedev.com"
10
10
  spec.files = Dir["{bin,lib}/**/*", "LICENSE.MD", "readme.md", "avo-linter.gemspec", "Gemfile", "Gemfile.lock", "linter.png"]
@@ -21,6 +21,8 @@ Gem::Specification.new do |spec|
21
21
  spec.metadata["source_code_uri"] = "https://github.com/avo-hq/avo-linter"
22
22
  else
23
23
  raise "RubyGems 2.0 or newer is required to protect against " \
24
- "public gem pushes."
24
+ "public gem pushes."
25
25
  end
26
+
27
+ # spec.executables << "avo"
26
28
  end
@@ -1,3 +1,3 @@
1
1
  module AvoLinter
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.3"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: avo-linter
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Adrian Marin
@@ -10,7 +10,7 @@ bindir: bin
10
10
  cert_chain: []
11
11
  date: 2024-01-11 00:00:00.000000000 Z
12
12
  dependencies: []
13
- description: The linter scans your Avo app and exposes errors
13
+ description: Discontinued in favor of avo-cli
14
14
  email: adrian@adrianthedev.com
15
15
  executables: []
16
16
  extensions: []
@@ -60,5 +60,5 @@ requirements: []
60
60
  rubygems_version: 3.5.3
61
61
  signing_key:
62
62
  specification_version: 4
63
- summary: Linter for Avo CMS for Ruby on Rails
63
+ summary: Discontinued in favor of avo-cli
64
64
  test_files: []