adlint-postfilter 0.9.1 → 0.9.2

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 CHANGED
@@ -1,3 +1,8 @@
1
+ Tue Apr 17 17:33:26 2012 Yutaka Yanoh <yanoh@users.sourceforge.net>
2
+
3
+ * release.rc : 0.9.2
4
+ - Bump version for adlint-goodies installation test.
5
+
1
6
  Tue Apr 17 17:21:37 2012 Yutaka Yanoh <yanoh@users.sourceforge.net>
2
7
 
3
8
  * release.rc : 0.9.1
data/Rakefile CHANGED
@@ -40,8 +40,7 @@ gemspec = Gem::Specification.new do |s|
40
40
  s.email = "yanoh@users.sourceforge.net"
41
41
  s.summary = "An ad-hoc filtering wrapper for AdLint"
42
42
  s.description = <<EOS
43
- adlint-postfilter is an ad-hoc filtering wrapper for AdLint to suppress useless
44
- warning messages.
43
+ An ad-hoc filtering wrapper for AdLint to suppress useless warning messages.
45
44
  EOS
46
45
 
47
46
  s.required_ruby_version = Gem::Requirement.new(">= 1.9.3")
@@ -35,7 +35,7 @@ module Postfilter #:nodoc:
35
35
 
36
36
  MAJOR_VERSION = 0
37
37
  MINOR_VERSION = 9
38
- PATCH_VERSION = 1
38
+ PATCH_VERSION = 2
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.9.1
4
+ version: 0.9.2
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: &83238300 !ruby/object:Gem::Requirement
16
+ requirement: &74390910 !ruby/object:Gem::Requirement
17
17
  none: false
18
18
  requirements:
19
19
  - - ! '>='
@@ -21,11 +21,9 @@ dependencies:
21
21
  version: 1.0.0
22
22
  type: :runtime
23
23
  prerelease: false
24
- version_requirements: *83238300
25
- description: ! 'adlint-postfilter is an ad-hoc filtering wrapper for AdLint to suppress
26
- useless
27
-
28
- warning messages.
24
+ version_requirements: *74390910
25
+ description: ! 'An ad-hoc filtering wrapper for AdLint to suppress useless warning
26
+ messages.
29
27
 
30
28
  '
31
29
  email: yanoh@users.sourceforge.net