adlint-postfilter 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.
data/AUTHORS CHANGED
@@ -5,19 +5,20 @@
5
5
  / __ |/ /_/ / /___/ / /| / / /
6
6
  /_/ |_|_____/_____/_/_/ |_/ /_/ Copyright (C) 2010-2012, OGIS-RI Co.,Ltd.
7
7
 
8
- This file is part of AdLint.
8
+ This file is part of adlint-postfilter.
9
9
 
10
- AdLint is free software: you can redistribute it and/or modify it under the
11
- terms of the GNU General Public License as published by the Free Software
12
- Foundation, either version 3 of the License, or (at your option) any later
13
- version.
10
+ adlint-postfilter is free software: you can redistribute it and/or modify it
11
+ under the terms of the GNU General Public License as published by the Free
12
+ Software Foundation, either version 3 of the License, or (at your option) any
13
+ later version.
14
14
 
15
- AdLint is distributed in the hope that it will be useful, but WITHOUT ANY
16
- WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
17
- A PARTICULAR PURPOSE. See the GNU General Public License for more details.
15
+ adlint-postfilter is distributed in the hope that it will be useful, but
16
+ WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
17
+ FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
18
+ details.
18
19
 
19
20
  You should have received a copy of the GNU General Public License along with
20
- AdLint. If not, see <http://www.gnu.org/licenses/>.
21
+ adlint-postfilter. If not, see <http://www.gnu.org/licenses/>.
21
22
 
22
23
  ++
23
24
 
data/ChangeLog CHANGED
@@ -1,3 +1,8 @@
1
+ Tue Apr 17 21:48:42 2012 Yutaka Yanoh <yanoh@users.sourceforge.net>
2
+
3
+ * release.ga : 1.0.1
4
+ - Fix bad copyright notice.
5
+
1
6
  Tue Apr 17 17:42:57 2012 Yutaka Yanoh <yanoh@users.sourceforge.net>
2
7
 
3
8
  * release.ga : 1.0.0
data/INSTALL CHANGED
@@ -5,19 +5,20 @@
5
5
  / __ |/ /_/ / /___/ / /| / / /
6
6
  /_/ |_|_____/_____/_/_/ |_/ /_/ Copyright (C) 2010-2012, OGIS-RI Co.,Ltd.
7
7
 
8
- This file is part of AdLint.
8
+ This file is part of adlint-postfilter.
9
9
 
10
- AdLint is free software: you can redistribute it and/or modify it under the
11
- terms of the GNU General Public License as published by the Free Software
12
- Foundation, either version 3 of the License, or (at your option) any later
13
- version.
10
+ adlint-postfilter is free software: you can redistribute it and/or modify it
11
+ under the terms of the GNU General Public License as published by the Free
12
+ Software Foundation, either version 3 of the License, or (at your option) any
13
+ later version.
14
14
 
15
- AdLint is distributed in the hope that it will be useful, but WITHOUT ANY
16
- WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
17
- A PARTICULAR PURPOSE. See the GNU General Public License for more details.
15
+ adlint-postfilter is distributed in the hope that it will be useful, but
16
+ WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
17
+ FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
18
+ details.
18
19
 
19
20
  You should have received a copy of the GNU General Public License along with
20
- AdLint. If not, see <http://www.gnu.org/licenses/>.
21
+ adlint-postfilter. If not, see <http://www.gnu.org/licenses/>.
21
22
 
22
23
  ++
23
24
 
data/NEWS CHANGED
@@ -5,19 +5,20 @@
5
5
  / __ |/ /_/ / /___/ / /| / / /
6
6
  /_/ |_|_____/_____/_/_/ |_/ /_/ Copyright (C) 2010-2012, OGIS-RI Co.,Ltd.
7
7
 
8
- This file is part of AdLint.
8
+ This file is part of adlint-postfilter.
9
9
 
10
- AdLint is free software: you can redistribute it and/or modify it under the
11
- terms of the GNU General Public License as published by the Free Software
12
- Foundation, either version 3 of the License, or (at your option) any later
13
- version.
10
+ adlint-postfilter is free software: you can redistribute it and/or modify it
11
+ under the terms of the GNU General Public License as published by the Free
12
+ Software Foundation, either version 3 of the License, or (at your option) any
13
+ later version.
14
14
 
15
- AdLint is distributed in the hope that it will be useful, but WITHOUT ANY
16
- WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
17
- A PARTICULAR PURPOSE. See the GNU General Public License for more details.
15
+ adlint-postfilter is distributed in the hope that it will be useful, but
16
+ WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
17
+ FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
18
+ details.
18
19
 
19
20
  You should have received a copy of the GNU General Public License along with
20
- AdLint. If not, see <http://www.gnu.org/licenses/>.
21
+ adlint-postfilter. If not, see <http://www.gnu.org/licenses/>.
21
22
 
22
23
  ++
23
24
 
@@ -28,7 +29,7 @@ This is the initial GA release of adlint-postfilter.
28
29
  ==== Implemented features
29
30
 
30
31
  * Platform headers' warning message suppression
31
- * AdLint initial headers' warning message suppression
32
+ * \AdLint initial headers' warning message suppression
32
33
  * Project-wide warning message suppression
