adlint-postfilter 0.9.2 → 1.0.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/ChangeLog +10 -0
- data/lib/adlint/postfilter/version.rb +3 -3
- metadata +3 -3
data/ChangeLog
CHANGED
|
@@ -1,3 +1,13 @@
|
|
|
1
|
+
Tue Apr 17 17:42:57 2012 Yutaka Yanoh <yanoh@users.sourceforge.net>
|
|
2
|
+
|
|
3
|
+
* release.ga : 1.0.0
|
|
4
|
+
- This is the initial GA release!
|
|
5
|
+
- Support platform headers' warning message suppression.
|
|
6
|
+
- Support AdLint initial headers' warning message suppression.
|
|
7
|
+
- Support project-wide warning message suppression.
|
|
8
|
+
- Support translation-unit-wide warning message control.
|
|
9
|
+
- Support line-wise warning message control.
|
|
10
|
+
|
|
1
11
|
Tue Apr 17 17:33:26 2012 Yutaka Yanoh <yanoh@users.sourceforge.net>
|
|
2
12
|
|
|
3
13
|
* release.rc : 0.9.2
|
|
@@ -33,9 +33,9 @@
|
|
|
33
33
|
module AdLint #:nodoc:
|
|
34
34
|
module Postfilter #:nodoc:
|
|
35
35
|
|
|
36
|
-
MAJOR_VERSION =
|
|
37
|
-
MINOR_VERSION =
|
|
38
|
-
PATCH_VERSION =
|
|
36
|
+
MAJOR_VERSION = 1
|
|
37
|
+
MINOR_VERSION = 0
|
|
38
|
+
PATCH_VERSION = 0
|
|
39
39
|
RELEASE_DATE = "2012-04-17"
|
|
40
40
|
|
|
41
41
|
SHORT_VERSION = "#{MAJOR_VERSION}.#{MINOR_VERSION}.#{PATCH_VERSION}"
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: adlint-postfilter
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 1.0.0
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -13,7 +13,7 @@ date: 2012-04-17 00:00:00.000000000 Z
|
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: adlint
|
|
16
|
-
requirement: &
|
|
16
|
+
requirement: &74224960 !ruby/object:Gem::Requirement
|
|
17
17
|
none: false
|
|
18
18
|
requirements:
|
|
19
19
|
- - ! '>='
|
|
@@ -21,7 +21,7 @@ dependencies:
|
|
|
21
21
|
version: 1.0.0
|
|
22
22
|
type: :runtime
|
|
23
23
|
prerelease: false
|
|
24
|
-
version_requirements: *
|
|
24
|
+
version_requirements: *74224960
|
|
25
25
|
description: ! 'An ad-hoc filtering wrapper for AdLint to suppress useless warning
|
|
26
26
|
messages.
|
|
27
27
|
|