avo-linter 0.0.2 → 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: 21ccc110ea1155214696b95c589a7905130c3cb03de8bf4812f3cf88a75a003a
4
- data.tar.gz: 2ae68d1dbdc244a694715c09800e75cd7a21c8f4daafdd177b5ec690b4d45066
3
+ metadata.gz: 4e78c0c70e7b3efb09a55dd4cd7d378eaad0a62b5bc3d7a99914e27c3bc9b1fc
4
+ data.tar.gz: 447f979b8b803e6eb2c9c2101b189579b62aab335ad1d648daa202bb802682e3
5
5
  SHA512:
6
- metadata.gz: '02684472850407ae2bf5166e87e4afdbd89edecc091397e0efe121bf4e709639d5488913ea77bdcc9b52363f9f0c16299051de1285561e061e1da8a7acc5965c'
7
- data.tar.gz: a6dc15a90c15af8968963dfe818cbe4d742cf6e2ada1dd07bb9837d35ed5b9f009697ea2652b48f94efd2a9894cb40c4404230b306c390634a213f813f907dbf
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"]
@@ -24,5 +24,5 @@ Gem::Specification.new do |spec|
24
24
  "public gem pushes."
25
25
  end
26
26
 
27
- spec.executables << "avo"
27
+ # spec.executables << "avo"
28
28
  end
@@ -1,3 +1,3 @@
1
1
  module AvoLinter
2
- VERSION = "0.0.2"
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.2
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Adrian Marin
@@ -10,10 +10,9 @@ 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
- executables:
16
- - avo
15
+ executables: []
17
16
  extensions: []
18
17
  extra_rdoc_files: []
19
18
  files:
@@ -61,5 +60,5 @@ requirements: []
61
60
  rubygems_version: 3.5.3
62
61
  signing_key:
63
62
  specification_version: 4
64
- summary: Linter for Avo CMS for Ruby on Rails
63
+ summary: Discontinued in favor of avo-cli
65
64
  test_files: []