33
34
  * Translation-unit-wide warning message control (both enable/disable
34
35
  suppressions)
data/README CHANGED
@@ -5,19 +5,20 @@
5
5
  / __ |/ /_/ / /___/ / /| / / /
6
6
  /_/ |_|_____/_____/_/_/ |_/ /_/ Copyright (C) 2010-2012, OGIS-RI Co.,Ltd.
7
7
 
8
- This file is part of AdLint.
8
+ This file is part of adlint-postfilter.
9
9
 
10
- AdLint is free software: you can redistribute it and/or modify it under the
11
- terms of the GNU General Public License as published by the Free Software
12
- Foundation, either version 3 of the License, or (at your option) any later
13
- version.
10
+ adlint-postfilter is free software: you can redistribute it and/or modify it
11
+ under the terms of the GNU General Public License as published by the Free
12
+ Software Foundation, either version 3 of the License, or (at your option) any
13
+ later version.
14
14
 
15
- AdLint is distributed in the hope that it will be useful, but WITHOUT ANY
16
- WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
17
- A PARTICULAR PURPOSE. See the GNU General Public License for more details.
15
+ adlint-postfilter is distributed in the hope that it will be useful, but
16
+ WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
17
+ FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
18
+ details.
18
19
 
19
20
  You should have received a copy of the GNU General Public License along with
20
- AdLint. If not, see <http://www.gnu.org/licenses/>.
21
+ adlint-postfilter. If not, see <http://www.gnu.org/licenses/>.
21
22
 
22
23
  ++
23
24
 
data/Rakefile CHANGED
@@ -5,19 +5,20 @@
5
5
  # / __ |/ /_/ / /___/ / /| / / /
6
6
  # /_/ |_|_____/_____/_/_/ |_/ /_/ Copyright (C) 2010-2012, OGIS-RI Co.,Ltd.
7
7
  #
8
- # This file is part of AdLint.
8
+ # This file is part of adlint-postfilter.
9
9
  #
10
- # AdLint is free software: you can redistribute it and/or modify it under the
11
- # terms of the GNU General Public License as published by the Free Software
12
- # Foundation, either version 3 of the License, or (at your option) any later
13
- # version.
10
+ # adlint-postfilter is free software: you can redistribute it and/or modify it
11
+ # under the terms of the GNU General Public License as published by the Free
12
+ # Software Foundation, either version 3 of the License, or (at your option) any
13
+ # later version.
14
14
  #
15
- # AdLint is distributed in the hope that it will be useful, but WITHOUT ANY
16
- # WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
17
- # A PARTICULAR PURPOSE. See the GNU General Public License for more details.
15
+ # adlint-postfilter is distributed in the hope that it will be useful, but
16
+ # WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
17
+ # FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
18
+ # more details.
18
19
  #
19
20
  # You should have received a copy of the GNU General Public License along with
20
- # AdLint. If not, see <http://www.gnu.org/licenses/>.
21
+ # adlint-postfilter. If not, see <http://www.gnu.org/licenses/>.
21
22
  #
22
23
  #++
23
24
 
data/bin/adlint_flt CHANGED
@@ -16,19 +16,20 @@
16
16
  # / __ |/ /_/ / /___/ / /| / / /
17
17
  # /_/ |_|_____/_____/_/_/ |_/ /_/ Copyright (C) 2010-2012, OGIS-RI Co.,Ltd.
18
18
  #
19
- # This file is part of AdLint.
19
+ # This file is part of adlint-postfilter.
20
20
  #
21
- # AdLint is free software: you can redistribute it and/or modify it under the
22
- # terms of the GNU General Public License as published by the Free Software
23
- # Foundation, either version 3 of the License, or (at your option) any later
24
- # version.
21
+ # adlint-postfilter is free software: you can redistribute it and/or modify it
22
+ # under the terms of the GNU General Public License as published by the Free
23
+ # Software Foundation, either version 3 of the License, or (at your option) any
24
+ # later version.
25
25
  #
26
- # AdLint is distributed in the hope that it will be useful, but WITHOUT ANY
27
- # WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
28
- # A PARTICULAR PURPOSE. See the GNU General Public License for more details.
26
+ # adlint-postfilter is distributed in the hope that it will be useful, but
27
+ # WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
28
+ # FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
29
+ # more details.
29
30
  #
30
31
  # You should have received a copy of the GNU General Public License along with
31
- # AdLint. If not, see <http://www.gnu.org/licenses/>.
32
+ # adlnt-postfilter. If not, see <http://www.gnu.org/licenses/>.
32
33
  #
33
34
  #++
34
35
 
@@ -35,7 +35,7 @@ module Postfilter #:nodoc:
35
35
 
36
36
  MAJOR_VERSION = 1
37
37
  MINOR_VERSION = 0
38
- PATCH_VERSION = 0
38
+ PATCH_VERSION = 1
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: 1.0.0
4
+ version: 1.0.1
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: &74224960 !ruby/object:Gem::Requirement
16
+ requirement: &83995140 !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: *74224960
24
+ version_requirements: *83995140
25
25
  description: ! 'An ad-hoc filtering wrapper for AdLint to suppress useless warning
26
26
  messages.
27
27