adlint-goodies 1.0.0 → 1.0.1

Sign up to get free protection for your applications and to get access to all the features.
data/ChangeLog CHANGED
@@ -1,3 +1,9 @@
1
+ Tue Apr 17 21:12:54 2012 Yutaka Yanoh <yanoh@users.sourceforge.net>
2
+
3
+ * release.ga : 1.0.1
4
+ - Fix bad copyright notice.
5
+ - Fix bad rdoc documentation.
6
+
1
7
  Tue Apr 17 17:43:51 2012 Yutaka Yanoh <yanoh@users.sourceforge.net>
2
8
 
3
9
  * release.ga : 1.0.0
data/INSTALL CHANGED
@@ -31,7 +31,7 @@
31
31
  You can install adlint-goodies by following command.
32
32
 
33
33
  If \AdLint 1.0.0 or later version has not been installed, it will be installed
34
- automatically before installing adlint-postfilter.
34
+ automatically before installing adlint-goodies.
35
35
 
36
36
  % gem install adlint-goodies
37
37
  or
data/README CHANGED
@@ -37,18 +37,17 @@ adlint-goodies is an all in one installer of \AdLint \Goodies.
37
37
 
38
38
  Copyright (C) 2010-2012, {OGIS-RI}[http://www.ogis-ri.co.jp/] Co.,Ltd.
39
39
 
40
- adlint-postfilter is free software: you can redistribute it and/or modify it
41
- under the terms of the GNU General Public License as published by the Free
42
- Software Foundation, either version 3 of the License, or (at your option) any
43
- later version.
40
+ adlint-goodies is free software: you can redistribute it and/or modify it under
41
+ the terms of the GNU General Public License as published by the Free Software
42
+ Foundation, either version 3 of the License, or (at your option) any later
43
+ version.
44
44
 
45
- adlint-postfilter is distributed in the hope that it will be useful, but
46
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
47
- FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
48
- details.
45
+ adlint-goodies is distributed in the hope that it will be useful, but WITHOUT
46
+ ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
47
+ FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
49
48
 
50
49
  You should have received a copy of the GNU General Public License along with
51
- adlint-postfilter. If not, see
50
+ adlint-goodies. If not, see
52
51
  <{http\://www.gnu.org/licenses/}[http://www.gnu.org/licenses/]>.
53
52
 
54
53
  == Authors
@@ -13,20 +13,20 @@
13
13
  # / __ |/ /_/ / /___/ / /| / / /
14
14
  # /_/ |_|_____/_____/_/_/ |_/ /_/ Copyright (C) 2010-2012, OGIS-RI Co.,Ltd.
15
15
  #
16
- # This file is part of adlint-postfilter.
16
+ # This file is part of adlint-goodies.
17
17
  #
18
- # adlint-postfilter is free software: you can redistribute it and/or modify it
18
+ # adlint-goodies is free software: you can redistribute it and/or modify it
19
19
  # under the terms of the GNU General Public License as published by the Free
20
20
  # Software Foundation, either version 3 of the License, or (at your option) any
21
21
  # later version.
22
22
  #
23
- # adlint-postfilter is distributed in the hope that it will be useful, but
24
- # WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
25
- # FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
26
- # more details.
23
+ # adlint-goodies is distributed in the hope that it will be useful, but WITHOUT
24
+ # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
25
+ # FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
26
+ # details.
27
27
  #
28
28
  # You should have received a copy of the GNU General Public License along with
29
- # adlint-postfilter. If not, see <http://www.gnu.org/licenses/>.
29
+ # adlint-goodies. If not, see <http://www.gnu.org/licenses/>.
30
30
  #
31
31
  #++
32
32
 
@@ -35,7 +35,7 @@ module Goodies #: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}"
@@ -49,18 +49,18 @@ module Goodies #:nodoc:
49
49
  / __ |/ /_/ / /___/ / /| / / /
50
50
  /_/ |_|_____/_____/_/_/ |_/ /_/ Copyright (C) 2010-2012, OGIS-RI Co.,Ltd.
51
51
 
52
- adlint-postfilter is free software: you can redistribute it and/or modify it
52
+ adlint-goodies is free software: you can redistribute it and/or modify it
53
53
  under the terms of the GNU General Public License as published by the Free
54
54
  Software Foundation, either version 3 of the License, or (at your option) any
55
55
  later version.
56
56
 
57
- adlint-postfilter is distributed in the hope that it will be useful, but
58
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
59
- FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
57
+ adlint-goodies is distributed in the hope that it will be useful, but WITHOUT
58
+ ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
59
+ FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
60
60
  details.
61
61
 
62
62
  You should have received a copy of the GNU General Public License along with
63
- adlint-postfilter. If not, see <http://www.gnu.org/licenses/>.
63
+ adlint-goodies. If not, see <http://www.gnu.org/licenses/>.
64
64
 
65
65
  EOS
66
66
 
@@ -13,20 +13,20 @@
13
13
  # / __ |/ /_/ / /___/ / /| / / /
14
14
  # /_/ |_|_____/_____/_/_/ |_/ /_/ Copyright (C) 2010-2012, OGIS-RI Co.,Ltd.
15
15
  #
16
- # This file is part of adlint-postfilter.
16
+ # This file is part of adlint-goodies.
17
17
  #
18
- # adlint-postfilter is free software: you can redistribute it and/or modify it
18
+ # adlint-goodies is free software: you can redistribute it and/or modify it
19
19
  # under the terms of the GNU General Public License as published by the Free
20
20
  # Software Foundation, either version 3 of the License, or (at your option) any
21
21
  # later version.
22
22
  #
23
- # adlint-postfilter is distributed in the hope that it will be useful, but
24
- # WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
25
- # FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
26
- # more details.
23
+ # adlint-goodies is distributed in the hope that it will be useful, but WITHOUT
24
+ # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
25
+ # FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
26
+ # details.
27
27
  #
28
28
  # You should have received a copy of the GNU General Public License along with
29
- # adlint-postfilter. If not, see <http://www.gnu.org/licenses/>.
29
+ # adlint-goodies. If not, see <http://www.gnu.org/licenses/>.
30
30
  #
31
31
  #++
32
32
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: adlint-goodies
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: &80899420 !ruby/object:Gem::Requirement
16
+ requirement: &84078030 !ruby/object:Gem::Requirement
17
17
  none: false
18
18
  requirements:
19
19
  - - ! '>='
@@ -21,10 +21,10 @@ dependencies:
21
21
  version: 1.0.0
22
22
  type: :runtime
23
23
  prerelease: false
24
- version_requirements: *80899420
24
+ version_requirements: *84078030
25
25
  - !ruby/object:Gem::Dependency
26
26
  name: adlint-postfilter
27
- requirement: &80899180 !ruby/object:Gem::Requirement
27
+ requirement: &84077800 !ruby/object:Gem::Requirement
28
28
  none: false
29
29
  requirements:
30
30
  - - =
@@ -32,7 +32,7 @@ dependencies:
32
32
  version: 1.0.0
33
33
  type: :runtime
34
34
  prerelease: false
35
- version_requirements: *80899180
35
+ version_requirements: *84077800
36
36
  description: An all in one installer of AdLint Goodies
37
37
  email: yanoh@users.sourceforge.net
38
38
  executables: []