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 +5 -0
- data/Rakefile +1 -2
- data/lib/adlint/postfilter/version.rb +1 -1
- metadata +5 -7
data/ChangeLog
CHANGED
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
|
-
|
|
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")
|
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.
|
|
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: &
|
|
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: *
|
|
25
|
-
description: ! '
|
|
26
|
-
|
|
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
|