ProntoAndroidLint 1.0.0 → 1.0.1

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: e5eadeb784e7692d3427c3e97c3824938b3bf07aa9e3c1c6ed84817ed0563605
4
- data.tar.gz: 78bda9d07ce5d8fd074f2e11bd4e8cba69ddb5e317ca473abf57b0802633c61f
3
+ metadata.gz: 6d1f3f8dac9d1607e18f1de0acef95840ea441f3a49cb247a3709f15870a02fb
4
+ data.tar.gz: '09d1bff68db4a975191e4d16c658015374bc1ced509cff7357ddc36c57c79a41'
5
5
  SHA512:
6
- metadata.gz: 8af526c89ae317d7c1a4814b83a002b17b60f64b9651cab24ce5b2b16e68ea33a95620bf9104a2b29a871d818fcf311a405e5282a89d8e9ca9f9e179fb6b8002
7
- data.tar.gz: 1d79a91f5ce3fef02860b25833dfe29f6cf7b5dfc2774a304d509343b72b0307731f3b60ef666b85f5d1d29e264bf499f07e3d1f09f93bb73755f4b14cfdff8a
6
+ metadata.gz: 736502b26b1a3d3a91d876735969a1062c9ae8f114d258575e9df853ce9987d8a3f90dd4c98e971a0a3ff973e81e549e0d47fc8e35237ebeb6d175130a7f5ae0
7
+ data.tar.gz: 928c8d5cd65d64496bfabbb6f07981575ec55e0d8b12e4400e385dfdf8499a4c214e33be090303ba746351aabe6a5c907b805b787fc9bb99cdd464831a98c447
@@ -8,7 +8,8 @@ module Pronto
8
8
 
9
9
  TYPE_WARNINGS = {
10
10
  "Warning" => :warning,
11
- "Info" => :info
11
+ "Info" => :info,
12
+ "Error" => :error
12
13
  }
13
14
 
14
15
  def initialize(path)
@@ -38,4 +39,4 @@ module Pronto
38
39
  end
39
40
  end
40
41
  end
41
- end
42
+ end
@@ -1,3 +1,3 @@
1
1
  module ProntoAndroidLint
2
- VERSION = "1.0.0"
2
+ VERSION = "1.0.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ProntoAndroidLint
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amit Mondal